Instructions to use tuanna08go/df4d55de-214b-4e96-922f-29db140794be with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/df4d55de-214b-4e96-922f-29db140794be with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "tuanna08go/df4d55de-214b-4e96-922f-29db140794be") - Notebooks
- Google Colab
- Kaggle
Ctrl+K