Instructions to use thalllsssss/23982ad8-4151-4421-a54f-79565b6bc6e4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/23982ad8-4151-4421-a54f-79565b6bc6e4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "thalllsssss/23982ad8-4151-4421-a54f-79565b6bc6e4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K