Instructions to use tttx/masked_train_r1_continuation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tttx/masked_train_r1_continuation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/Deepseek-R1-Distill-Qwen-32B") model = PeftModel.from_pretrained(base_model, "tttx/masked_train_r1_continuation") - Notebooks
- Google Colab
- Kaggle
Ctrl+K