Delta-Vector
commited on
Update Erebus_Gemma_Control_Completion.yaml
Browse files
Erebus_Gemma_Control_Completion.yaml
CHANGED
@@ -1,91 +1,74 @@
|
|
1 |
-
base_model: unsloth/gemma-2-9b
|
2 |
-
model_type: AutoModelForCausalLM
|
3 |
-
tokenizer_type: AutoTokenizer
|
4 |
-
|
5 |
-
hub_model_id: NewEden/Erebus-Control-9B
|
6 |
-
hub_strategy: "all_checkpoints"
|
7 |
-
push_dataset_to_hub:
|
8 |
-
hf_use_auth_token: true
|
9 |
-
|
10 |
-
plugins:
|
11 |
-
- axolotl.integrations.liger.LigerPlugin
|
12 |
-
liger_rope: true
|
13 |
-
liger_rms_norm: true
|
14 |
-
liger_swiglu: true
|
15 |
-
|
16 |
-
liger_fused_linear_cross_entropy: true
|
17 |
-
|
18 |
-
load_in_8bit: false
|
19 |
-
load_in_4bit: false
|
20 |
-
strict: false
|
21 |
-
|
22 |
-
datasets:
|
23 |
-
- path: Mielikki/Erebus-87k
|
24 |
-
type: completion
|
25 |
-
field: body
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
logging_steps: 1
|
76 |
-
xformers_attention:
|
77 |
-
flash_attention: true
|
78 |
-
|
79 |
-
warmup_steps: 5
|
80 |
-
evals_per_epoch:
|
81 |
-
eval_table_size:
|
82 |
-
eval_max_new_tokens:
|
83 |
-
saves_per_epoch: 2
|
84 |
-
debug:
|
85 |
-
deepspeed: deepspeed_configs/zero2.json
|
86 |
-
weight_decay: 0.01
|
87 |
-
fsdp:
|
88 |
-
fsdp_config:
|
89 |
-
special_tokens:
|
90 |
-
pad_token: <|endoftext|>
|
91 |
-
eos_token: <|endoftext|>
|
|
|
1 |
+
base_model: unsloth/gemma-2-9b
|
2 |
+
model_type: AutoModelForCausalLM
|
3 |
+
tokenizer_type: AutoTokenizer
|
4 |
+
|
5 |
+
hub_model_id: NewEden/Erebus-Control-9B
|
6 |
+
hub_strategy: "all_checkpoints"
|
7 |
+
push_dataset_to_hub:
|
8 |
+
hf_use_auth_token: true
|
9 |
+
|
10 |
+
plugins:
|
11 |
+
- axolotl.integrations.liger.LigerPlugin
|
12 |
+
liger_rope: true
|
13 |
+
liger_rms_norm: true
|
14 |
+
liger_swiglu: true
|
15 |
+
liger_cross_entropy: true
|
16 |
+
liger_fused_linear_cross_entropy: true
|
17 |
+
|
18 |
+
load_in_8bit: false
|
19 |
+
load_in_4bit: false
|
20 |
+
strict: false
|
21 |
+
|
22 |
+
datasets:
|
23 |
+
- path: Mielikki/Erebus-87k
|
24 |
+
type: completion
|
25 |
+
field: body
|
26 |
+
|
27 |
+
shuffle_merged_datasets: true
|
28 |
+
dataset_prepared_path: Control-9B
|
29 |
+
val_set_size: 0.0
|
30 |
+
output_dir: Control-9B
|
31 |
+
|
32 |
+
sequence_len: 8192
|
33 |
+
sample_packing: true
|
34 |
+
pad_to_sequence_len: true
|
35 |
+
|
36 |
+
wandb_project: 9b-gemma-erebus
|
37 |
+
wandb_entity:
|
38 |
+
wandb_watch:
|
39 |
+
wandb_name: attempt1
|
40 |
+
wandb_log_model:
|
41 |
+
|
42 |
+
gradient_accumulation_steps: 4
|
43 |
+
micro_batch_size: 1
|
44 |
+
num_epochs: 2
|
45 |
+
optimizer: adamw_bnb_8bit
|
46 |
+
lr_scheduler: cosine
|
47 |
+
learning_rate: 0.00001
|
48 |
+
|
49 |
+
train_on_inputs: false
|
50 |
+
group_by_length: false
|
51 |
+
bf16: auto
|
52 |
+
fp16:
|
53 |
+
tf32: false
|
54 |
+
|
55 |
+
gradient_checkpointing: true
|
56 |
+
early_stopping_patience:
|
57 |
+
resume_from_checkpoint:
|
58 |
+
local_rank:
|
59 |
+
logging_steps: 1
|
60 |
+
xformers_attention:
|
61 |
+
flash_attention: true
|
62 |
+
|
63 |
+
warmup_steps: 5
|
64 |
+
evals_per_epoch:
|
65 |
+
eval_table_size:
|
66 |
+
eval_max_new_tokens:
|
67 |
+
saves_per_epoch: 2
|
68 |
+
debug:
|
69 |
+
deepspeed: deepspeed_configs/zero2.json
|
70 |
+
weight_decay: 0.01
|
71 |
+
fsdp:
|
72 |
+
fsdp_config:
|
73 |
+
special_tokens:
|
74 |
+
pad_token: <pad>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|