Views
No views yet
0.8.01base_model: Qwen/Qwen2.5-7B-Instruct
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4trust_remote_code: false
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10output_dir: ./outputs/out
11chat_template: qwen_25
12datasets:
13 - path: mb_base.jsonl
14 type: chat_template
15 field_messages: messages
16 message_field_role: role
17 message_field_content: content
18 roles:
19 system:
20 - system
21 user:
22 - user
23 assistant:
24 - assistant
25
26dataset_prepared_path: last_run_prepared
27val_set_size: 0.005
28output_dir: ./outputs/out
29eval_sample_packing: False
30
31sequence_len: 8192
32sample_packing: False
33pad_to_sequence_len: False
34
35wandb_project: mergedbench
36wandb_entity:
37wandb_watch:
38wandb_name:
39wandb_log_model:
40hub_model_id: amphora/merged-bench-train-base
41
42plugins:
43 - axolotl.integrations.liger.LigerPlugin
44liger_rope: true
45liger_rms_norm: true
46liger_swiglu: true
47liger_fused_linear_cross_entropy: true
48
49gradient_accumulation_steps: 2
50micro_batch_size: 8
51eval_batch_size: 4
52num_epochs: 3
53optimizer: paged_adamw_8bit
54lr_scheduler: cosine
55learning_rate: 2e-5
56
57train_on_inputs: false
58group_by_length: false
59bf16: auto
60fp16:
61tf32: false
62
63gradient_checkpointing: true
64gradient_checkpointing_kwargs:
65 use_reentrant: false
66early_stopping_patience:
67resume_from_checkpoint:
68logging_steps: 1
69xformers_attention:
70flash_attention: true
71
72warmup_steps: 30
73evals_per_epoch: 3
74eval_max_new_tokens: 128
75eval_table_size:
76saves_per_epoch: 1
77debug:
78deepspeed: deepspeed_configs/zero3_bf16.json
79weight_decay: 0.01
80fsdp:
81fsdp_config:
82special_tokens:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.0382 | 0.0059 | 1 | 1.0319 |
| 0.3455 | 0.3373 | 57 | 0.3270 |
| 0.3169 | 0.6746 | 114 | 0.3173 |
| 0.2116 | 1.0118 | 171 | 0.3009 |
| 0.2064 | 1.3491 | 228 | 0.3020 |
| 0.1871 | 1.6864 | 285 | 0.2955 |
| 0.1069 | 2.0237 | 342 | 0.2880 |
| 0.1014 | 2.3609 | 399 | 0.3192 |
| 0.0955 | 2.6982 | 456 | 0.3173 |