Instructions to use nhungphammmmm/0534433b-4a81-428b-94c6-ca8fd898a2c2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/0534433b-4a81-428b-94c6-ca8fd898a2c2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/0534433b-4a81-428b-94c6-ca8fd898a2c2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K