Delta-Vector commited on
Commit
6f50300
1 Parent(s): ee6333f

Upload fatbaldur.yml

Browse files
Files changed (1) hide show
  1. fatbaldur.yml +117 -0
fatbaldur.yml ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: arcee-ai/SuperNova-Medius
2
+ model_type: AutoModelForCausalLM
3
+ tokenizer_type: AutoTokenizer
4
+
5
+ hub_model_id: NewEden/FAT-bob-baldur-14b
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: anthracite-core/c2_logs_32k_llama3_qwen2_v1.2
24
+ type: sharegpt
25
+ conversation: chatml
26
+ - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
27
+ type: sharegpt
28
+ conversation: chatml
29
+ - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
30
+ type: sharegpt
31
+ conversation: chatml
32
+ - path: anthracite-org/kalo_opus_misc_240827
33
+ type: sharegpt
34
+ conversation: chatml
35
+ - path: anthracite-org/kalo_misc_part2
36
+ type: sharegpt
37
+ conversation: chatml
38
+ - path: NewEden/Claude-Instruct-5K
39
+ type: sharegpt
40
+ conversation: chatml
41
+ - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
42
+ type: sharegpt
43
+ conversation: chatml
44
+ - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
45
+ type: sharegpt
46
+ conversation: chatml
47
+ - path: NewEden/Gryphe-Sonnet3.5-Charcard-Roleplay-unfiltered
48
+ type: sharegpt
49
+ conversation: chatml
50
+ - path: Nitral-AI/Creative_Writing-ShareGPT
51
+ type: sharegpt
52
+ conversation: chatml
53
+ - path: NewEden/Gryphe-4o-writing-prompts-sharegpt
54
+ type: sharegpt
55
+ conversation: chatml
56
+
57
+ chat_template: chatml
58
+ shuffle_merged_datasets: true
59
+ dataset_prepared_path: 14b-data-instruct
60
+ val_set_size: 0.001
61
+ output_dir: 14b-rslora-out-instruct
62
+
63
+ sequence_len: 16384
64
+ sample_packing: true
65
+ pad_to_sequence_len: true
66
+
67
+ adapter: lora
68
+ lora_model_dir:
69
+ lora_r: 128
70
+ lora_alpha: 16
71
+ lora_dropout: 0.05
72
+ lora_target_linear: true
73
+ lora_fan_in_fan_out:
74
+ peft_use_relora: true
75
+
76
+ wandb_project: FAT-bob-baldur
77
+ wandb_entity:
78
+ wandb_watch:
79
+ wandb_name: attempt-01
80
+ wandb_log_model:
81
+
82
+ gradient_accumulation_steps: 2
83
+ micro_batch_size: 1
84
+ num_epochs: 2
85
+ optimizer: adamw_bnb_8bit
86
+ lr_scheduler: cosine
87
+ learning_rate: 0.00001
88
+
89
+ train_on_inputs: false
90
+ group_by_length: false
91
+ bf16: auto
92
+ fp16:
93
+ tf32: false
94
+
95
+ gradient_checkpointing: true
96
+ early_stopping_patience:
97
+ resume_from_checkpoint:
98
+ local_rank:
99
+ logging_steps: 1
100
+ xformers_attention:
101
+ flash_attention: true
102
+
103
+ warmup_steps: 40
104
+ evals_per_epoch:
105
+ eval_table_size:
106
+ eval_max_new_tokens:
107
+ saves_per_epoch: 2
108
+ debug:
109
+ deepspeed: deepspeed_configs/zero2.json
110
+ weight_decay: 0.01
111
+ fsdp:
112
+ fsdp_config:
113
+ special_tokens:
114
+ pad_token: <|endoftext|>
115
+ eos_token: <|im_end|>
116
+
117
+