tttx/p10-limit-data-step1-master
Viewer • Updated • 201 • 17
How to use tttx/models-p10-limit-data-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-p10-limit-data-step1")This model is a fine-tuned version of tttx/15k_sft_5ep_020925_s1_hp on the tttx/p10-limit-data-step1-master dataset. 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.1928 | 1.0 | 7 | 0.1710 |
| 0.1516 | 2.0 | 14 | 0.1407 |
| 0.1408 | 3.0 | 21 | 0.1239 |
| 0.1367 | 4.0 | 28 | 0.1200 |
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B