Training in progress, epoch 0
Browse files- config.json +164 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Oct05_12-24-55_ki-g0010/events.out.tfevents.1728131099.ki-g0010.2212369.0 +3 -0
- runs/Oct05_14-32-48_ki-g0010/events.out.tfevents.1728138773.ki-g0010.2225904.0 +3 -0
- runs/Oct05_14-33-24_ki-g0010/events.out.tfevents.1728138808.ki-g0010.2226431.0 +3 -0
- runs/Oct05_14-38-03_ki-g0010/events.out.tfevents.1728139087.ki-g0010.2227543.0 +3 -0
- runs/Oct05_14-39-10_ki-g0010/events.out.tfevents.1728139155.ki-g0010.2228121.0 +3 -0
- runs/Oct05_14-41-28_ki-g0010/events.out.tfevents.1728139292.ki-g0010.2228938.0 +3 -0
- runs/Oct05_14-44-00_ki-g0010/events.out.tfevents.1728139444.ki-g0010.2229658.0 +3 -0
- runs/Oct05_14-46-38_ki-g0010/events.out.tfevents.1728139603.ki-g0010.2230382.0 +3 -0
- runs/Oct05_14-49-12_ki-g0010/events.out.tfevents.1728139756.ki-g0010.2231104.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-base.en",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"apply_spec_augment": false,
|
6 |
+
"architectures": [
|
7 |
+
"WhisperForAudioClassification"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"begin_suppress_tokens": [
|
11 |
+
220,
|
12 |
+
50256
|
13 |
+
],
|
14 |
+
"bos_token_id": 50257,
|
15 |
+
"classifier_proj_size": 256,
|
16 |
+
"d_model": 512,
|
17 |
+
"decoder_attention_heads": 8,
|
18 |
+
"decoder_ffn_dim": 2048,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 6,
|
21 |
+
"decoder_start_token_id": 50257,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 8,
|
24 |
+
"encoder_ffn_dim": 2048,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 6,
|
27 |
+
"eos_token_id": 50256,
|
28 |
+
"forced_decoder_ids": [
|
29 |
+
[
|
30 |
+
1,
|
31 |
+
50362
|
32 |
+
]
|
33 |
+
],
|
34 |
+
"id2label": {
|
35 |
+
"0": 0,
|
36 |
+
"1": 1,
|
37 |
+
"2": 2,
|
38 |
+
"3": 3,
|
39 |
+
"4": 4,
|
40 |
+
"5": 5
|
41 |
+
},
|
42 |
+
"init_std": 0.02,
|
43 |
+
"is_encoder_decoder": true,
|
44 |
+
"label2id": {
|
45 |
+
"0": "0",
|
46 |
+
"1": "1",
|
47 |
+
"2": "2",
|
48 |
+
"3": "3",
|
49 |
+
"4": "4",
|
50 |
+
"5": "5"
|
51 |
+
},
|
52 |
+
"mask_feature_length": 10,
|
53 |
+
"mask_feature_min_masks": 0,
|
54 |
+
"mask_feature_prob": 0.0,
|
55 |
+
"mask_time_length": 10,
|
56 |
+
"mask_time_min_masks": 2,
|
57 |
+
"mask_time_prob": 0.05,
|
58 |
+
"max_length": 448,
|
59 |
+
"max_source_positions": 1500,
|
60 |
+
"max_target_positions": 448,
|
61 |
+
"median_filter_width": 7,
|
62 |
+
"model_type": "whisper",
|
63 |
+
"num_hidden_layers": 6,
|
64 |
+
"num_mel_bins": 80,
|
65 |
+
"pad_token_id": 50256,
|
66 |
+
"scale_embedding": false,
|
67 |
+
"suppress_tokens": [
|
68 |
+
1,
|
69 |
+
2,
|
70 |
+
7,
|
71 |
+
8,
|
72 |
+
9,
|
73 |
+
10,
|
74 |
+
14,
|
75 |
+
25,
|
76 |
+
26,
|
77 |
+
27,
|
78 |
+
28,
|
79 |
+
29,
|
80 |
+
31,
|
81 |
+
58,
|
82 |
+
59,
|
83 |
+
60,
|
84 |
+
61,
|
85 |
+
62,
|
86 |
+
63,
|
87 |
+
90,
|
88 |
+
91,
|
89 |
+
92,
|
90 |
+
93,
|
91 |
+
357,
|
92 |
+
366,
|
93 |
+
438,
|
94 |
+
532,
|
95 |
+
685,
|
96 |
+
705,
|
97 |
+
796,
|
98 |
+
930,
|
99 |
+
1058,
|
100 |
+
1220,
|
101 |
+
1267,
|
102 |
+
1279,
|
103 |
+
1303,
|
104 |
+
1343,
|
105 |
+
1377,
|
106 |
+
1391,
|
107 |
+
1635,
|
108 |
+
1782,
|
109 |
+
1875,
|
110 |
+
2162,
|
111 |
+
2361,
|
112 |
+
2488,
|
113 |
+
3467,
|
114 |
+
4008,
|
115 |
+
4211,
|
116 |
+
4600,
|
117 |
+
4808,
|
118 |
+
5299,
|
119 |
+
5855,
|
120 |
+
6329,
|
121 |
+
7203,
|
122 |
+
9609,
|
123 |
+
9959,
|
124 |
+
10563,
|
125 |
+
10786,
|
126 |
+
11420,
|
127 |
+
11709,
|
128 |
+
11907,
|
129 |
+
13163,
|
130 |
+
13697,
|
131 |
+
13700,
|
132 |
+
14808,
|
133 |
+
15306,
|
134 |
+
16410,
|
135 |
+
16791,
|
136 |
+
17992,
|
137 |
+
19203,
|
138 |
+
19510,
|
139 |
+
20724,
|
140 |
+
22305,
|
141 |
+
22935,
|
142 |
+
27007,
|
143 |
+
30109,
|
144 |
+
30420,
|
145 |
+
33409,
|
146 |
+
34949,
|
147 |
+
40283,
|
148 |
+
40493,
|
149 |
+
40549,
|
150 |
+
47282,
|
151 |
+
49146,
|
152 |
+
50257,
|
153 |
+
50357,
|
154 |
+
50358,
|
155 |
+
50359,
|
156 |
+
50360,
|
157 |
+
50361
|
158 |
+
],
|
159 |
+
"torch_dtype": "float32",
|
160 |
+
"transformers_version": "4.43.3",
|
161 |
+
"use_cache": true,
|
162 |
+
"use_weighted_layer_sum": false,
|
163 |
+
"vocab_size": 51864
|
164 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4ab9718b12cf30e462abc47737b7a1f64d517f1475261e675675dbad338c8ac
|
3 |
+
size 79858128
|
preprocessor_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 30,
|
3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
+
"feature_size": 80,
|
5 |
+
"hop_length": 160,
|
6 |
+
"n_fft": 400,
|
7 |
+
"n_samples": 480000,
|
8 |
+
"nb_max_frames": 3000,
|
9 |
+
"padding_side": "right",
|
10 |
+
"padding_value": 0.0,
|
11 |
+
"processor_class": "WhisperProcessor",
|
12 |
+
"return_attention_mask": false,
|
13 |
+
"sampling_rate": 16000
|
14 |
+
}
|
runs/Oct05_12-24-55_ki-g0010/events.out.tfevents.1728131099.ki-g0010.2212369.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:106a05d934c325aef47b1383023bdca343294f82b52ff62df4585d4efdccb188
|
3 |
+
size 6728
|
runs/Oct05_14-32-48_ki-g0010/events.out.tfevents.1728138773.ki-g0010.2225904.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abcea77aa412179c35e2647ca7235e4a0ad085eac358646f461523e3e3601eec
|
3 |
+
size 6728
|
runs/Oct05_14-33-24_ki-g0010/events.out.tfevents.1728138808.ki-g0010.2226431.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39f342a2a0e7e2cb44f90a832d778aff765fd2ee17607a3ab52cbeeff13bb02d
|
3 |
+
size 6728
|
runs/Oct05_14-38-03_ki-g0010/events.out.tfevents.1728139087.ki-g0010.2227543.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79b2da16feb59abd0bfbeac66725acdc6478f5354639bcedd8d0a60c1c03f298
|
3 |
+
size 6728
|
runs/Oct05_14-39-10_ki-g0010/events.out.tfevents.1728139155.ki-g0010.2228121.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:256095242732f3072ef30d3ff0d905968c0e0cac7ecc00dd63b62c7c704bbdd8
|
3 |
+
size 6728
|
runs/Oct05_14-41-28_ki-g0010/events.out.tfevents.1728139292.ki-g0010.2228938.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:551461482a3ee20a456da3a12ec4fc7d1fb65021a6f793692a2f52d56e8eeecb
|
3 |
+
size 6728
|
runs/Oct05_14-44-00_ki-g0010/events.out.tfevents.1728139444.ki-g0010.2229658.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca284c43b93c878366da43359f390124173f7e0eab9baa7a9d0697cab43d1c02
|
3 |
+
size 6728
|
runs/Oct05_14-46-38_ki-g0010/events.out.tfevents.1728139603.ki-g0010.2230382.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0a0746be9de473595a29273345d6a73ad4a3b81d91106caf0f1c2109a966946
|
3 |
+
size 6728
|
runs/Oct05_14-49-12_ki-g0010/events.out.tfevents.1728139756.ki-g0010.2231104.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc3aa21ac0e8937c52e9b7eb4e19ab7b1866992b85efc31207ddb68d42684ae4
|
3 |
+
size 7045
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ee78848f74e433a939dbe76b239a79933c5e7a5229b69e019a18f0d1211faee
|
3 |
+
size 5240
|