Views
No views yet
0.6.01base_model: /root/cproject_updated/Qwen2.5-7B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4trust_remote_code: true
5
6plugins:
7 - axolotl.integrations.liger.LigerPlugin
8
9liger_rope: true
10liger_rms_norm: true
11liger_swiglu: true
12liger_fused_linear_cross_entropy: false
13
14load_in_8bit: false
15load_in_4bit: false
16strict: false
17
18auto_resume_from_checkpoints: true
19
20datasets:
21 - path: json
22 data_files: /root/cproject_updated/judge_1k_axolotl.jsonl
23 ds_type: json
24 type: completion
25
26shuffle_merged_datasets: true
27dataset_prepared_path: /root/cproject_updated/prnew142
28val_set_size: 0.05
29output_dir: /root/cproject_updated/conv_200k_14b
30sequence_len: 8192
31sample_packing: true
32eval_sample_packing: false
33
34gradient_accumulation_steps: 1
35micro_batch_size: 1
36num_epochs: 4
37optimizer: paged_adamw_8bit
38lr_scheduler: cosine
39
40learning_rate: 1e-5
41adam_beta1: 0.99
42adam_beta2: 0.99
43max_grad_norm: 0.0002
44train_on_inputs: false
45group_by_length: false
46bf16: auto
47
48gradient_checkpointing: true
49gradient_checkpointing_kwargs:
50 use_reentrant: true
51
52logging_steps: 1
53flash_attention: true
54warmup_steps: 10
55eval_steps: 26
56saves_per_epoch: 1
57
58deepspeed: /sky_workdir/axolotl/deepspeed_configs/zero3_bf16.json
59
60auto_resume_from_checkpoints: false
61wandb_project: corruption_model_rm
62wandb_entity:
63wandb_watch:
64wandb_name: rm-test-v1-7b-adammax2
65wandb_log_model:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7452 | 1.0 | 26 | 0.7888 |
| 0.6347 | 2.0 | 52 | 0.6729 |
| 0.6479 | 3.0 | 78 | 0.5560 |
| 0.3729 | 4.0 | 104 | 0.5430 |