Instructions to use tttx/models-3k-unsolved-priority-022525-step9 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-step9 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-step9") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f63d8f3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c9f90e275e8dbf27874759b346cc88c7a991eedc919d37d35d71850451b77ff
size 7288
|