Instructions to use darthludious/adaption_synthetic_task_handoffs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use darthludious/adaption_synthetic_task_handoffs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Qwen3.5-0.8B") model = PeftModel.from_pretrained(base_model, "darthludious/adaption_synthetic_task_handoffs") - Notebooks
- Google Colab
- Kaggle
Ctrl+K