Instructions to use chauhoang/43c5e90a-91f9-d2b4-19f3-6ca01351db92 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chauhoang/43c5e90a-91f9-d2b4-19f3-6ca01351db92 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "chauhoang/43c5e90a-91f9-d2b4-19f3-6ca01351db92") - Notebooks
- Google Colab
- Kaggle
Ctrl+K