TracyTank commited on
Commit
91ab8f9
·
verified ·
1 Parent(s): 9e04294

End of training

Browse files
Files changed (3) hide show
  1. README.md +182 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: unsloth/Hermes-3-Llama-3.1-8B
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: b9f27a84-be8d-45d2-abb3-773f959abab4
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ adapter: lora
21
+ base_model: unsloth/Hermes-3-Llama-3.1-8B
22
+ bf16: auto
23
+ chat_template: llama3
24
+ cosine_min_lr_ratio: 0.1
25
+ data_processes: 16
26
+ dataset_prepared_path: null
27
+ datasets:
28
+ - data_files:
29
+ - 5c3f012d6f350a11_train_data.json
30
+ ds_type: json
31
+ format: custom
32
+ path: /workspace/input_data/5c3f012d6f350a11_train_data.json
33
+ type:
34
+ field_instruction: abstract
35
+ field_output: related_work
36
+ format: '{instruction}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: null
42
+ device_map: '{'''':torch.cuda.current_device()}'
43
+ do_eval: true
44
+ early_stopping_patience: 1
45
+ eval_batch_size: 1
46
+ eval_sample_packing: false
47
+ eval_steps: 25
48
+ evaluation_strategy: steps
49
+ flash_attention: true
50
+ fp16: null
51
+ fsdp: null
52
+ fsdp_config: null
53
+ gradient_accumulation_steps: 64
54
+ gradient_checkpointing: true
55
+ group_by_length: true
56
+ hub_model_id: sn56c2/b9f27a84-be8d-45d2-abb3-773f959abab4
57
+ hub_repo: stevemonite
58
+ hub_strategy: checkpoint
59
+ hub_token: null
60
+ learning_rate: 0.0001
61
+ load_in_4bit: false
62
+ load_in_8bit: false
63
+ local_rank: null
64
+ logging_steps: 1
65
+ lora_alpha: 64
66
+ lora_dropout: 0.05
67
+ lora_fan_in_fan_out: null
68
+ lora_model_dir: null
69
+ lora_r: 32
70
+ lora_target_linear: true
71
+ lora_target_modules:
72
+ - q_proj
73
+ - v_proj
74
+ lr_scheduler: cosine
75
+ max_grad_norm: 1.0
76
+ max_memory:
77
+ 0: 70GiB
78
+ max_steps: 500
79
+ micro_batch_size: 1
80
+ mlflow_experiment_name: /tmp/5c3f012d6f350a11_train_data.json
81
+ model_type: AutoModelForCausalLM
82
+ num_epochs: 4
83
+ optim_args:
84
+ adam_beta1: 0.9
85
+ adam_beta2: 0.95
86
+ adam_epsilon: 1e-5
87
+ optimizer: adamw_torch
88
+ output_dir: miner_id_24
89
+ pad_to_sequence_len: true
90
+ resume_from_checkpoint: null
91
+ s2_attention: null
92
+ sample_packing: false
93
+ save_steps: 50
94
+ save_strategy: steps
95
+ sequence_len: 2048
96
+ strict: false
97
+ tf32: false
98
+ tokenizer_type: AutoTokenizer
99
+ torch_compile: false
100
+ train_on_inputs: false
101
+ trust_remote_code: true
102
+ val_set_size: 50
103
+ wandb_entity: sn56-miner
104
+ wandb_mode: disabled
105
+ wandb_name: b9f27a84-be8d-45d2-abb3-773f959abab4
106
+ wandb_project: god
107
+ wandb_run: ms5m
108
+ wandb_runid: b9f27a84-be8d-45d2-abb3-773f959abab4
109
+ warmup_raio: 0.03
110
+ warmup_ratio: 0.05
111
+ weight_decay: 0.01
112
+ xformers_attention: null
113
+
114
+ ```
115
+
116
+ </details><br>
117
+
118
+ # b9f27a84-be8d-45d2-abb3-773f959abab4
119
+
120
+ This model is a fine-tuned version of [unsloth/Hermes-3-Llama-3.1-8B](https://huggingface.co/unsloth/Hermes-3-Llama-3.1-8B) on the None dataset.
121
+ It achieves the following results on the evaluation set:
122
+ - Loss: 2.3066
123
+
124
+ ## Model description
125
+
126
+ More information needed
127
+
128
+ ## Intended uses & limitations
129
+
130
+ More information needed
131
+
132
+ ## Training and evaluation data
133
+
134
+ More information needed
135
+
136
+ ## Training procedure
137
+
138
+ ### Training hyperparameters
139
+
140
+ The following hyperparameters were used during training:
141
+ - learning_rate: 0.0001
142
+ - train_batch_size: 1
143
+ - eval_batch_size: 1
144
+ - seed: 42
145
+ - distributed_type: multi-GPU
146
+ - num_devices: 4
147
+ - gradient_accumulation_steps: 64
148
+ - total_train_batch_size: 256
149
+ - total_eval_batch_size: 4
150
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
151
+ - lr_scheduler_type: cosine
152
+ - lr_scheduler_warmup_steps: 25
153
+ - training_steps: 500
154
+
155
+ ### Training results
156
+
157
+ | Training Loss | Epoch | Step | Validation Loss |
158
+ |:-------------:|:------:|:----:|:---------------:|
159
+ | 2.6656 | 0.0064 | 1 | 3.0489 |
160
+ | 2.4528 | 0.1589 | 25 | 2.3822 |
161
+ | 2.4471 | 0.3178 | 50 | 2.3415 |
162
+ | 2.3992 | 0.4767 | 75 | 2.3316 |
163
+ | 2.3613 | 0.6356 | 100 | 2.3197 |
164
+ | 2.3707 | 0.7944 | 125 | 2.3157 |
165
+ | 2.3419 | 0.9533 | 150 | 2.3092 |
166
+ | 2.255 | 1.1122 | 175 | 2.3080 |
167
+ | 2.228 | 1.2711 | 200 | 2.3091 |
168
+ | 2.2652 | 1.4300 | 225 | 2.3084 |
169
+ | 2.2084 | 1.5889 | 250 | 2.3041 |
170
+ | 2.2238 | 1.7478 | 275 | 2.3029 |
171
+ | 2.2119 | 1.9067 | 300 | 2.3020 |
172
+ | 2.2045 | 2.0655 | 325 | 2.3016 |
173
+ | 2.1767 | 2.2244 | 350 | 2.3066 |
174
+
175
+
176
+ ### Framework versions
177
+
178
+ - PEFT 0.13.2
179
+ - Transformers 4.46.0
180
+ - Pytorch 2.5.0+cu124
181
+ - Datasets 3.0.1
182
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbed03358ba11f73feaaa95065a58446ae813377c3d1fc71c8f3d2b2d805cea8
3
+ size 335706186
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30263ee37a2d68a7092f89eb8fa7493fe6f8735c772e021332473d7fcac0680b
3
  size 335604696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b441e5a407e166d75de29ae94a3955500ad7021ce6dca594b68aff59f6d6ed
3
  size 335604696