Delta-Vector commited on
Commit
fe7e90c
·
verified ·
1 Parent(s): 35e0655

Upload 4b-brainrot.yml

Browse files
Files changed (1) hide show
  1. 4b-brainrot.yml +96 -0
4b-brainrot.yml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: NewEden/Hamanasu-KTO-4B
2
+ model_type: AutoModelForCausalLM
3
+ tokenizer_type: AutoTokenizer
4
+
5
+ hub_model_id: NewEden/Hamanasu-4B-RP
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
+ - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
13
+ liger_rope: true
14
+ liger_rms_norm: true
15
+ liger_layer_norm: true
16
+ liger_glu_activation: true
17
+ liger_fused_linear_cross_entropy: false
18
+ cut_cross_entropy: true
19
+
20
+ load_in_8bit: false
21
+ load_in_4bit: false
22
+ strict: false
23
+
24
+ datasets:
25
+ - path: NewEden/RP-logs-V2-Experimental-prefixed
26
+ type: dan-chat-advanced
27
+ - path: NewEden/Creative_Writing-Complexity
28
+ type: dan-chat-advanced
29
+ - path: NewEden/Discord-Filtered
30
+ type: dan-chat-advanced
31
+ - path: NewEden/DeepseekRP-Filtered
32
+ type: dan-chat-advanced
33
+ - path: NewEden/Storium-Prefixed-Clean
34
+ type: dan-chat-advanced
35
+ - path: NewEden/Basket-Weaving-Filtered
36
+ type: dan-chat-advanced
37
+ - path: NewEden/LIMARP-Complexity
38
+ type: dan-chat-advanced
39
+ - path: NewEden/Misc-Data-Sharegpt-Prefixed
40
+ type: dan-chat-advanced
41
+ - path: NewEden/BlueSky-10K-Complexity
42
+ type: dan-chat-advanced
43
+ - path: NewEden/OpenCAI-ShareGPT
44
+ type: dan-chat-advanced
45
+ - path: NewEden/Basket-Weaving-Filtered
46
+ type: dan-chat-advanced
47
+ - path: PocketDoc/Dans-Personamaxx-VN
48
+ type: dan-chat-advanced
49
+ - path: PocketDoc/Dans-Kinomaxx-VanillaBackrooms
50
+ type: dan-chat-advanced
51
+ dataset_prepared_path: prepared_data
52
+ val_set_size: 0.0
53
+ output_dir: ./output
54
+
55
+ sequence_len: 32768
56
+ sample_packing: true
57
+ pad_to_sequence_len: true
58
+
59
+
60
+ wandb_project: tavbussy
61
+ wandb_entity:
62
+ wandb_watch:
63
+ wandb_name: rp-attempt-01
64
+ wandb_log_model:
65
+
66
+ gradient_accumulation_steps: 4
67
+ micro_batch_size: 2
68
+ num_epochs: 4
69
+ optimizer: adamw_bnb_8bit
70
+ lr_scheduler: cosine
71
+ learning_rate: 2e-5
72
+ max_grad_norm: 0.1
73
+
74
+ train_on_inputs: false
75
+ group_by_length: false
76
+ bf16: auto
77
+ fp16:
78
+ tf32: false
79
+
80
+ gradient_checkpointing: true
81
+ early_stopping_patience:
82
+ resume_from_checkpoint:
83
+ local_rank:
84
+ logging_steps: 1
85
+ xformers_attention:
86
+ flash_attention: true
87
+
88
+ warmup_steps: 40
89
+ saves_per_epoch: 2
90
+ debug:
91
+ deepspeed: deepspeed_configs/zero3_bf16.json
92
+ weight_decay: 0.02
93
+ fsdp:
94
+ fsdp_config:
95
+ special_tokens:
96
+ pad_token: <|finetune_right_pad_id|>