mazesmazes commited on
Commit
e425e43
·
verified ·
1 Parent(s): 63caf8a

Training in progress, step 1000

Browse files
Files changed (4) hide show
  1. config.json +14 -53
  2. generation_config.json +3 -1
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -10,16 +10,10 @@
10
  ],
11
  "audio_config": {
12
  "_name_or_path": "",
13
- "add_cross_attention": false,
14
  "architectures": null,
15
  "attention_dropout": 0.0,
16
- "bos_token_id": null,
17
  "chunk_size_feed_forward": 0,
18
- "cross_attention_hidden_size": null,
19
- "decoder_start_token_id": null,
20
  "dtype": null,
21
- "eos_token_id": null,
22
- "finetuning_task": null,
23
  "head_dim": 64,
24
  "hidden_act": "gelu",
25
  "hidden_size": 1280,
@@ -29,7 +23,6 @@
29
  },
30
  "initializer_range": 0.02,
31
  "intermediate_size": 5120,
32
- "is_decoder": false,
33
  "is_encoder_decoder": false,
34
  "label2id": {
35
  "LABEL_0": 0,
@@ -43,20 +36,14 @@
43
  "num_mel_bins": 128,
44
  "output_attentions": false,
45
  "output_hidden_states": false,
46
- "pad_token_id": null,
47
  "partial_rotary_factor": 0.5,
48
- "prefix": null,
49
  "problem_type": null,
50
  "return_dict": true,
51
  "rope_parameters": {
52
  "partial_rotary_factor": 0.5,
53
  "rope_theta": 10000.0,
54
  "rope_type": "default"
55
- },
56
- "sep_token_id": null,
57
- "task_specific_params": null,
58
- "tie_word_embeddings": true,
59
- "tokenizer_class": null
60
  },
61
  "audio_token_id": 59260,
62
  "dtype": "bfloat16",
@@ -66,21 +53,17 @@
66
  "projector_hidden_act": "gelu",
67
  "text_config": {
68
  "_name_or_path": "",
69
- "add_cross_attention": false,
70
  "architectures": null,
71
  "attention_bias": false,
72
  "attention_dropout": 0.0,
73
  "bos_token_id": 1,
74
  "chunk_size_feed_forward": 0,
75
- "cross_attention_hidden_size": null,
76
- "decoder_start_token_id": null,
77
  "dtype": null,
78
  "eos_token_id": [
79
  59246,
80
  59253,
81
  59255
82
  ],
83
- "finetuning_task": null,
84
  "head_dim": 128,
85
  "hidden_act": "silu",
86
  "hidden_size": 2048,
@@ -90,7 +73,6 @@
90
  },
91
  "initializer_range": 0.02,
92
  "intermediate_size": 6144,
93
- "is_decoder": false,
94
  "is_encoder_decoder": false,
95
  "label2id": {
96
  "LABEL_0": 0,
@@ -105,7 +87,6 @@
105
  "output_attentions": false,
106
  "output_hidden_states": false,
107
  "pad_token_id": null,
108
- "prefix": null,
109
  "pretraining_tp": 1,
110
  "problem_type": null,
111
  "return_dict": true,
@@ -114,10 +95,7 @@
114
  "rope_theta": 10000.0,
115
  "rope_type": "default"
116
  },
117
- "sep_token_id": null,
118
- "task_specific_params": null,
119
  "tie_word_embeddings": false,
120
- "tokenizer_class": null,
121
  "use_cache": true,
122
  "vocab_size": 59264
123
  },
@@ -141,6 +119,7 @@
141
  "type": "audio"
142
  }
143
  },
 
144
  "downsample_rate": 5,
145
  "dtype": "bfloat16",
146
  "encoder": {
@@ -150,16 +129,10 @@
150
  ],
151
  "audio_config": {
152
  "_name_or_path": "",
153
- "add_cross_attention": false,
154
  "architectures": null,
155
  "attention_dropout": 0.0,
156
- "bos_token_id": null,
157
  "chunk_size_feed_forward": 0,
158
- "cross_attention_hidden_size": null,
159
- "decoder_start_token_id": null,
160
  "dtype": null,
161
- "eos_token_id": null,
162
- "finetuning_task": null,
163
  "head_dim": 64,
164
  "hidden_act": "gelu",
165
  "hidden_size": 1280,
@@ -169,7 +142,6 @@
169
  },
170
  "initializer_range": 0.02,
171
  "intermediate_size": 5120,
172
- "is_decoder": false,
173
  "is_encoder_decoder": false,
174
  "label2id": {
175
  "LABEL_0": 0,
@@ -183,20 +155,14 @@
183
  "num_mel_bins": 128,
184
  "output_attentions": false,
185
  "output_hidden_states": false,
186
- "pad_token_id": null,
187
  "partial_rotary_factor": 0.5,
188
- "prefix": null,
189
  "problem_type": null,
190
  "return_dict": true,
191
  "rope_parameters": {
192
  "partial_rotary_factor": 0.5,
193
  "rope_theta": 10000.0,
194
  "rope_type": "default"
195
- },
196
- "sep_token_id": null,
197
- "task_specific_params": null,
198
- "tie_word_embeddings": true,
199
- "tokenizer_class": null
200
  },
201
  "audio_token_id": 59260,
202
  "dtype": "bfloat16",
@@ -206,21 +172,17 @@
206
  "projector_hidden_act": "gelu",
207
  "text_config": {
208
  "_name_or_path": "",
209
- "add_cross_attention": false,
210
  "architectures": null,
211
  "attention_bias": false,
212
  "attention_dropout": 0.0,
213
  "bos_token_id": 1,
214
  "chunk_size_feed_forward": 0,
215
- "cross_attention_hidden_size": null,
216
- "decoder_start_token_id": null,
217
  "dtype": null,
218
  "eos_token_id": [
219
  59246,
220
  59253,
221
  59255
222
  ],
223
- "finetuning_task": null,
224
  "head_dim": 128,
225
  "hidden_act": "silu",
226
  "hidden_size": 2048,
@@ -230,7 +192,6 @@
230
  },
231
  "initializer_range": 0.02,
232
  "intermediate_size": 6144,
233
- "is_decoder": false,
234
  "is_encoder_decoder": false,
235
  "label2id": {
236
  "LABEL_0": 0,
@@ -245,7 +206,6 @@
245
  "output_attentions": false,
246
  "output_hidden_states": false,
247
  "pad_token_id": null,
248
- "prefix": null,
249
  "pretraining_tp": 1,
250
  "problem_type": null,
251
  "return_dict": true,
@@ -254,10 +214,7 @@
254
  "rope_theta": 10000.0,
255
  "rope_type": "default"
256
  },
257
- "sep_token_id": null,
258
- "task_specific_params": null,
259
  "tie_word_embeddings": false,
260
- "tokenizer_class": null,
261
  "use_cache": true,
262
  "vocab_size": 59264
263
  },
@@ -280,7 +237,7 @@
280
  "freq_mask_length": 27,
281
  "inference_warmup_tokens": 10,
282
  "label_smoothing": 0.0,
283
- "length_penalty": 0.6,
284
  "llm_dim": 2048,
285
  "lora_alpha": 32,
286
  "lora_dropout": 0.0,
@@ -295,19 +252,19 @@
295
  "down_proj"
296
  ],
297
  "max_new_tokens": 128,
298
- "min_new_tokens": 1,
299
  "model_dtype": "bfloat16",
300
  "model_type": "asr_model",
301
- "no_repeat_ngram_size": 4,
302
  "num_beams": 1,
303
  "num_experts": 4,
304
  "num_experts_per_tok": 2,
305
- "num_freq_masks": 1,
306
- "num_time_masks": 1,
307
  "pipeline_tag": "automatic-speech-recognition",
308
  "pretrained_model_path": "mazesmazes/tiny-audio",
309
  "projector_dropout": 0.0,
310
- "projector_hidden_dim": null,
311
  "projector_init_std": 0.02,
312
  "projector_num_layers": 2,
313
  "projector_pool_stride": 4,
@@ -317,9 +274,10 @@
317
  "qformer_num_heads": 16,
318
  "qformer_num_layers": 2,
319
  "qformer_window_size": 15,
320
- "repetition_penalty": 1.1,
321
  "router_aux_loss_coef": 0.01,
322
  "system_prompt": "",
 
323
  "text_config": {
324
  "_name_or_path": "Qwen/Qwen3-1.7B",
325
  "architectures": [
@@ -327,6 +285,7 @@
327
  ],
328
  "attention_bias": false,
329
  "attention_dropout": 0.0,
 
330
  "dtype": "bfloat16",
331
  "eos_token_id": 151645,
332
  "head_dim": 128,
@@ -384,6 +343,8 @@
384
  },
385
  "text_model_id": "Qwen/Qwen3-1.7B",
386
  "time_mask_length": 100,
 
 
387
  "transformers_version": "5.0.0.dev0",
388
  "use_cache": false,
389
  "use_lora": false,
 
10
  ],
11
  "audio_config": {
12
  "_name_or_path": "",
 
13
  "architectures": null,
14
  "attention_dropout": 0.0,
 
15
  "chunk_size_feed_forward": 0,
 
 
16
  "dtype": null,
 
 
17
  "head_dim": 64,
18
  "hidden_act": "gelu",
19
  "hidden_size": 1280,
 
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 5120,
 
26
  "is_encoder_decoder": false,
27
  "label2id": {
28
  "LABEL_0": 0,
 
36
  "num_mel_bins": 128,
37
  "output_attentions": false,
38
  "output_hidden_states": false,
 
39
  "partial_rotary_factor": 0.5,
 
40
  "problem_type": null,
41
  "return_dict": true,
42
  "rope_parameters": {
43
  "partial_rotary_factor": 0.5,
44
  "rope_theta": 10000.0,
45
  "rope_type": "default"
46
+ }
 
 
 
 
47
  },
48
  "audio_token_id": 59260,
49
  "dtype": "bfloat16",
 
53
  "projector_hidden_act": "gelu",
54
  "text_config": {
55
  "_name_or_path": "",
 
56
  "architectures": null,
57
  "attention_bias": false,
58
  "attention_dropout": 0.0,
59
  "bos_token_id": 1,
60
  "chunk_size_feed_forward": 0,
 
 
61
  "dtype": null,
62
  "eos_token_id": [
63
  59246,
64
  59253,
65
  59255
66
  ],
 
67
  "head_dim": 128,
68
  "hidden_act": "silu",
69
  "hidden_size": 2048,
 
73
  },
74
  "initializer_range": 0.02,
75
  "intermediate_size": 6144,
 
76
  "is_encoder_decoder": false,
77
  "label2id": {
78
  "LABEL_0": 0,
 
87
  "output_attentions": false,
88
  "output_hidden_states": false,
89
  "pad_token_id": null,
 
90
  "pretraining_tp": 1,
91
  "problem_type": null,
92
  "return_dict": true,
 
95
  "rope_theta": 10000.0,
96
  "rope_type": "default"
97
  },
 
 
98
  "tie_word_embeddings": false,
 
99
  "use_cache": true,
100
  "vocab_size": 59264
101
  },
 
119
  "type": "audio"
120
  }
121
  },
122
+ "do_sample": false,
123
  "downsample_rate": 5,
124
  "dtype": "bfloat16",
125
  "encoder": {
 
129
  ],
130
  "audio_config": {
131
  "_name_or_path": "",
 
132
  "architectures": null,
133
  "attention_dropout": 0.0,
 
134
  "chunk_size_feed_forward": 0,
 
 
135
  "dtype": null,
 
 
136
  "head_dim": 64,
137
  "hidden_act": "gelu",
138
  "hidden_size": 1280,
 
142
  },
143
  "initializer_range": 0.02,
144
  "intermediate_size": 5120,
 
145
  "is_encoder_decoder": false,
146
  "label2id": {
147
  "LABEL_0": 0,
 
155
  "num_mel_bins": 128,
156
  "output_attentions": false,
157
  "output_hidden_states": false,
 
158
  "partial_rotary_factor": 0.5,
 
159
  "problem_type": null,
160
  "return_dict": true,
161
  "rope_parameters": {
162
  "partial_rotary_factor": 0.5,
163
  "rope_theta": 10000.0,
164
  "rope_type": "default"
165
+ }
 
 
 
 
166
  },
167
  "audio_token_id": 59260,
168
  "dtype": "bfloat16",
 
172
  "projector_hidden_act": "gelu",
173
  "text_config": {
174
  "_name_or_path": "",
 
175
  "architectures": null,
176
  "attention_bias": false,
177
  "attention_dropout": 0.0,
178
  "bos_token_id": 1,
179
  "chunk_size_feed_forward": 0,
 
 
180
  "dtype": null,
181
  "eos_token_id": [
182
  59246,
183
  59253,
184
  59255
185
  ],
 
186
  "head_dim": 128,
187
  "hidden_act": "silu",
188
  "hidden_size": 2048,
 
192
  },
193
  "initializer_range": 0.02,
194
  "intermediate_size": 6144,
 
195
  "is_encoder_decoder": false,
196
  "label2id": {
197
  "LABEL_0": 0,
 
206
  "output_attentions": false,
207
  "output_hidden_states": false,
208
  "pad_token_id": null,
 
209
  "pretraining_tp": 1,
210
  "problem_type": null,
211
  "return_dict": true,
 
214
  "rope_theta": 10000.0,
215
  "rope_type": "default"
216
  },
 
 
217
  "tie_word_embeddings": false,
 
218
  "use_cache": true,
219
  "vocab_size": 59264
220
  },
 
237
  "freq_mask_length": 27,
238
  "inference_warmup_tokens": 10,
239
  "label_smoothing": 0.0,
240
+ "length_penalty": 1.0,
241
  "llm_dim": 2048,
242
  "lora_alpha": 32,
243
  "lora_dropout": 0.0,
 
252
  "down_proj"
253
  ],
254
  "max_new_tokens": 128,
255
+ "min_new_tokens": 0,
256
  "model_dtype": "bfloat16",
257
  "model_type": "asr_model",
258
+ "no_repeat_ngram_size": 0,
259
  "num_beams": 1,
260
  "num_experts": 4,
261
  "num_experts_per_tok": 2,
262
+ "num_freq_masks": 2,
263
+ "num_time_masks": 2,
264
  "pipeline_tag": "automatic-speech-recognition",
265
  "pretrained_model_path": "mazesmazes/tiny-audio",
266
  "projector_dropout": 0.0,
267
+ "projector_hidden_dim": 1024,
268
  "projector_init_std": 0.02,
269
  "projector_num_layers": 2,
270
  "projector_pool_stride": 4,
 
274
  "qformer_num_heads": 16,
275
  "qformer_num_layers": 2,
276
  "qformer_window_size": 15,
277
+ "repetition_penalty": 1.0,
278
  "router_aux_loss_coef": 0.01,
279
  "system_prompt": "",
280
+ "temperature": null,
281
  "text_config": {
282
  "_name_or_path": "Qwen/Qwen3-1.7B",
283
  "architectures": [
 
285
  ],
286
  "attention_bias": false,
287
  "attention_dropout": 0.0,
288
+ "bos_token_id": null,
289
  "dtype": "bfloat16",
290
  "eos_token_id": 151645,
291
  "head_dim": 128,
 
343
  },
344
  "text_model_id": "Qwen/Qwen3-1.7B",
345
  "time_mask_length": 100,
346
+ "top_k": null,
347
+ "top_p": null,
348
  "transformers_version": "5.0.0.dev0",
349
  "use_cache": false,
350
  "use_lora": false,
generation_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "bos_token_id": 151643,
 
3
  "eos_token_id": [
4
  151645,
5
  151643
@@ -11,5 +12,6 @@
11
  "num_beams": 1,
12
  "pad_token_id": 151643,
13
  "repetition_penalty": 1.0,
14
- "transformers_version": "5.0.0.dev0"
 
15
  }
 
1
  {
2
  "bos_token_id": 151643,
3
+ "do_sample": false,
4
  "eos_token_id": [
5
  151645,
6
  151643
 
12
  "num_beams": 1,
13
  "pad_token_id": 151643,
14
  "repetition_penalty": 1.0,
15
+ "transformers_version": "5.0.0.dev0",
16
+ "use_cache": true
17
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf1b1f99fd75659d1bf8524d117e87980d5b5e1b9bc20e06ec65573d4889a86c
3
- size 58732960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b57ea7c026d9a2fe4e3fbe75b731e69e7a1dd8e7d06ef06885f0d314338e0e
3
+ size 14682440
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a56725c6b1d382330f25006e7e6a7061af0a69a1f8ef8c84fed5d2e358219ff8
3
  size 5265
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c29a7e9ee7106242caad94beb8ad7475df82442f5568b663dd73a29798f9e43
3
  size 5265