Instructions to use lhong4759/820f096e-fef4-457f-8928-a303a965f42e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lhong4759/820f096e-fef4-457f-8928-a303a965f42e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-1.7B") model = PeftModel.from_pretrained(base_model, "lhong4759/820f096e-fef4-457f-8928-a303a965f42e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K