Instructions to use nhung03/47ae2c44-5364-43d3-8aa7-ca943cd22777 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/47ae2c44-5364-43d3-8aa7-ca943cd22777 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-360M-Instruct") model = PeftModel.from_pretrained(base_model, "nhung03/47ae2c44-5364-43d3-8aa7-ca943cd22777") - Notebooks
- Google Colab
- Kaggle
Ctrl+K