Views
No views yet
0.4.11base_model: meta-llama/Meta-Llama-3-8B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5# load_in_4bit: true
6
7chat_template: chatml
8datasets:
9 - path: /workspace/datasets/dolphin201-sharegpt2.jsonl
10 type: sharegpt
11 conversation: chatml
12 - path: /workspace/datasets/SystemChat_filtered_sharegpt.jsonl
13 type: sharegpt
14 conversation: chatml
15 - path: /workspace/datasets/SystemChat_multilingual_sharegpt.jsonl
16 type: sharegpt
17 conversation: chatml
18 # - path: /workspace/datasets/SystemChat-2.0-Arabic/SystemChatArabic_sharegpt.jsonl
19 # type: sharegpt
20 # conversation: chatml
21 - path: /workspace/datasets/dolphin-coder-translate-sharegpt2.jsonl
22 type: sharegpt
23 conversation: chatml
24 - path: /workspace/datasets/dolphin-coder-codegen-sharegpt2.jsonl
25 type: sharegpt
26 conversation: chatml
27 - path: /workspace/datasets/m-a-p_Code-Feedback-sharegpt-unfiltered.jsonl
28 type: sharegpt
29 conversation: chatml
30 - path: /workspace/datasets/m-a-p_CodeFeedback-Filtered-Instruction-sharegpt-unfiltered.jsonl
31 type: sharegpt
32 conversation: chatml
33 - path: /workspace/datasets/not_samantha_norefusals.jsonl
34 type: sharegpt
35 conversation: chatml
36 - path: /workspace/datasets/Orca-Math-resort-unfiltered.jsonl
37 type: sharegpt
38 conversation: chatml
39 - path: /workspace/datasets/agent_instruct_react_unfiltered.jsonl
40 type: sharegpt
41 conversation: chatml
42 - path: /workspace/datasets/toolbench_instruct_j1s1_3k_unfiltered.jsonl
43 type: sharegpt
44 conversation: chatml
45 - path: /workspace/datasets/toolbench_negative_unfiltered.jsonl
46 type: sharegpt
47 conversation: chatml
48 - path: /workspace/datasets/toolbench_react_10p_unfiltered.jsonl
49 type: sharegpt
50 conversation: chatml
51 - path: /workspace/datasets/toolbench_tflan_cot_30p_unfiltered.jsonl
52 type: sharegpt
53 conversation: chatml
54 - path: /workspace/datasets/openhermes200k_unfiltered.jsonl
55 type: sharegpt
56 conversation: chatml
57
58dataset_prepared_path: last_run_prepared
59val_set_size: 0.01
60output_dir: ./llama-3-8b-2.9.3
61
62sequence_len: 8192
63sample_packing: false
64pad_to_sequence_len: false
65
66# adapter: qlora
67# lora_r: 16
68# lora_alpha: 32
69# lora_dropout: 0.05
70# lora_target_modules:
71# - q_proj
72# - k_proj
73# - v_proj
74# - o_proj
75# - gate_proj
76# - up_proj
77# - down_proj
78
79wandb_project: 2.9.3-llama-3-8b
80# wandb_entity: oaaic
81# wandb_watch:
82# wandb_name:
83# wandb_log_model:
84
85gradient_accumulation_steps: 8
86micro_batch_size: 2
87num_epochs: 3
88optimizer: adamw_8bit
89lr_scheduler: cosine
90learning_rate: 1e-5
91# max_grad_norm: 1.0
92
93train_on_inputs: false
94group_by_length: false
95bf16: true
96tf32: false
97
98gradient_checkpointing: true
99gradient_checkpointing_kwargs:
100 use_reentrant: true
101logging_steps: 1
102flash_attention: true
103deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
104warmup_steps: 10
105evals_per_epoch: 2
106saves_per_epoch: 2
107save_total_limit: 2
108weight_decay: 0.1
109special_tokens:
110 eos_token: "<|im_end|>"
111 pad_token: "<|end_of_text|>"
112tokens:
113 - "<|im_start|>"
114 - "<|im_end|>"
115| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.005 | 0.0001 | 1 | 0.9649 |
| 0.6468 | 0.5000 | 5058 | 0.6022 |
| 0.6648 | 1.0000 | 10116 | 0.5731 |
| 0.4983 | 1.5000 | 15174 | 0.5668 |
| 0.394 | 2.0000 | 20232 | 0.5478 |
| 0.3182 | 2.4999 | 25290 | 0.5781 |
| 0.2916 | 2.9999 | 30348 | 0.5771 |