Instructions to use nhungphammmmm/c5b3fd8b-7414-4741-a52e-883f95cbc4c6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/c5b3fd8b-7414-4741-a52e-883f95cbc4c6 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, "nhungphammmmm/c5b3fd8b-7414-4741-a52e-883f95cbc4c6") - Notebooks
- Google Colab
- Kaggle
Ctrl+K