Views
No views yet
0.8.0.dev01base_model: outputs/qwen_sft_1
2trust_remote_code: false
3
4load_in_8bit: false
5load_in_4bit: false
6strict: false
7
8chat_template: qwen_25
9datasets:
10 - path: data/data_2/train_data
11 type: chat_template
12 field_messages: conversations
13 message_field_role: role
14 message_field_content: content
15 roles:
16 user: ["human", "user"]
17 assistant: ["gpt", "assistant", "ai"]
18 system: ["system"]
19
20dataset_prepared_path:
21val_set_size: 0.0
22output_dir: ./outputs/qwen_sft_2
23
24sequence_len: 8192
25sample_packing: true
26eval_sample_packing: true
27pad_to_sequence_len: true
28
29# wandb_project: huggingface
30# wandb_entity: zzzzzaa
31# wandb_watch:
32# wandb_name: qwen_test
33# wandb_log_model:
34
35gradient_accumulation_steps: 8
36micro_batch_size: 1
37num_epochs: 1
38optimizer: paged_adamw_32bit
39lr_scheduler: cosine
40learning_rate: 1e-5
41
42train_on_inputs: false
43group_by_length: false
44bf16: auto
45fp16: false
46tf32: true
47
48gradient_checkpointing: false
49gradient_checkpointing_kwargs:
50 use_reentrant: false
51early_stopping_patience:
52resume_from_checkpoint:
53local_rank:
54logging_steps: 1
55xformers_attention:
56flash_attention: true
57
58warmup_ratio: 0.05
59saves_per_epoch: 1
60evals_per_epoch: 0
61debug:
62weight_decay: 0.01
63fsdp:
64fsdp_config:
65# special_tokens:
66# bos_token: "<|im_start|>"
67# eos_token: "<|im_end|>"
68# pad_token: "<|endoftext|>"
69
70
71plugins:
72 - axolotl.integrations.liger.LigerPlugin
73liger_rope: true
74liger_rms_norm: true
75liger_glu_activation: true
76liger_layer_norm: true
77liger_fused_linear_cross_entropy: true
78