Delta-Vector commited on
Commit
769d02e
1 Parent(s): 6e16110

Upload Holland4bv2.yml

Browse files
Files changed (1) hide show
  1. Holland4bv2.yml +108 -0
Holland4bv2.yml ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: IntervitensInc/Llama-3.1-Minitron-4B-Width-Base-chatml
2
+ model_type: AutoModelForCausalLM
3
+ tokenizer_type: AutoTokenizer
4
+
5
+ load_in_8bit: false
6
+ load_in_4bit: false
7
+ strict: false
8
+
9
+ datasets:
10
+ - path: NewEden/Gryphe-3.5-16k-Subset
11
+ type: sharegpt
12
+ conversation: chatml
13
+ - path: NewEden/Claude-Instruct-5k
14
+ type: sharegpt
15
+ conversation: chatml
16
+ - path: Delta-Vector/kaloisazasedhandsomefurry
17
+ type: sharegpt
18
+ conversation: chatml
19
+ - path: lodrick-the-lafted/NopmWritingStruct
20
+ type: sharegpt
21
+ conversation: chatml
22
+ - path: PocketDoc/Dans-MemoryCore-CoreCurriculum-Small
23
+ type: sharegpt
24
+ conversation: chatml
25
+ - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
26
+ type: sharegpt
27
+ conversation: chatml
28
+ - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
29
+ type: sharegpt
30
+ conversation: chatml
31
+ - path: PJMixers/lodrick-the-lafted_OpusStories-ShareGPT
32
+ type: sharegpt
33
+ conversation: chatml
34
+ - path: NewEden/Stheno-Data-filtered-8k-subset
35
+ type: sharegpt
36
+ conversation: chatml
37
+ - path: Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
38
+ type: sharegpt
39
+ conversation: chatml
40
+ - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
41
+ type: sharegpt
42
+ conversation: chatml
43
+ chat_template: chatml
44
+
45
+ val_set_size: 0.01
46
+ output_dir: ./outputs/out
47
+
48
+ adapter:
49
+ lora_r:
50
+ lora_alpha:
51
+ lora_dropout:
52
+ lora_target_linear:
53
+
54
+ sequence_len: 16384
55
+ # sequence_len: 32768
56
+ sample_packing: true
57
+ eval_sample_packing: false
58
+ pad_to_sequence_len: true
59
+
60
+ plugins:
61
+ - axolotl.integrations.liger.LigerPlugin
62
+ liger_rope: true
63
+ liger_rms_norm: true
64
+ liger_swiglu: true
65
+ liger_fused_linear_cross_entropy: true
66
+
67
+ wandb_project: HollandV2
68
+ wandb_entity:
69
+ wandb_watch:
70
+ wandb_name: hollandV2
71
+ wandb_log_model:
72
+
73
+ gradient_accumulation_steps: 32
74
+ micro_batch_size: 1
75
+ num_epochs: 2
76
+ optimizer: adamw_bnb_8bit
77
+ lr_scheduler: cosine
78
+ learning_rate: 0.00001
79
+ weight_decay: 0.05
80
+
81
+ train_on_inputs: false
82
+ group_by_length: false
83
+ bf16: auto
84
+ fp16:
85
+ tf32: true
86
+
87
+ gradient_checkpointing: true
88
+ early_stopping_patience:
89
+ resume_from_checkpoint:
90
+ local_rank:
91
+ logging_steps: 1
92
+ xformers_attention:
93
+ flash_attention: true
94
+
95
+ warmup_ratio: 0.1
96
+ evals_per_epoch: 4
97
+ eval_table_size:
98
+ eval_max_new_tokens: 128
99
+ saves_per_epoch: 1
100
+
101
+ debug:
102
+ deepspeed:
103
+ fsdp:
104
+ fsdp_config:
105
+
106
+ special_tokens:
107
+ pad_token: <|finetune_right_pad_id|>
108
+