Instructions to use thangla01/fa5ebcf2-c6c1-44d5-9888-c6d399206a2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/fa5ebcf2-c6c1-44d5-9888-c6d399206a2b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-135M-Instruct") model = PeftModel.from_pretrained(base_model, "thangla01/fa5ebcf2-c6c1-44d5-9888-c6d399206a2b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!