Instructions to use cunghoctienganh/4a2173d5-66b7-450b-9ca9-92cedb0d88d7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/4a2173d5-66b7-450b-9ca9-92cedb0d88d7 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/4a2173d5-66b7-450b-9ca9-92cedb0d88d7") - Notebooks
- Google Colab
- Kaggle
Ctrl+K