Alphatao commited on
Commit
2c0f4e7
·
verified ·
1 Parent(s): 3b0f2ab

End of training

Browse files
Files changed (3) hide show
  1. README.md +203 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: fxmarty/tiny-dummy-qwen2
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 06162734-d351-41bb-82e7-47e4efe3d9c9
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/tiny-dummy-qwen2
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 7b7d4c2e25bfcfaa_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/7b7d4c2e25bfcfaa_train_data.json
32
+ type:
33
+ field_input: span_labels
34
+ field_instruction: source_text
35
+ field_output: target_text
36
+ format: '{instruction} {input}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ device_map:
42
+ ? ''
43
+ : 0,1,2,3,4,5,6,7
44
+ early_stopping_patience: 2
45
+ eval_max_new_tokens: 128
46
+ eval_steps: 400
47
+ eval_table_size: null
48
+ flash_attention: true
49
+ gradient_accumulation_steps: 4
50
+ gradient_checkpointing: true
51
+ group_by_length: false
52
+ hub_model_id: Alphatao/06162734-d351-41bb-82e7-47e4efe3d9c9
53
+ hub_repo: null
54
+ hub_strategy: null
55
+ hub_token: null
56
+ learning_rate: 0.0002
57
+ load_best_model_at_end: true
58
+ load_in_4bit: false
59
+ load_in_8bit: false
60
+ local_rank: null
61
+ logging_steps: 1
62
+ lora_alpha: 32
63
+ lora_dropout: 0.05
64
+ lora_fan_in_fan_out: null
65
+ lora_model_dir: null
66
+ lora_r: 16
67
+ lora_target_linear: true
68
+ lora_target_modules:
69
+ - q_proj
70
+ - k_proj
71
+ - v_proj
72
+ - o_proj
73
+ lr_scheduler: cosine
74
+ max_grad_norm: 1.0
75
+ max_steps: 142749
76
+ micro_batch_size: 2
77
+ mlflow_experiment_name: /tmp/7b7d4c2e25bfcfaa_train_data.json
78
+ model_type: AutoModelForCausalLM
79
+ num_epochs: 2
80
+ optimizer: adamw_bnb_8bit
81
+ output_dir: miner_id_24
82
+ pad_to_sequence_len: true
83
+ resume_from_checkpoint: null
84
+ s2_attention: null
85
+ sample_packing: false
86
+ save_steps: 400
87
+ sequence_len: 1024
88
+ strict: false
89
+ tf32: true
90
+ tokenizer_type: AutoTokenizer
91
+ train_on_inputs: false
92
+ trust_remote_code: true
93
+ val_set_size: 0.022261303176687963
94
+ wandb_entity: null
95
+ wandb_mode: online
96
+ wandb_name: b4837e4a-e96f-46cd-948c-e22b70f0c278
97
+ wandb_project: Gradients-On-Demand
98
+ wandb_run: your_name
99
+ wandb_runid: b4837e4a-e96f-46cd-948c-e22b70f0c278
100
+ warmup_steps: 10
101
+ weight_decay: 0.0
102
+ xformers_attention: null
103
+
104
+ ```
105
+
106
+ </details><br>
107
+
108
+ # 06162734-d351-41bb-82e7-47e4efe3d9c9
109
+
110
+ This model is a fine-tuned version of [fxmarty/tiny-dummy-qwen2](https://huggingface.co/fxmarty/tiny-dummy-qwen2) on the None dataset.
111
+ It achieves the following results on the evaluation set:
112
+ - Loss: 11.8945
113
+
114
+ ## Model description
115
+
116
+ More information needed
117
+
118
+ ## Intended uses & limitations
119
+
120
+ More information needed
121
+
122
+ ## Training and evaluation data
123
+
124
+ More information needed
125
+
126
+ ## Training procedure
127
+
128
+ ### Training hyperparameters
129
+
130
+ The following hyperparameters were used during training:
131
+ - learning_rate: 0.0002
132
+ - train_batch_size: 2
133
+ - eval_batch_size: 2
134
+ - seed: 42
135
+ - gradient_accumulation_steps: 4
136
+ - total_train_batch_size: 8
137
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 10
140
+ - training_steps: 54902
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:------:|:-----:|:---------------:|
146
+ | 11.931 | 0.0000 | 1 | 11.9320 |
147
+ | 11.908 | 0.0146 | 400 | 11.9114 |
148
+ | 11.914 | 0.0291 | 800 | 11.9078 |
149
+ | 11.9067 | 0.0437 | 1200 | 11.9058 |
150
+ | 11.9008 | 0.0583 | 1600 | 11.9040 |
151
+ | 11.911 | 0.0729 | 2000 | 11.9033 |
152
+ | 11.9088 | 0.0874 | 2400 | 11.9021 |
153
+ | 11.9003 | 0.1020 | 2800 | 11.9015 |
154
+ | 11.9191 | 0.1166 | 3200 | 11.9009 |
155
+ | 11.8979 | 0.1311 | 3600 | 11.9004 |
156
+ | 11.8947 | 0.1457 | 4000 | 11.8999 |
157
+ | 11.9035 | 0.1603 | 4400 | 11.8998 |
158
+ | 11.9037 | 0.1749 | 4800 | 11.8993 |
159
+ | 11.8862 | 0.1894 | 5200 | 11.8990 |
160
+ | 11.8968 | 0.2040 | 5600 | 11.8987 |
161
+ | 11.8981 | 0.2186 | 6000 | 11.8983 |
162
+ | 11.9071 | 0.2331 | 6400 | 11.8981 |
163
+ | 11.8955 | 0.2477 | 6800 | 11.8977 |
164
+ | 11.9008 | 0.2623 | 7200 | 11.8975 |
165
+ | 11.8946 | 0.2769 | 7600 | 11.8974 |
166
+ | 11.8937 | 0.2914 | 8000 | 11.8972 |
167
+ | 11.8924 | 0.3060 | 8400 | 11.8969 |
168
+ | 11.8988 | 0.3206 | 8800 | 11.8968 |
169
+ | 11.9037 | 0.3351 | 9200 | 11.8968 |
170
+ | 11.8975 | 0.3497 | 9600 | 11.8966 |
171
+ | 11.906 | 0.3643 | 10000 | 11.8966 |
172
+ | 11.9076 | 0.3789 | 10400 | 11.8963 |
173
+ | 11.9063 | 0.3934 | 10800 | 11.8961 |
174
+ | 11.8964 | 0.4080 | 11200 | 11.8961 |
175
+ | 11.9075 | 0.4226 | 11600 | 11.8959 |
176
+ | 11.9032 | 0.4371 | 12000 | 11.8958 |
177
+ | 11.9125 | 0.4517 | 12400 | 11.8955 |
178
+ | 11.8889 | 0.4663 | 12800 | 11.8955 |
179
+ | 11.9002 | 0.4809 | 13200 | 11.8954 |
180
+ | 11.897 | 0.4954 | 13600 | 11.8953 |
181
+ | 11.9072 | 0.5100 | 14000 | 11.8952 |
182
+ | 11.9026 | 0.5246 | 14400 | 11.8951 |
183
+ | 11.899 | 0.5391 | 14800 | 11.8951 |
184
+ | 11.9073 | 0.5537 | 15200 | 11.8949 |
185
+ | 11.9005 | 0.5683 | 15600 | 11.8948 |
186
+ | 11.8986 | 0.5829 | 16000 | 11.8950 |
187
+ | 11.8816 | 0.5974 | 16400 | 11.8948 |
188
+ | 11.8973 | 0.6120 | 16800 | 11.8948 |
189
+ | 11.8944 | 0.6266 | 17200 | 11.8947 |
190
+ | 11.8867 | 0.6411 | 17600 | 11.8947 |
191
+ | 11.884 | 0.6557 | 18000 | 11.8945 |
192
+ | 11.8971 | 0.6703 | 18400 | 11.8945 |
193
+ | 11.9007 | 0.6849 | 18800 | 11.8945 |
194
+ | 11.8896 | 0.6994 | 19200 | 11.8945 |
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:ff3b7afc63fb7ad29b22700a5261c44cfcdc57be258769cbc5bd8029debd459a
3
+ size 32642
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc21a01e220cf702fcd503cfb0299d462ecd2767da82eef81012e9c46483f6f9
3
  size 26008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:877f19d82bb4b7ec15d4146fcfb36cfbdf9666457bec875771c6c9355da37116
3
  size 26008