Instructions to use nblinh/1b35d621-62b6-4c43-b3a4-f9f8deabfef0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/1b35d621-62b6-4c43-b3a4-f9f8deabfef0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "nblinh/1b35d621-62b6-4c43-b3a4-f9f8deabfef0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K