Instructions to use tuanna08go/89ee1f7a-343a-4eb6-883d-79428bf1b372 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/89ee1f7a-343a-4eb6-883d-79428bf1b372 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-160m") model = PeftModel.from_pretrained(base_model, "tuanna08go/89ee1f7a-343a-4eb6-883d-79428bf1b372") - Notebooks
- Google Colab
- Kaggle
Ctrl+K