tttx/ttt-test-11-step1-master
Viewer • Updated • 37 • 13
How to use tttx/models-ttt-test-11-step1 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-ttt-test-11-step1")This model is a fine-tuned version of deepseek-ai/DeepSeek-R1-Distill-Qwen-32B on the tttx/ttt-test-11-step1-child0 and the tttx/ttt-test-11-step1-master datasets. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.1237 | 1.0 | 3 | 0.1191 |
| 0.0989 | 2.0 | 6 | 0.0898 |
| 0.0781 | 3.0 | 9 | 0.0775 |
| 0.0741 | 4.0 | 12 | 0.0756 |
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B