Instructions to use cunghoctienganh/209f2443-ee8d-434c-9cf8-29844415a8dd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/209f2443-ee8d-434c-9cf8-29844415a8dd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/209f2443-ee8d-434c-9cf8-29844415a8dd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K