paloalma/Reasoning-DeepSeek-R1-Distilled-1.4M-Alpaca-20K
Viewer • Updated • 20k • 25
How to use paloalma/Le_Triomphant_ECE_TW3_V2 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("paloalma/Qwen-2.5-72B-Instruct-Pruned")
model = PeftModel.from_pretrained(base_model, "paloalma/Le_Triomphant_ECE_TW3_V2")axolotl version: 0.8.0.dev0
base_model: paloalma/Qwen-2.5-72B-Instruct-Pruned
hub_model_id: paloalma/Le_Triomphant_ECE_TW3_V2
trust_remote_code: true
load_in_8bit: false
load_in_4bit: true
datasets:
- path: paloalma/Reasoning-DeepSeek-R1-Distilled-1.4M-Alpaca-20K
type: alpaca
val_set_size: 0.1
output_dir: ./outputs/deepseek_finetune
sequence_len: 2048
sample_packing: true
pad_to_sequence_len: true
eval_sample_packing: false # Changed from true to false
adapter: qlora
lora_r: 32
lora_alpha: 64
lora_dropout: 0.05
lora_target_linear: true
chat_template: alpaca
gradient_accumulation_steps: 4
micro_batch_size: 2
num_epochs: 1
saves_per_epoch: 3
learning_rate: 0.0002
tf32: true
gradient_checkpointing: true
deepspeed: deepspeed_configs/zero3.json
This model is a fine-tuned version of paloalma/Qwen-2.5-72B-Instruct-Pruned on the paloalma/Reasoning-DeepSeek-R1-Distilled-1.4M-Alpaca-20K 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.4347 | 0.9973 | 281 | 0.4271 |
Base model
Qwen/Qwen2.5-72B