Instructions to use tuanna08go/87e605dc-7855-4690-84e6-8164f5e9f81e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/87e605dc-7855-4690-84e6-8164f5e9f81e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "tuanna08go/87e605dc-7855-4690-84e6-8164f5e9f81e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K