Views
No views yet
0.8.11base_model: AlexHung29629/Qwen-2.5-Omni-ThinkerTextModel
2model_type: AutoModelForCausalLM
3trust_remote_code: true
4
5plugins:
6 - axolotl.integrations.liger.LigerPlugin
7liger_rope: true
8liger_rms_norm: true
9liger_glu_activation: true
10liger_fused_linear_cross_entropy: true
11
12datasets:
13 - path: /mnt/shared/twsc/alex/qwen/s1_claude.jsonl
14 type: chat_template
15 field_messages: conversations
16 message_property_mappings:
17 role: role
18 content: content
19 roles_to_train:
20 train_on_eos:
21
22dataset_prepared_path: ./sft_dataprep/
23val_set_size: 0
24output_dir: ./placeholder_sft/
25shuffle_merged_datasets: false
26
27sequence_len: 20000
28sample_packing: true
29eval_sample_packing: false
30pad_to_sequence_len: true
31
32wandb_project: Reasoning_TP1_2025
33wandb_entity:
34wandb_watch:
35wandb_name: Qwen-2.5-Omni-Reasoning-250422_sft
36wandb_log_model:
37
38gradient_accumulation_steps: 2
39micro_batch_size: 1
40num_epochs: 5
41optimizer: adamw_torch
42lr_scheduler: cosine
43learning_rate: 1e-5
44max_grad_norm: 1.0
45
46adam_beta1: 0.9
47adam_beta2: 0.95
48adam_epsilon: 1e-8
49
50bf16: true
51tf32: false
52
53gradient_checkpointing: true
54gradient_checkpointing_kwargs:
55 use_reentrant: true
56logging_steps: 1
57flash_attention: true
58xformers_attention: false
59sdp_attention: false
60
61warmup_ratio: 0.05
62saves_per_epoch: 1
63save_total_limit: 5
64weight_decay: 0.1
65deepspeed: /mnt/shared/twsc/alex/reasoning/zero3_bf16.json
66special_tokens:
67 pad_token: "<pad>"
68tokens:
69 - <think>
70 - </think>
71seed: 42
72