Delta-Vector commited on
Commit
6e16110
·
verified ·
1 Parent(s): c3e6ef4

Upload GnXv2.yml

Browse files
Files changed (1) hide show
  1. GnXv2.yml +78 -0
GnXv2.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/xlam-function-calling-60k-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: 8192
26
+ # sequence_len: 32768
27
+ sample_packing: true
28
+ eval_sample_packing: false
29
+ pad_to_sequence_len: true
30
+
31
+ plugins:
32
+ - axolotl.integrations.liger.LigerPlugin
33
+ liger_rope: true
34
+ liger_rms_norm: true
35
+ liger_swiglu: true
36
+ liger_fused_linear_cross_entropy: true
37
+
38
+ wandb_project: GnX Func Calling v2
39
+ wandb_entity:
40
+ wandb_watch:
41
+ wandb_name: Func Calling GnX v2
42
+ wandb_log_model:
43
+
44
+ gradient_accumulation_steps: 32
45
+ micro_batch_size: 1
46
+ num_epochs: 2
47
+ optimizer: adamw_bnb_8bit
48
+ lr_scheduler: cosine
49
+ learning_rate: 0.00002
50
+ weight_decay: 0.05
51
+
52
+ train_on_inputs: false
53
+ group_by_length: false
54
+ bf16: auto
55
+ fp16:
56
+ tf32: true
57
+
58
+ gradient_checkpointing: true
59
+ early_stopping_patience:
60
+ resume_from_checkpoint:
61
+ local_rank:
62
+ logging_steps: 1
63
+ xformers_attention:
64
+ flash_attention: true
65
+
66
+ warmup_ratio: 0.1
67
+ evals_per_epoch: 4
68
+ eval_table_size:
69
+ eval_max_new_tokens: 128
70
+ saves_per_epoch: 1
71
+
72
+ debug:
73
+ deepspeed: deepspeed_configs/zero1.json
74
+ fsdp:
75
+ fsdp_config:
76
+
77
+ special_tokens:
78
+ pad_token: <|finetune_right_pad_id|>