Bluecast/wav2vec2-Phoneme
Browse files- README.md +161 -196
- config.json +117 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Apr27_05-16-05_9c2884931c63/events.out.tfevents.1714195281.9c2884931c63.793.0 +3 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,199 +1,164 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
-
|
34 |
-
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
### Compute Infrastructure
|
160 |
-
|
161 |
-
[More Information Needed]
|
162 |
-
|
163 |
-
#### Hardware
|
164 |
-
|
165 |
-
[More Information Needed]
|
166 |
-
|
167 |
-
#### Software
|
168 |
-
|
169 |
-
[More Information Needed]
|
170 |
-
|
171 |
-
## Citation [optional]
|
172 |
-
|
173 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
-
|
175 |
-
**BibTeX:**
|
176 |
-
|
177 |
-
[More Information Needed]
|
178 |
-
|
179 |
-
**APA:**
|
180 |
-
|
181 |
-
[More Information Needed]
|
182 |
-
|
183 |
-
## Glossary [optional]
|
184 |
-
|
185 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
-
|
187 |
-
[More Information Needed]
|
188 |
-
|
189 |
-
## More Information [optional]
|
190 |
-
|
191 |
-
[More Information Needed]
|
192 |
-
|
193 |
-
## Model Card Authors [optional]
|
194 |
-
|
195 |
-
[More Information Needed]
|
196 |
-
|
197 |
-
## Model Card Contact
|
198 |
-
|
199 |
-
[More Information Needed]
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-large-xlsr-53
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
model-index:
|
9 |
+
- name: wav2vec2-Phoneme
|
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 |
+
# wav2vec2-Phoneme
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2842
|
21 |
+
- Wer: 0.1281
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0001
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 2
|
45 |
+
- total_train_batch_size: 32
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 500
|
49 |
+
- num_epochs: 30
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:-------:|:-----:|:---------------:|:------:|
|
56 |
+
| 2.1769 | 0.2954 | 100 | 2.1463 | 0.9564 |
|
57 |
+
| 2.1285 | 0.5908 | 200 | 2.0959 | 0.9575 |
|
58 |
+
| 1.8989 | 0.8863 | 300 | 1.5997 | 0.9022 |
|
59 |
+
| 1.1123 | 1.1817 | 400 | 0.6782 | 0.4093 |
|
60 |
+
| 0.618 | 1.4771 | 500 | 0.3548 | 0.1544 |
|
61 |
+
| 0.4993 | 1.7725 | 600 | 0.3039 | 0.1331 |
|
62 |
+
| 0.4425 | 2.0679 | 700 | 0.2688 | 0.1169 |
|
63 |
+
| 0.363 | 2.3634 | 800 | 0.2419 | 0.1108 |
|
64 |
+
| 0.3507 | 2.6588 | 900 | 0.2220 | 0.1039 |
|
65 |
+
| 0.3282 | 2.9542 | 1000 | 0.1999 | 0.1001 |
|
66 |
+
| 0.2887 | 3.2496 | 1100 | 0.2044 | 0.0974 |
|
67 |
+
| 0.3104 | 3.5451 | 1200 | 0.1950 | 0.0994 |
|
68 |
+
| 0.2976 | 3.8405 | 1300 | 0.2005 | 0.0969 |
|
69 |
+
| 0.2617 | 4.1359 | 1400 | 0.1907 | 0.0962 |
|
70 |
+
| 0.2783 | 4.4313 | 1500 | 0.1886 | 0.0936 |
|
71 |
+
| 0.2533 | 4.7267 | 1600 | 0.1845 | 0.0938 |
|
72 |
+
| 0.2501 | 5.0222 | 1700 | 0.1759 | 0.0926 |
|
73 |
+
| 0.2261 | 5.3176 | 1800 | 0.1789 | 0.0896 |
|
74 |
+
| 0.2112 | 5.6130 | 1900 | 0.1824 | 0.0891 |
|
75 |
+
| 0.2162 | 5.9084 | 2000 | 0.1715 | 0.0886 |
|
76 |
+
| 0.2098 | 6.2038 | 2100 | 0.1761 | 0.0902 |
|
77 |
+
| 0.2133 | 6.4993 | 2200 | 0.1747 | 0.0896 |
|
78 |
+
| 0.2174 | 6.7947 | 2300 | 0.1753 | 0.0892 |
|
79 |
+
| 0.2033 | 7.0901 | 2400 | 0.1729 | 0.0886 |
|
80 |
+
| 0.2167 | 7.3855 | 2500 | 0.1749 | 0.0889 |
|
81 |
+
| 0.2001 | 7.6809 | 2600 | 0.1650 | 0.0874 |
|
82 |
+
| 0.1874 | 7.9764 | 2700 | 0.1656 | 0.0872 |
|
83 |
+
| 0.1846 | 8.2718 | 2800 | 0.1674 | 0.0873 |
|
84 |
+
| 0.1927 | 8.5672 | 2900 | 0.1595 | 0.0863 |
|
85 |
+
| 0.1672 | 8.8626 | 3000 | 0.1552 | 0.0849 |
|
86 |
+
| 0.1741 | 9.1581 | 3100 | 0.1659 | 0.0868 |
|
87 |
+
| 0.1753 | 9.4535 | 3200 | 0.1615 | 0.0862 |
|
88 |
+
| 0.1825 | 9.7489 | 3300 | 0.1623 | 0.0862 |
|
89 |
+
| 0.166 | 10.0443 | 3400 | 0.1584 | 0.0865 |
|
90 |
+
| 0.1762 | 10.3397 | 3500 | 0.1573 | 0.0850 |
|
91 |
+
| 0.1744 | 10.6352 | 3600 | 0.1537 | 0.0863 |
|
92 |
+
| 0.1786 | 10.9306 | 3700 | 0.1522 | 0.0840 |
|
93 |
+
| 0.1731 | 11.2260 | 3800 | 0.1645 | 0.0851 |
|
94 |
+
| 0.1929 | 11.5214 | 3900 | 0.1785 | 0.0851 |
|
95 |
+
| 0.2047 | 11.8168 | 4000 | 0.1844 | 0.0860 |
|
96 |
+
| 0.255 | 12.1123 | 4100 | 0.2305 | 0.0911 |
|
97 |
+
| 0.2771 | 12.4077 | 4200 | 0.2311 | 0.0886 |
|
98 |
+
| 0.2742 | 12.7031 | 4300 | 0.2605 | 0.0901 |
|
99 |
+
| 0.3879 | 12.9985 | 4400 | 0.2886 | 0.0965 |
|
100 |
+
| 0.3655 | 13.2939 | 4500 | 0.2897 | 0.0933 |
|
101 |
+
| 0.3693 | 13.5894 | 4600 | 0.2936 | 0.0960 |
|
102 |
+
| 0.3999 | 13.8848 | 4700 | 0.2905 | 0.1059 |
|
103 |
+
| 0.4286 | 14.1802 | 4800 | 0.3424 | 0.1025 |
|
104 |
+
| 0.574 | 14.4756 | 4900 | 0.3891 | 0.1135 |
|
105 |
+
| 0.5753 | 14.7710 | 5000 | 0.3912 | 0.1276 |
|
106 |
+
| 0.5225 | 15.0665 | 5100 | 0.4248 | 0.1151 |
|
107 |
+
| 0.4785 | 15.3619 | 5200 | 0.3332 | 0.1287 |
|
108 |
+
| 0.5733 | 15.6573 | 5300 | 0.3999 | 0.1261 |
|
109 |
+
| 0.5471 | 15.9527 | 5400 | 0.4144 | 0.1293 |
|
110 |
+
| 0.5527 | 16.2482 | 5500 | 0.3580 | 0.1160 |
|
111 |
+
| 0.6322 | 16.5436 | 5600 | 0.5158 | 0.1794 |
|
112 |
+
| 0.6867 | 16.8390 | 5700 | 0.4731 | 0.1411 |
|
113 |
+
| 0.606 | 17.1344 | 5800 | 0.3812 | 0.1305 |
|
114 |
+
| 0.5376 | 17.4298 | 5900 | 0.3505 | 0.1206 |
|
115 |
+
| 0.5035 | 17.7253 | 6000 | 0.3251 | 0.1199 |
|
116 |
+
| 0.469 | 18.0207 | 6100 | 0.3092 | 0.1172 |
|
117 |
+
| 0.4544 | 18.3161 | 6200 | 0.3030 | 0.1185 |
|
118 |
+
| 0.4288 | 18.6115 | 6300 | 0.2915 | 0.1183 |
|
119 |
+
| 0.4457 | 18.9069 | 6400 | 0.2834 | 0.1203 |
|
120 |
+
| 0.408 | 19.2024 | 6500 | 0.2765 | 0.1212 |
|
121 |
+
| 0.4182 | 19.4978 | 6600 | 0.2741 | 0.1205 |
|
122 |
+
| 0.4117 | 19.7932 | 6700 | 0.2705 | 0.1209 |
|
123 |
+
| 0.4131 | 20.0886 | 6800 | 0.2725 | 0.1230 |
|
124 |
+
| 0.4034 | 20.3840 | 6900 | 0.2713 | 0.1218 |
|
125 |
+
| 0.4048 | 20.6795 | 7000 | 0.2707 | 0.1226 |
|
126 |
+
| 0.4199 | 20.9749 | 7100 | 0.2695 | 0.1221 |
|
127 |
+
| 0.4286 | 21.2703 | 7200 | 0.2709 | 0.1239 |
|
128 |
+
| 0.3968 | 21.5657 | 7300 | 0.2699 | 0.1230 |
|
129 |
+
| 0.4071 | 21.8612 | 7400 | 0.2705 | 0.1254 |
|
130 |
+
| 0.4178 | 22.1566 | 7500 | 0.2701 | 0.1252 |
|
131 |
+
| 0.396 | 22.4520 | 7600 | 0.2702 | 0.1252 |
|
132 |
+
| 0.4255 | 22.7474 | 7700 | 0.2701 | 0.1249 |
|
133 |
+
| 0.4239 | 23.0428 | 7800 | 0.2716 | 0.1254 |
|
134 |
+
| 0.4153 | 23.3383 | 7900 | 0.2729 | 0.1264 |
|
135 |
+
| 0.4265 | 23.6337 | 8000 | 0.2726 | 0.1264 |
|
136 |
+
| 0.4221 | 23.9291 | 8100 | 0.2737 | 0.1266 |
|
137 |
+
| 0.4268 | 24.2245 | 8200 | 0.2751 | 0.1269 |
|
138 |
+
| 0.4207 | 24.5199 | 8300 | 0.2761 | 0.1273 |
|
139 |
+
| 0.3872 | 24.8154 | 8400 | 0.2764 | 0.1273 |
|
140 |
+
| 0.4004 | 25.1108 | 8500 | 0.2786 | 0.1276 |
|
141 |
+
| 0.4096 | 25.4062 | 8600 | 0.2798 | 0.1276 |
|
142 |
+
| 0.4542 | 25.7016 | 8700 | 0.2803 | 0.1274 |
|
143 |
+
| 0.4361 | 25.9970 | 8800 | 0.2818 | 0.1276 |
|
144 |
+
| 0.4454 | 26.2925 | 8900 | 0.2826 | 0.1277 |
|
145 |
+
| 0.4204 | 26.5879 | 9000 | 0.2842 | 0.1281 |
|
146 |
+
| 0.4423 | 26.8833 | 9100 | 0.2841 | 0.1280 |
|
147 |
+
| 0.4333 | 27.1787 | 9200 | 0.2845 | 0.1282 |
|
148 |
+
| 0.4036 | 27.4742 | 9300 | 0.2844 | 0.1281 |
|
149 |
+
| 0.4203 | 27.7696 | 9400 | 0.2844 | 0.1281 |
|
150 |
+
| 0.4321 | 28.0650 | 9500 | 0.2842 | 0.1281 |
|
151 |
+
| 0.4251 | 28.3604 | 9600 | 0.2842 | 0.1281 |
|
152 |
+
| 0.4122 | 28.6558 | 9700 | 0.2841 | 0.1281 |
|
153 |
+
| 0.424 | 28.9513 | 9800 | 0.2841 | 0.1280 |
|
154 |
+
| 0.4404 | 29.2467 | 9900 | 0.2842 | 0.1281 |
|
155 |
+
| 0.4174 | 29.5421 | 10000 | 0.2842 | 0.1281 |
|
156 |
+
| 0.4432 | 29.8375 | 10100 | 0.2842 | 0.1281 |
|
157 |
+
|
158 |
+
|
159 |
+
### Framework versions
|
160 |
+
|
161 |
+
- Transformers 4.40.0
|
162 |
+
- Pytorch 2.2.1+cu121
|
163 |
+
- Datasets 2.19.1.dev0
|
164 |
+
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-large-xlsr-53",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"adapter_attn_dim": null,
|
5 |
+
"adapter_kernel_size": 3,
|
6 |
+
"adapter_stride": 2,
|
7 |
+
"add_adapter": false,
|
8 |
+
"apply_spec_augment": true,
|
9 |
+
"architectures": [
|
10 |
+
"Wav2Vec2ForCTC"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 768,
|
16 |
+
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": true,
|
18 |
+
"conv_dim": [
|
19 |
+
512,
|
20 |
+
512,
|
21 |
+
512,
|
22 |
+
512,
|
23 |
+
512,
|
24 |
+
512,
|
25 |
+
512
|
26 |
+
],
|
27 |
+
"conv_kernel": [
|
28 |
+
10,
|
29 |
+
3,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
3,
|
33 |
+
2,
|
34 |
+
2
|
35 |
+
],
|
36 |
+
"conv_stride": [
|
37 |
+
5,
|
38 |
+
2,
|
39 |
+
2,
|
40 |
+
2,
|
41 |
+
2,
|
42 |
+
2,
|
43 |
+
2
|
44 |
+
],
|
45 |
+
"ctc_loss_reduction": "mean",
|
46 |
+
"ctc_zero_infinity": false,
|
47 |
+
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": true,
|
49 |
+
"eos_token_id": 2,
|
50 |
+
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_dropout": 0.0,
|
52 |
+
"feat_extract_norm": "layer",
|
53 |
+
"feat_proj_dropout": 0.0,
|
54 |
+
"feat_quantizer_dropout": 0.0,
|
55 |
+
"final_dropout": 0.0,
|
56 |
+
"gradient_checkpointing": false,
|
57 |
+
"hidden_act": "gelu",
|
58 |
+
"hidden_dropout": 0.1,
|
59 |
+
"hidden_size": 1024,
|
60 |
+
"initializer_range": 0.02,
|
61 |
+
"intermediate_size": 4096,
|
62 |
+
"layer_norm_eps": 1e-05,
|
63 |
+
"layerdrop": 0.1,
|
64 |
+
"mask_channel_length": 10,
|
65 |
+
"mask_channel_min_space": 1,
|
66 |
+
"mask_channel_other": 0.0,
|
67 |
+
"mask_channel_prob": 0.0,
|
68 |
+
"mask_channel_selection": "static",
|
69 |
+
"mask_feature_length": 10,
|
70 |
+
"mask_feature_min_masks": 0,
|
71 |
+
"mask_feature_prob": 0.0,
|
72 |
+
"mask_time_length": 10,
|
73 |
+
"mask_time_min_masks": 2,
|
74 |
+
"mask_time_min_space": 1,
|
75 |
+
"mask_time_other": 0.0,
|
76 |
+
"mask_time_prob": 0.05,
|
77 |
+
"mask_time_selection": "static",
|
78 |
+
"model_type": "wav2vec2",
|
79 |
+
"num_adapter_layers": 3,
|
80 |
+
"num_attention_heads": 16,
|
81 |
+
"num_codevector_groups": 2,
|
82 |
+
"num_codevectors_per_group": 320,
|
83 |
+
"num_conv_pos_embedding_groups": 16,
|
84 |
+
"num_conv_pos_embeddings": 128,
|
85 |
+
"num_feat_extract_layers": 7,
|
86 |
+
"num_hidden_layers": 24,
|
87 |
+
"num_negatives": 100,
|
88 |
+
"output_hidden_size": 1024,
|
89 |
+
"pad_token_id": 26,
|
90 |
+
"proj_codevector_dim": 768,
|
91 |
+
"tdnn_dilation": [
|
92 |
+
1,
|
93 |
+
2,
|
94 |
+
3,
|
95 |
+
1,
|
96 |
+
1
|
97 |
+
],
|
98 |
+
"tdnn_dim": [
|
99 |
+
512,
|
100 |
+
512,
|
101 |
+
512,
|
102 |
+
512,
|
103 |
+
1500
|
104 |
+
],
|
105 |
+
"tdnn_kernel": [
|
106 |
+
5,
|
107 |
+
3,
|
108 |
+
3,
|
109 |
+
1,
|
110 |
+
1
|
111 |
+
],
|
112 |
+
"torch_dtype": "float32",
|
113 |
+
"transformers_version": "4.40.0",
|
114 |
+
"use_weighted_layer_sum": false,
|
115 |
+
"vocab_size": 29,
|
116 |
+
"xvector_output_dim": 512
|
117 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ead20b9c7d57ee9582acc93cc6667d07992ceb379545a30f12a3d5e63eef525
|
3 |
+
size 1261926380
|
preprocessor_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0.0,
|
7 |
+
"return_attention_mask": true,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
runs/Apr27_05-16-05_9c2884931c63/events.out.tfevents.1714195281.9c2884931c63.793.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efaf2c014bc601276e72abe0e7cde8c8163a14393fac86fa1ae40cb3b44c8b11
|
3 |
+
size 90883
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33bd9b8c255ccbcaac382f2d06e15483da82f8a3ba9869a1b58e483f4c662448
|
3 |
+
size 4984
|