Views
No views yet
a98526ef7843a3e8aa006f260e6b4fb8912b5f1a1base_model: mistralai/Mistral-Small-24B-Instruct-2501
2
3plugins:
4 - axolotl.integrations.liger.LigerPlugin
5liger_rope: true
6liger_rms_norm: true
7liger_swiglu: true
8liger_fused_linear_cross_entropy: true
9
10datasets:
11 - path: yentinglin/s1K-1.1-trl-format
12 type: chat_template
13 chat_template: tokenizer_default
14 field_messages: messages
15 message_field_role: role
16 message_field_content: content
17 - path: open-r1/OpenR1-Math-220k
18 type: chat_template
19 chat_template: tokenizer_default
20 field_messages: messages
21 message_field_role: from
22 message_field_content: value
23dataset_prepared_path:
24val_set_size: 0.0
25output_dir: ./placeholder/
26
27sequence_len: 32768
28sample_packing: true
29eval_sample_packing: False
30pad_to_sequence_len: true
31
32wandb_project: Reasoning
33wandb_entity:
34wandb_watch:
35wandb_name: Mistral-24B-SFT-220k
36wandb_log_model:
37
38gradient_accumulation_steps: 4
39micro_batch_size: 1
40num_epochs: 5
41optimizer: adamw_torch_fused
42lr_scheduler: cosine
43learning_rate: 2e-5
44
45train_on_inputs: false
46group_by_length: false
47bf16: auto
48tf32: false
49
50gradient_checkpointing: true
51gradient_checkpointing_kwargs:
52 use_reentrant: false
53logging_steps: 1
54flash_attention: true
55
56warmup_ratio: 0.1
57saves_per_epoch: 2
58weight_decay: 0.0
59deepspeed: deepspeed_configs/zero3_bf16.json
60special_tokens:
61 pad_token: "<pad>"| Pass@1 | # Params | MATH-500 | AIME 2025 | AIME 2024 | GPQA Diamond |
|---|---|---|---|---|---|
| Mistral-24B-Reasoning (Ours) | 24B | 95.0 | 53.33 | 66.67 | 62.02 |
| Mistral-24B-Instruct | 24B | 70.6 | - | - | 45.3 |
| s1.1-32B | 32B | 93.2 | 40.0 | 56.7 | 61.62 |
| LIMO | 32B | 94.8 | 36.67 | 57.1 | 59.09 |
| DeepSeek-R1-Distill-Llama-70B | 70B | 94.5 | 46.67 | 70.0 | 65.2 |
| DeepSeek-R1-Distill-Qwen-32B | 32B | 94.3 | 60.0 | 72.6 | 62.1 |
| DeepSeek-R1 | 671B | 97.3 | 70.0 | 72.6 | 71.5 |
| o1 | - | 96.4 | 79.0 | - | 75.7 |
| o3-mini (high) | - | 97.9 | 86.5 | - | 77.2 |
| o3-mini (medium) | - | 97.3 | 76.5 | - | 74.9 |
1@article{yentinglin2025_mistral_reasoning,
2 author = {Yenting Lin},
3 title = {Mistral-Small-24B-Instruct-2501-reasoning},
4 journal = {Hugging Face},
5 year = {2025},
6 url = {https://huggingface.co/yentinglin/Mistral-Small-24B-Instruct-2501-reasoning}
7}