Update Nemo.yml
Browse files
Nemo.yml
CHANGED
@@ -6,37 +6,40 @@ plugins:
|
|
6 |
- axolotl.integrations.liger.LigerPlugin
|
7 |
liger_rope: true
|
8 |
liger_rms_norm: true
|
9 |
-
|
10 |
#liger_cross_entropy: true
|
11 |
-
|
12 |
|
13 |
load_in_8bit: false
|
14 |
load_in_4bit: false
|
15 |
strict: false
|
16 |
|
17 |
datasets:
|
18 |
-
- path: anthracite-core/
|
19 |
type: sharegpt
|
20 |
conversation: chatml
|
21 |
- path: anthracite-org/kalo-opus-instruct-22k-no-refusal
|
22 |
type: sharegpt
|
23 |
conversation: chatml
|
|
|
|
|
|
|
24 |
- path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
|
25 |
type: sharegpt
|
26 |
conversation: chatml
|
27 |
- path: anthracite-org/nopm_claude_writing_fixed
|
28 |
type: sharegpt
|
29 |
conversation: chatml
|
30 |
-
- path:
|
31 |
type: sharegpt
|
32 |
conversation: chatml
|
33 |
-
- path: anthracite-org/
|
34 |
type: sharegpt
|
35 |
conversation: chatml
|
36 |
-
- path:
|
37 |
type: sharegpt
|
38 |
conversation: chatml
|
39 |
-
|
40 |
shuffle_merged_datasets: false
|
41 |
default_system_message: "You are a helpful assistant that responds to the user."
|
42 |
dataset_prepared_path: /workspace/data/8b-nemo-fft-data
|
@@ -92,4 +95,6 @@ debug:
|
|
92 |
deepspeed: deepspeed_configs/zero3_bf16.json
|
93 |
weight_decay: 0.001
|
94 |
fsdp:
|
95 |
-
fsdp_config:
|
|
|
|
|
|
6 |
- axolotl.integrations.liger.LigerPlugin
|
7 |
liger_rope: true
|
8 |
liger_rms_norm: true
|
9 |
+
liger_swiglu: true
|
10 |
#liger_cross_entropy: true
|
11 |
+
liger_fused_linear_cross_entropy: true
|
12 |
|
13 |
load_in_8bit: false
|
14 |
load_in_4bit: false
|
15 |
strict: false
|
16 |
|
17 |
datasets:
|
18 |
+
- path: anthracite-core/c2_logs_16k_llama_v1.1
|
19 |
type: sharegpt
|
20 |
conversation: chatml
|
21 |
- path: anthracite-org/kalo-opus-instruct-22k-no-refusal
|
22 |
type: sharegpt
|
23 |
conversation: chatml
|
24 |
+
- path: Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
|
25 |
+
type: sharegpt
|
26 |
+
conversation: chatml
|
27 |
- path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
|
28 |
type: sharegpt
|
29 |
conversation: chatml
|
30 |
- path: anthracite-org/nopm_claude_writing_fixed
|
31 |
type: sharegpt
|
32 |
conversation: chatml
|
33 |
+
- path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
|
34 |
type: sharegpt
|
35 |
conversation: chatml
|
36 |
+
- path: anthracite-org/kalo_opus_misc_240827
|
37 |
type: sharegpt
|
38 |
conversation: chatml
|
39 |
+
- path: anthracite-org/kalo_misc_part2
|
40 |
type: sharegpt
|
41 |
conversation: chatml
|
42 |
+
chat_template: chatml
|
43 |
shuffle_merged_datasets: false
|
44 |
default_system_message: "You are a helpful assistant that responds to the user."
|
45 |
dataset_prepared_path: /workspace/data/8b-nemo-fft-data
|
|
|
95 |
deepspeed: deepspeed_configs/zero3_bf16.json
|
96 |
weight_decay: 0.001
|
97 |
fsdp:
|
98 |
+
fsdp_config:
|
99 |
+
special_tokens:
|
100 |
+
pad_token: <pad>
|