Instructions to use tuanna08go/199bfc4b-f59f-4553-8e7b-4db289d8c782 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/199bfc4b-f59f-4553-8e7b-4db289d8c782 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "tuanna08go/199bfc4b-f59f-4553-8e7b-4db289d8c782") - Notebooks
- Google Colab
- Kaggle
Ctrl+K