Views
No views yet
0.5.21base_model: google/gemma-2-27b
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5hub_model_id: Aratako/fft-1
6hub_strategy: "end"
7push_dataset_to_hub:
8hf_use_auth_token: true
9
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12liger_cross_entropy: false
13liger_rope: true
14liger_rms_norm: true
15liger_swiglu: true
16liger_fused_linear_cross_entropy: true
17
18load_in_8bit: false
19load_in_4bit: false
20strict: false
21
22chat_template: gemma
23
24datasets:
25 - path: Aratako/Magpie-Tanuki-Qwen2.5-72B-Answered
26 type: chat_template
27 field_messages: messages
28 message_field_role: role
29 message_field_content: content
30 - path: Aratako/magpie-qwen2.5-32b-reasoning-100k-formatted
31 type: chat_template
32 field_messages: conversations
33 message_field_role: role
34 message_field_content: content
35 - path: Aratako/magpie-reasoning-llama-nemotron-70b-100k-filtered
36 type: chat_template
37 field_messages: conversations
38 message_field_role: role
39 message_field_content: content
40 - path: Aratako/Open-Platypus-Japanese-masked-formatted
41 type: chat_template
42 field_messages: conversations
43 message_field_role: role
44 message_field_content: content
45 - path: kanhatakeyama/wizardlm8x22b-logical-math-coding-sft_additional-ja
46 type: chat_template
47 field_messages: messages
48 message_field_role: role
49 message_field_content: content
50 - path: kanhatakeyama/ramdom-to-fixed-multiturn-Calm3
51 split: 20240806filtered
52 type: chat_template
53 field_messages: messages
54 message_field_role: role
55 message_field_content: content
56 - path: Aratako/magpie-ultra-v0.1-formatted
57 type: chat_template
58 field_messages: conversations
59 message_field_role: role
60 message_field_content: content
61 - path: Aratako/orca-agentinstruct-1M-v1-selected
62 type: chat_template
63 field_messages: messages
64 message_field_role: role
65 message_field_content: content
66 - path: Aratako/Synthetic-JP-EN-Coding-Dataset-801k-50k
67 type: chat_template
68 field_messages: messages
69 message_field_role: role
70 message_field_content: content
71
72shuffle_merged_datasets: true
73dataset_prepared_path: /workspace/data/fft-data
74val_set_size: 0.003
75output_dir: /workspace/data/27b-fft-out-1
76
77sequence_len: 4096
78sample_packing: true
79eval_sample_packing: false
80pad_to_sequence_len: true
81
82adapter:
83lora_model_dir:
84lora_r:
85lora_alpha:
86lora_dropout:
87lora_target_linear:
88lora_fan_in_fan_out:
89
90wandb_project: 27b-fft
91wandb_entity: aratako-lm
92wandb_watch:
93wandb_name: attempt-01
94wandb_log_model:
95
96gradient_accumulation_steps: 4
97micro_batch_size: 8
98num_epochs: 2
99optimizer: paged_adamw_8bit
100lr_scheduler:
101cosine_min_lr_ratio: 0.1
102learning_rate: 0.00001
103
104train_on_inputs: false
105group_by_length: false
106bf16: auto
107fp16:
108tf32: false
109
110gradient_checkpointing: true
111early_stopping_patience:
112auto_resume_from_checkpoints: true
113local_rank:
114logging_steps: 1
115xformers_attention:
116flash_attention: true
117
118save_strategy: steps
119save_steps: 100
120save_total_limit: 2
121
122warmup_steps: 10
123eval_steps: 100
124eval_batch_size: 1
125eval_table_size:
126eval_max_new_tokens:
127debug:
128deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
129weight_decay: 0.01
130fsdp:
131fsdp_config:
132special_tokens:
133 pad_token: <pad>
134| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9427 | 0.0020 | 1 | 0.9940 |
| 0.6566 | 0.2043 | 100 | 0.6648 |
| 0.6609 | 0.4086 | 200 | 0.6430 |
| 0.6457 | 0.6129 | 300 | 0.6306 |
| 0.6322 | 0.8172 | 400 | 0.6203 |
| 0.5082 | 1.0204 | 500 | 0.6238 |
| 0.5348 | 1.2247 | 600 | 0.6212 |
| 0.5253 | 1.4290 | 700 | 0.6181 |
| 0.5136 | 1.6333 | 800 | 0.6147 |
| 0.5125 | 1.8376 | 900 | 0.6122 |