Instructions to use cunghoctienganh/b1c563cb-3376-49be-8356-c2b8188d1b8f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/b1c563cb-3376-49be-8356-c2b8188d1b8f 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, "cunghoctienganh/b1c563cb-3376-49be-8356-c2b8188d1b8f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K