Instructions to use mrhunghd/eacd1823-0308-455b-9dbe-9db37de56e37 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrhunghd/eacd1823-0308-455b-9dbe-9db37de56e37 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-360M") model = PeftModel.from_pretrained(base_model, "mrhunghd/eacd1823-0308-455b-9dbe-9db37de56e37") - Notebooks
- Google Colab
- Kaggle
Ctrl+K