Delta-Vector commited on
Commit
de922bc
·
verified ·
1 Parent(s): 7204e03

Upload axolotl_config_idg9oo_8.yml

Browse files
Files changed (1) hide show
  1. axolotl_config_idg9oo_8.yml +105 -0
axolotl_config_idg9oo_8.yml ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: arcee-ai/Llama-3.1-SuperNova-Lite
2
+ model_type: AutoModelForCausalLM
3
+ tokenizer_type: AutoTokenizer
4
+
5
+ #trust_remote_code: true
6
+
7
+ plugins:
8
+ - axolotl.integrations.liger.LigerPlugin
9
+ liger_rope: true
10
+ liger_rms_norm: true
11
+ liger_swiglu: true
12
+ liger_fused_linear_cross_entropy: true
13
+
14
+ load_in_8bit: false
15
+ load_in_4bit: false
16
+ strict: false
17
+
18
+ datasets:
19
+ - path: Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
20
+ type: chat_template
21
+ - path: Nitral-AI/Cybersecurity-ShareGPT
22
+ type: chat_template
23
+ - path: Nitral-AI/Medical_Instruct-ShareGPT
24
+ type: chat_template
25
+ - path: Nitral-AI/Olympiad_Math-ShareGPT
26
+ type: chat_template
27
+ - path: anthracite-org/kalo_opus_misc_240827
28
+ type: chat_template
29
+ - path: NewEden/Claude-Instruct-5k
30
+ type: chat_template
31
+ - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
32
+ type: chat_template
33
+ - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
34
+ type: chat_template
35
+ - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
36
+ type: chat_template
37
+ - path: anthracite-org/kalo_misc_part2
38
+ type: chat_template
39
+
40
+
41
+ chat_template: llama3
42
+ shuffle_merged_datasets: true
43
+ default_system_message: "You are an assistant that responds to the user."
44
+ dataset_prepared_path: prepared_dataset_memorycore
45
+ val_set_size: 0.0
46
+ output_dir: ./magnum-v3-8b-llama3.1-memorycore
47
+
48
+ sequence_len: 8192
49
+ sample_packing: true
50
+ eval_sample_packing: false
51
+ pad_to_sequence_len:
52
+
53
+ adapter:
54
+ lora_model_dir:
55
+ lora_r:
56
+ lora_alpha:
57
+ lora_dropout:
58
+ lora_target_linear:
59
+ lora_fan_in_fan_out:
60
+
61
+ wandb_project: henbane-8b-r3
62
+ wandb_entity:
63
+ wandb_watch:
64
+ wandb_name: henbane-8b-r3
65
+ wandb_log_model:
66
+
67
+ gradient_accumulation_steps: 128
68
+ micro_batch_size: 1
69
+ num_epochs: 4
70
+ optimizer: paged_adamw_8bit
71
+ lr_scheduler: cosine
72
+ #learning_rate: 3e-5
73
+ learning_rate: 1e-5
74
+
75
+ train_on_inputs: false
76
+ group_by_length: false
77
+ bf16: auto
78
+ fp16:
79
+ tf32: false
80
+
81
+ gradient_checkpointing: true
82
+ gradient_checkpointing_kwargs:
83
+ use_reentrant: false
84
+ early_stopping_patience:
85
+ resume_from_checkpoint:
86
+ local_rank:
87
+ logging_steps: 1
88
+ xformers_attention:
89
+ flash_attention: true
90
+ eager_attention: false
91
+
92
+ warmup_steps: 5
93
+ evals_per_epoch:
94
+ eval_table_size:
95
+ eval_max_new_tokens:
96
+ saves_per_epoch: 2
97
+ debug:
98
+ deepspeed: /workspace/axolotl/deepspeed_configs/zero2.json
99
+ weight_decay: 0.01
100
+ fsdp:
101
+ fsdp_config:
102
+ special_tokens:
103
+ pad_token: <|finetune_right_pad_id|>
104
+ eos_token: <|eot_id|>
105
+