Views
No views yet

0.4.01base_model: meta-llama/Meta-Llama-3-8B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9chat_template: chatml
10datasets:
11 - path: data/merged_all.json
12 ds_type: json
13 type: alpaca
14 conversation: chatml
15
16 - path: data/gpteacher-instruct-special-alpaca.json
17 ds_type: json
18 type: gpteacher
19 conversation: chatml
20
21 - path: data/wizardlm_evol_instruct_70k_random_half.json
22 ds_type: json
23 type: alpaca
24 conversation: chatml
25
26 - path: data/capybara_sharegpt.json
27 ds_type: json
28 type: sharegpt
29 conversation: chatml
30
31 - path: data/synthia-v1.3_sharegpt_12500.json
32 ds_type: json
33 type: sharegpt
34 conversation: chatml
35
36 - path: data/cot_alpaca_gpt4_extracted_openhermes_2.5_sharegpt.json
37 ds_type: json
38 type: sharegpt
39 conversation: chatml
40
41 - path: data/slimorca_dedup_filtered_95k_sharegpt.json
42 ds_type: json
43 type: sharegpt
44 conversation: chatml
45
46 - path: data/airoboros_3.2_without_contextual_slimorca_orca_sharegpt.json
47 ds_type: json
48 type: sharegpt
49 conversation: chatml
50
51 - path: data/allenai_wild_chat_gpt4_english_toxic_random_half_4k_sharegpt.json
52 ds_type: json
53 type: sharegpt
54 strict: false
55 conversation: chatml
56
57 - path: data/pippa_bagel_repo_3k_sharegpt.json
58 ds_type: json
59 type: sharegpt
60 conversation: chatml
61
62 - path: data/gpt4_data_lmys_1m_sharegpt.json
63 ds_type: json
64 type: sharegpt
65 conversation: chatml
66
67 - path: data/sharegpt_gpt4_english.json
68 ds_type: json
69 type: sharegpt
70 conversation: chatml
71
72 - path: data/no_robots_sharegpt.json
73 ds_type: json
74 type: sharegpt
75 strict: false
76 conversation: chatml
77
78 - path: data/oasst_top1_from_fusechatmixture_sharegpt.json
79 ds_type: json
80 type: sharegpt
81 strict: false
82 conversation: chatml
83
84 - path: data/everythinglm-data-v3_sharegpt.json
85 ds_type: json
86 type: sharegpt
87 strict: false
88 conversation: chatml
89
90dataset_prepared_path: last_run_prepared
91val_set_size: 0.002
92
93output_dir: ./Einstein-v6.1-Llama3-8B-model
94
95sequence_len: 8192
96sample_packing: true
97pad_to_sequence_len: true
98eval_sample_packing: false
99
100wandb_project: Einstein
101wandb_entity:
102wandb_watch:
103wandb_name: Einstein-v6.1-Llama3-2-epoch
104wandb_log_model:
105hub_model_id: Weyaxi/Einstein-v6.1-Llama3-8B
106
107save_safetensors: true
108
109gradient_accumulation_steps: 4
110micro_batch_size: 1
111num_epochs: 2
112optimizer: adamw_bnb_8bit # look
113lr_scheduler: cosine
114learning_rate: 0.000005 # look
115
116train_on_inputs: false
117group_by_length: false
118bf16: true
119fp16: false
120tf32: false
121
122gradient_checkpointing: true
123early_stopping_patience:
124resume_from_checkpoint:
125local_rank:
126logging_steps: 1
127xformers_attention:
128flash_attention: true
129
130warmup_steps: 10
131evals_per_epoch: 2
132eval_table_size:
133eval_table_max_new_tokens: 128
134saves_per_epoch: 2
135debug:
136
137deepspeed: zero3_bf16_cpuoffload_params.json
138weight_decay: 0.0
139fsdp:
140fsdp_config:
141special_tokens:
142 bos_token: "<s>"
143 eos_token: "<|im_end|>"
144 unk_token: "<unk>"
145 pad_token: <|end_of_text|> # changed
146tokens:
147 - "<|im_start|>"<|im_start|>system
{system}<|im_end|>
<|im_start|>user
{user}<|im_end|>
<|im_start|>assistant
{asistant}<|im_end|>tokenizer.apply_chat_template() method:1messages = [
2 {"role": "system", "content": "You are helpful AI asistant."},
3 {"role": "user", "content": "Hello!"}
4]
5gen_input = tokenizer.apply_chat_template(message, return_tensors="pt")
6model.generate(**gen_input)| Metric | Value |
|---|---|
| Avg. | 68.60 |
| AI2 Reasoning Challenge (25-Shot) | 62.46 |
| HellaSwag (10-Shot) | 82.41 |
| MMLU (5-Shot) | 66.19 |
| TruthfulQA (0-shot) | 55.10 |
| Winogrande (5-shot) | 79.32 |
| GSM8k (5-shot) | 66.11 |
| Metric | Value |
|---|---|
| Avg. | 19.99 |
| IFEval (0-Shot) | 45.68 |
| BBH (3-Shot) | 29.38 |
| MATH Lvl 5 (4-Shot) | 5.74 |
| GPQA (0-shot) | 4.25 |
| MuSR (0-shot) | 11.23 |
| MMLU-PRO (5-shot) | 23.68 |
