Instructions to use jypucca/tmp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jypucca/tmp with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("distilbert/distilgpt2") model = PeftModel.from_pretrained(base_model, "jypucca/tmp") - Notebooks
- Google Colab
- Kaggle