Delta-Vector commited on
Commit
02cf775
1 Parent(s): 83ce644

Upload Discord.yml

Browse files
Files changed (1) hide show
  1. Discord.yml +78 -0
Discord.yml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: Delta-Vector/Holland-4B
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/Discord-scrapes-sharegpt
11
+ type: sharegpt
12
+ conversation: chatml
13
+
14
+ chat_template: chatml
15
+
16
+ val_set_size: 0.01
17
+ output_dir: ./outputs/out
18
+
19
+ adapter:
20
+ lora_r:
21
+ lora_alpha:
22
+ lora_dropout:
23
+ lora_target_linear:
24
+
25
+ sequence_len: 16384
26
+ sample_packing: true
27
+ eval_sample_packing: false
28
+ pad_to_sequence_len: true
29
+
30
+ plugins:
31
+ - axolotl.integrations.liger.LigerPlugin
32
+ liger_rope: true
33
+ liger_rms_norm: true
34
+ liger_swiglu: true
35
+ liger_fused_linear_cross_entropy: true
36
+
37
+ wandb_project: Discord-4B
38
+ wandb_entity:
39
+ wandb_watch:
40
+ wandb_name: Discord-4B
41
+ wandb_log_model:
42
+
43
+ gradient_accumulation_steps: 32
44
+ micro_batch_size: 1
45
+ num_epochs: 3
46
+ optimizer: adamw_bnb_8bit
47
+ lr_scheduler: cosine
48
+ learning_rate: 0.0000001
49
+ weight_decay: 0.05
50
+
51
+ train_on_inputs: false
52
+ group_by_length: false
53
+ bf16: auto
54
+ fp16:
55
+ tf32: true
56
+
57
+ gradient_checkpointing: true
58
+ early_stopping_patience:
59
+ resume_from_checkpoint:
60
+ local_rank:
61
+ logging_steps: 1
62
+ xformers_attention:
63
+ flash_attention: true
64
+
65
+ warmup_ratio: 0.1
66
+ evals_per_epoch: 4
67
+ eval_table_size:
68
+ eval_max_new_tokens: 128
69
+ saves_per_epoch: 1
70
+
71
+ debug:
72
+ deepspeed:
73
+ fsdp:
74
+ fsdp_config:
75
+
76
+ special_tokens:
77
+ pad_token: <|finetune_right_pad_id|>
78
+