Views
No views yet
0.4.11base_model: mistralai/Mistral-Nemo-Base-2407
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8# mistral and gemma share the same format of training data
9chat_template: mistral
10datasets:
11 - path: /home/peterjin/mnt/axolotl_train/nq_train/e5/gemma2-9B-chat/train_rationale_12500.jsonl
12 ds_type: json
13 type: chat_template
14 chat_template: mistral
15 field_messages: messages
16 message_field_role: role
17 message_field_content: content
18 roles:
19 user:
20 - user
21 assistant:
22 - assistant
23 - path: /home/peterjin/mnt/axolotl_train/mmlu_train/e5/gemma2-9B-chat/train_rationale_12500.jsonl
24 ds_type: json
25 type: chat_template
26 chat_template: mistral
27 field_messages: messages
28 message_field_role: role
29 message_field_content: content
30 roles:
31 user:
32 - user
33 assistant:
34 - assistant
35 - path: /home/peterjin/mnt/axolotl_train/wow_train/e5/gemma2-9B-chat/train_rationale_12500.jsonl
36 ds_type: json
37 type: chat_template
38 chat_template: mistral
39 field_messages: messages
40 message_field_role: role
41 message_field_content: content
42 roles:
43 user:
44 - user
45 assistant:
46 - assistant
47 - path: /home/peterjin/mnt/axolotl_train/fever_train/e5/gemma2-9B-chat/train_rationale_12500.jsonl
48 ds_type: json
49 type: chat_template
50 chat_template: mistral
51 field_messages: messages
52 message_field_role: role
53 message_field_content: content
54 roles:
55 user:
56 - user
57 assistant:
58 - assistant
59
60dataset_prepared_path: last_run_prepared
61val_set_size: 0.05
62output_dir: /home/peterjin/axolotl_output/nq_mmlu_wow_fever_50000_rationale-e5-mistral-nemo-epoch4-lr1e-6-eos-new
63
64sequence_len: 8192 # 24576 can be supported by 8 h100s,
65sample_packing: false
66eval_sample_packing: false
67pad_to_sequence_len: true
68
69wandb_project: RAG-tune-llm
70wandb_entity: uiuc-dmg
71wandb_watch:
72wandb_name: nq_mmlu_wow_fever_50000_rationale-e5-mistral-nemo-epoch4-lr1e-6-eos-new
73wandb_log_model:
74
75gradient_accumulation_steps: 8
76micro_batch_size: 1
77num_epochs: 4
78optimizer: adamw_bnb_8bit
79lr_scheduler: cosine
80learning_rate: 1e-6
81
82train_on_inputs: false
83group_by_length: false
84bf16: auto
85fp16:
86tf32: false
87
88gradient_checkpointing: true
89gradient_checkpointing_kwargs:
90 use_reentrant: false
91early_stopping_patience:
92resume_from_checkpoint:
93logging_steps: 1
94xformers_attention:
95flash_attention: true
96
97warmup_ratio: 0.05
98evals_per_epoch: 1
99eval_table_size:
100saves_per_epoch: 1
101save_total_limit: 10
102debug:
103deepspeed:
104weight_decay: 0.0
105fsdp:
106fsdp_config:
107special_tokens:
108 pad_token: </s>
109| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3935 | 0.0013 | 1 | 1.3820 |
| 0.5652 | 0.9997 | 741 | 0.5765 |
| 0.5178 | 1.9993 | 1482 | 0.5643 |
| 0.4026 | 2.9990 | 2223 | 0.5871 |
| 0.3487 | 3.9987 | 2964 | 0.6141 |