Views
No views yet

<|im_start|>system
You are Dolphin, a helpful AI assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

0.4.01base_model: meta-llama/Meta-Llama-3-8B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4tokenizer_use_fast: false
5
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10model_config:
11
12datasets:
13 - path: /workspace/datasets/dolphin-2.9/dolphin201-sharegpt2.jsonl
14 type: sharegpt
15 conversation: chatml
16 - path: /workspace/datasets/dolphin-2.9/dolphin-coder-translate-sharegpt2.jsonl
17 type: sharegpt
18 conversation: chatml
19 - path: /workspace/datasets/dolphin-2.9/dolphin-coder-codegen-sharegpt2.jsonl
20 type: sharegpt
21 conversation: chatml
22 - path: /workspace/datasets/dolphin-2.9/m-a-p_Code-Feedback-sharegpt-unfiltered.jsonl
23 type: sharegpt
24 conversation: chatml
25 - path: /workspace/datasets/dolphin-2.9/m-a-p_CodeFeedback-Filtered-Instruction-sharegpt-unfiltered.jsonl
26 type: sharegpt
27 conversation: chatml
28 - path: /workspace/datasets/dolphin-2.9/not_samantha_norefusals.jsonl
29 type: sharegpt
30 conversation: chatml
31 - path: /workspace/datasets/dolphin-2.9/Orca-Math-resort-unfiltered.jsonl
32 type: sharegpt
33 conversation: chatml
34 - path: /workspace/datasets/dolphin-2.9/agent_instruct_react_unfiltered.jsonl
35 type: sharegpt
36 conversation: chatml
37 - path: /workspace/datasets/dolphin-2.9/toolbench_instruct_j1s1_3k_unfiltered.jsonl
38 type: sharegpt
39 conversation: chatml
40 - path: /workspace/datasets/dolphin-2.9/toolbench_negative_unfiltered.jsonl
41 type: sharegpt
42 conversation: chatml
43 - path: /workspace/datasets/dolphin-2.9/toolbench_react_10p_unfiltered.jsonl
44 type: sharegpt
45 conversation: chatml
46 - path: /workspace/datasets/dolphin-2.9/toolbench_tflan_cot_30p_unfiltered.jsonl
47 type: sharegpt
48 conversation: chatml
49 - path: /workspace/datasets/dolphin-2.9/openhermes200k_unfiltered.jsonl
50 type: sharegpt
51 conversation: chatml
52
53chat_template: chatml
54
55
56dataset_prepared_path: /workspace/datasets/dolphin-2.9/thingy
57val_set_size: 0.0002
58output_dir: ./out
59
60sequence_len: 4096
61sample_packing: true
62pad_to_sequence_len: true
63
64gradient_accumulation_steps: 4
65micro_batch_size: 3
66num_epochs: 3
67logging_steps: 1
68optimizer: adamw_8bit
69lr_scheduler: cosine
70learning_rate: 2e-5
71
72wandb_project: dolphin-2.9-mixtral-8x22b
73wandb_watch:
74wandb_run_id:
75wandb_log_model:
76
77train_on_inputs: false
78group_by_length: false
79bf16: auto
80fp16:
81tf32: false
82
83gradient_checkpointing: true
84gradient_checkpointing_kwargs:
85 use_reentrant: false
86early_stopping_patience:
87resume_from_checkpoint:
88local_rank:
89logging_steps: 1
90xformers_attention:
91flash_attention: true
92saves_per_epoch: 4
93save_total_limit: 2
94save_steps:
95evals_per_epoch: 4
96eval_sample_packing: false
97debug:
98deepspeed: deepspeed_configs/zero3_bf16.json
99weight_decay: 0.05
100fsdp:
101fsdp_config:
102special_tokens:
103 eos_token: "<|im_end|>"
104 pad_token: "<|end_of_text|>"
105tokens:
106 - "<|im_start|>"
107 - "<|im_end|>"
108