Instructions to use tttx/models-3k-unsolved-priority-022525-step2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tttx/models-3k-unsolved-priority-022525-step2 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/models-3k-unsolved-priority-022525-step2") - Notebooks
- Google Colab
- Kaggle