Views
No views yet
0.8.01base_model: Qwen/Qwen2.5-7B
2hub_model_id: OsakanaTeishoku/Qwen2.5-7B-axolotl-sft-v0.2
3
4load_in_8bit: false
5load_in_4bit: true
6strict: false
7
8chat_template: qwen_25
9
10datasets:
11 # This will be the path used for the data when it is saved to the Volume in the cloud.
12 - path: Aratako/Magpie-Tanuki-8B-annotated-96k
13 split: train
14 type: chat_template
15 field_messages: messages
16 - path: Aratako/Synthetic-JP-EN-Coding-Dataset-Magpie-69k
17 split: train
18 type: chat_template
19 field_messages: messages
20 - path: DataPilot/Zero_SFT_Ja_v2_b3t4
21 split: train
22 type: chat_template
23 field_messages: conversation
24 message_property_mappings:
25 role: from
26 content: value
27
28shuffle_merged_datasets: true
29
30dataset_prepared_path: last_run_prepared
31#val_set_size: 0.05
32output_dir: ./lora-out
33
34sequence_len: 2048
35sample_packing: false
36eval_sample_packing: false
37pad_to_sequence_len: false
38
39adapter: qlora
40lora_model_dir:
41lora_r: 16
42lora_alpha: 32
43lora_dropout: 0.05
44lora_target_linear: true
45lora_fan_in_fan_out:
46lora_modules_to_save: # required when adding new tokens to LLaMA/Mistral
47 - embed_tokens
48 - lm_head
49
50wandb_project: modal-axolotl
51wandb_name: 20250419-qwen7b-modal
52
53gradient_accumulation_steps: 4
54micro_batch_size: 16
55#auto_find_batch_size: true
56#num_epochs: 1
57optimizer: adamw_bnb_8bit
58lr_scheduler: cosine
59learning_rate: 0.0001
60
61bf16: true
62fp16: false
63tf32: false
64train_on_inputs: false
65group_by_length: false
66
67gradient_checkpointing: true
68early_stopping_patience:
69resume_from_checkpoint:
70local_rank:
71logging_steps: 1
72xformers_attention: true
73flash_attention:
74
75warmup_ratio: 0.05
76save_steps: 50
77max_steps: 200
78debug:
79#deepspeed: /workspace/axolotl/deepspeed_configs/zero2.json
80weight_decay: 0.0
81fsdp:
82fsdp_config:
83special_tokens:
84 eos_token: "<|im_end|>"
85
86plugins:
87 - axolotl.integrations.liger.LigerPlugin
88liger_rope: true
89liger_rms_norm: true
90liger_glu_activation: true
91liger_layer_norm: true
92liger_fused_linear_cross_entropy: true
93
94eval_strategy: "no"
95save_strategy: "steps"