lesso02 commited on
Commit
55013f4
·
verified ·
1 Parent(s): 4612406

End of training

Browse files
Files changed (2) hide show
  1. README.md +203 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: fxmarty/really-tiny-falcon-testing
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 561cc045-d57d-4d40-932e-390287a2eaac
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<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)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: fxmarty/really-tiny-falcon-testing
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 415dedee96180e11_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/415dedee96180e11_train_data.json
32
+ type:
33
+ field_instruction: instruction
34
+ field_output: response
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ do_eval: true
42
+ early_stopping_patience: 3
43
+ eval_batch_size: 4
44
+ eval_max_new_tokens: 128
45
+ eval_steps: 500
46
+ evals_per_epoch: null
47
+ flash_attention: false
48
+ fp16: false
49
+ fsdp: null
50
+ fsdp_config: null
51
+ gradient_accumulation_steps: 8
52
+ gradient_checkpointing: true
53
+ group_by_length: true
54
+ hub_model_id: lesso02/561cc045-d57d-4d40-932e-390287a2eaac
55
+ hub_repo: null
56
+ hub_strategy: checkpoint
57
+ hub_token: null
58
+ learning_rate: 0.000202
59
+ load_in_4bit: false
60
+ load_in_8bit: false
61
+ local_rank: null
62
+ logging_steps: 50
63
+ lora_alpha: 128
64
+ lora_dropout: 0.15
65
+ lora_fan_in_fan_out: null
66
+ lora_model_dir: null
67
+ lora_r: 64
68
+ lora_target_linear: true
69
+ lr_scheduler: cosine
70
+ max_grad_norm: 1.0
71
+ max_steps: 25000
72
+ micro_batch_size: 4
73
+ mlflow_experiment_name: /tmp/415dedee96180e11_train_data.json
74
+ model_type: AutoModelForCausalLM
75
+ num_epochs: 10
76
+ optimizer: adamw_torch_fused
77
+ output_dir: miner_id_24
78
+ pad_to_sequence_len: true
79
+ resume_from_checkpoint: null
80
+ s2_attention: null
81
+ sample_packing: false
82
+ save_steps: 500
83
+ saves_per_epoch: null
84
+ seed: 20
85
+ sequence_len: 1024
86
+ strict: false
87
+ tf32: true
88
+ tokenizer_type: AutoTokenizer
89
+ train_on_inputs: false
90
+ trust_remote_code: true
91
+ val_set_size: 0.05
92
+ wandb_entity: null
93
+ wandb_mode: online
94
+ wandb_name: 5941f67d-1b56-4ae0-b76d-52a8681c66f9
95
+ wandb_project: 02a
96
+ wandb_run: your_name
97
+ wandb_runid: 5941f67d-1b56-4ae0-b76d-52a8681c66f9
98
+ warmup_steps: 100
99
+ weight_decay: 0.0
100
+ xformers_attention: null
101
+
102
+ ```
103
+
104
+ </details><br>
105
+
106
+ # 561cc045-d57d-4d40-932e-390287a2eaac
107
+
108
+ This model is a fine-tuned version of [fxmarty/really-tiny-falcon-testing](https://huggingface.co/fxmarty/really-tiny-falcon-testing) on the None dataset.
109
+ It achieves the following results on the evaluation set:
110
+ - Loss: 10.9172
111
+
112
+ ## Model description
113
+
114
+ More information needed
115
+
116
+ ## Intended uses & limitations
117
+
118
+ More information needed
119
+
120
+ ## Training and evaluation data
121
+
122
+ More information needed
123
+
124
+ ## Training procedure
125
+
126
+ ### Training hyperparameters
127
+
128
+ The following hyperparameters were used during training:
129
+ - learning_rate: 0.000202
130
+ - train_batch_size: 4
131
+ - eval_batch_size: 4
132
+ - seed: 20
133
+ - gradient_accumulation_steps: 8
134
+ - total_train_batch_size: 32
135
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
136
+ - lr_scheduler_type: cosine
137
+ - lr_scheduler_warmup_steps: 100
138
+ - training_steps: 25000
139
+
140
+ ### Training results
141
+
142
+ | Training Loss | Epoch | Step | Validation Loss |
143
+ |:-------------:|:------:|:-----:|:---------------:|
144
+ | No log | 0.0002 | 1 | 11.0859 |
145
+ | 87.8237 | 0.1129 | 500 | 10.9719 |
146
+ | 87.7348 | 0.2258 | 1000 | 10.9600 |
147
+ | 87.6865 | 0.3386 | 1500 | 10.9512 |
148
+ | 87.6515 | 0.4515 | 2000 | 10.9449 |
149
+ | 87.6171 | 0.5644 | 2500 | 10.9406 |
150
+ | 87.5821 | 0.6773 | 3000 | 10.9366 |
151
+ | 87.5827 | 0.7902 | 3500 | 10.9341 |
152
+ | 87.5556 | 0.9031 | 4000 | 10.9321 |
153
+ | 87.5578 | 1.0159 | 4500 | 10.9300 |
154
+ | 87.5512 | 1.1288 | 5000 | 10.9284 |
155
+ | 87.5338 | 1.2417 | 5500 | 10.9271 |
156
+ | 87.5222 | 1.3546 | 6000 | 10.9265 |
157
+ | 87.5199 | 1.4675 | 6500 | 10.9258 |
158
+ | 87.5171 | 1.5804 | 7000 | 10.9247 |
159
+ | 87.5118 | 1.6932 | 7500 | 10.9238 |
160
+ | 87.5051 | 1.8061 | 8000 | 10.9233 |
161
+ | 87.508 | 1.9190 | 8500 | 10.9228 |
162
+ | 87.4979 | 2.0319 | 9000 | 10.9221 |
163
+ | 87.4973 | 2.1448 | 9500 | 10.9216 |
164
+ | 87.512 | 2.2577 | 10000 | 10.9213 |
165
+ | 87.4823 | 2.3705 | 10500 | 10.9210 |
166
+ | 87.4886 | 2.4834 | 11000 | 10.9207 |
167
+ | 87.4873 | 2.5963 | 11500 | 10.9202 |
168
+ | 87.4897 | 2.7092 | 12000 | 10.9200 |
169
+ | 87.4782 | 2.8221 | 12500 | 10.9196 |
170
+ | 87.4864 | 2.9350 | 13000 | 10.9196 |
171
+ | 87.4777 | 3.0478 | 13500 | 10.9194 |
172
+ | 87.4821 | 3.1607 | 14000 | 10.9189 |
173
+ | 87.479 | 3.2736 | 14500 | 10.9188 |
174
+ | 87.4648 | 3.3865 | 15000 | 10.9185 |
175
+ | 87.4757 | 3.4994 | 15500 | 10.9184 |
176
+ | 87.4546 | 3.6122 | 16000 | 10.9184 |
177
+ | 87.4722 | 3.7251 | 16500 | 10.9183 |
178
+ | 87.4617 | 3.8380 | 17000 | 10.9179 |
179
+ | 87.4607 | 3.9509 | 17500 | 10.9181 |
180
+ | 87.4602 | 4.0638 | 18000 | 10.9178 |
181
+ | 87.4577 | 4.1767 | 18500 | 10.9176 |
182
+ | 87.4592 | 4.2895 | 19000 | 10.9175 |
183
+ | 87.4784 | 4.4024 | 19500 | 10.9174 |
184
+ | 87.4644 | 4.5153 | 20000 | 10.9173 |
185
+ | 87.4677 | 4.6282 | 20500 | 10.9174 |
186
+ | 87.465 | 4.7411 | 21000 | 10.9174 |
187
+ | 87.4606 | 4.8540 | 21500 | 10.9172 |
188
+ | 87.4689 | 4.9668 | 22000 | 10.9173 |
189
+ | 87.4515 | 5.0797 | 22500 | 10.9172 |
190
+ | 87.4637 | 5.1926 | 23000 | 10.9172 |
191
+ | 87.4589 | 5.3055 | 23500 | 10.9172 |
192
+ | 87.4596 | 5.4184 | 24000 | 10.9172 |
193
+ | 87.461 | 5.5313 | 24500 | 10.9173 |
194
+ | 87.4639 | 5.6441 | 25000 | 10.9172 |
195
+
196
+
197
+ ### Framework versions
198
+
199
+ - PEFT 0.13.2
200
+ - Transformers 4.46.0
201
+ - Pytorch 2.5.0+cu124
202
+ - Datasets 3.0.1
203
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf56a0cc92455f1c9262fb79086620c0d1803589b4b8e2f27f64b6db1cbe8fc
3
+ size 252062