End of training
Browse files- README.md +130 -195
- adapter.bxk.safetensors +3 -0
- config.json +107 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- training_args.bin +3 -0
- vocab.json +1 -76
README.md
CHANGED
|
@@ -1,199 +1,134 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 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 |
-
### Results
|
| 128 |
-
|
| 129 |
-
[More Information Needed]
|
| 130 |
-
|
| 131 |
-
#### Summary
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
## Model Examination [optional]
|
| 136 |
-
|
| 137 |
-
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
-
|
| 139 |
-
[More Information Needed]
|
| 140 |
-
|
| 141 |
-
## Environmental Impact
|
| 142 |
-
|
| 143 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
-
|
| 145 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
-
|
| 147 |
-
- **Hardware Type:** [More Information Needed]
|
| 148 |
-
- **Hours used:** [More Information Needed]
|
| 149 |
-
- **Cloud Provider:** [More Information Needed]
|
| 150 |
-
- **Compute Region:** [More Information Needed]
|
| 151 |
-
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
-
|
| 153 |
-
## Technical Specifications [optional]
|
| 154 |
-
|
| 155 |
-
### Model Architecture and Objective
|
| 156 |
-
|
| 157 |
-
[More Information Needed]
|
| 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 |
library_name: transformers
|
| 3 |
+
license: cc-by-nc-4.0
|
| 4 |
+
base_model: facebook/mms-1b-all
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- wer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: ssc-bxk-mms-model-mix-adapt-max3-devtrain
|
| 11 |
+
results: []
|
| 12 |
---
|
| 13 |
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# ssc-bxk-mms-model-mix-adapt-max3-devtrain
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.4177
|
| 22 |
+
- Cer: 0.1145
|
| 23 |
+
- Wer: 0.4635
|
| 24 |
+
|
| 25 |
+
## Model description
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Intended uses & limitations
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training and evaluation data
|
| 34 |
+
|
| 35 |
+
More information needed
|
| 36 |
+
|
| 37 |
+
## Training procedure
|
| 38 |
+
|
| 39 |
+
### Training hyperparameters
|
| 40 |
+
|
| 41 |
+
The following hyperparameters were used during training:
|
| 42 |
+
- learning_rate: 0.0005
|
| 43 |
+
- train_batch_size: 8
|
| 44 |
+
- eval_batch_size: 6
|
| 45 |
+
- seed: 42
|
| 46 |
+
- gradient_accumulation_steps: 2
|
| 47 |
+
- total_train_batch_size: 16
|
| 48 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 49 |
+
- lr_scheduler_type: linear
|
| 50 |
+
- lr_scheduler_warmup_steps: 100
|
| 51 |
+
- num_epochs: 20
|
| 52 |
+
- mixed_precision_training: Native AMP
|
| 53 |
+
|
| 54 |
+
### Training results
|
| 55 |
+
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
|
| 57 |
+
|:-------------:|:-------:|:-----:|:---------------:|:------:|:------:|
|
| 58 |
+
| 1.0152 | 0.2880 | 200 | 0.7453 | 0.1792 | 0.6636 |
|
| 59 |
+
| 0.9038 | 0.5760 | 400 | 0.6654 | 0.1642 | 0.6124 |
|
| 60 |
+
| 0.8634 | 0.8639 | 600 | 0.6451 | 0.1573 | 0.5944 |
|
| 61 |
+
| 0.8008 | 1.1512 | 800 | 0.6181 | 0.1539 | 0.5788 |
|
| 62 |
+
| 0.8145 | 1.4392 | 1000 | 0.5989 | 0.1500 | 0.5696 |
|
| 63 |
+
| 0.7969 | 1.7271 | 1200 | 0.5997 | 0.1508 | 0.5660 |
|
| 64 |
+
| 0.7078 | 2.0144 | 1400 | 0.5896 | 0.1481 | 0.5644 |
|
| 65 |
+
| 0.7844 | 2.3024 | 1600 | 0.5802 | 0.1484 | 0.5630 |
|
| 66 |
+
| 0.7457 | 2.5904 | 1800 | 0.5771 | 0.1442 | 0.5489 |
|
| 67 |
+
| 0.7882 | 2.8783 | 2000 | 0.5700 | 0.1432 | 0.5473 |
|
| 68 |
+
| 0.7065 | 3.1656 | 2200 | 0.5637 | 0.1423 | 0.5444 |
|
| 69 |
+
| 0.7029 | 3.4536 | 2400 | 0.5553 | 0.1409 | 0.5411 |
|
| 70 |
+
| 0.7347 | 3.7415 | 2600 | 0.5652 | 0.1406 | 0.5324 |
|
| 71 |
+
| 0.7281 | 4.0288 | 2800 | 0.5459 | 0.1398 | 0.5379 |
|
| 72 |
+
| 0.7065 | 4.3168 | 3000 | 0.5478 | 0.1418 | 0.5434 |
|
| 73 |
+
| 0.6996 | 4.6048 | 3200 | 0.5494 | 0.1387 | 0.5354 |
|
| 74 |
+
| 0.7333 | 4.8927 | 3400 | 0.5412 | 0.1391 | 0.5363 |
|
| 75 |
+
| 0.6437 | 5.1800 | 3600 | 0.5324 | 0.1379 | 0.5221 |
|
| 76 |
+
| 0.7171 | 5.4680 | 3800 | 0.5292 | 0.1361 | 0.5182 |
|
| 77 |
+
| 0.7055 | 5.7559 | 4000 | 0.5265 | 0.1365 | 0.5218 |
|
| 78 |
+
| 0.6608 | 6.0432 | 4200 | 0.5306 | 0.1358 | 0.5214 |
|
| 79 |
+
| 0.6704 | 6.3312 | 4400 | 0.5358 | 0.1351 | 0.5189 |
|
| 80 |
+
| 0.6623 | 6.6192 | 4600 | 0.5188 | 0.1359 | 0.5198 |
|
| 81 |
+
| 0.689 | 6.9071 | 4800 | 0.5230 | 0.1361 | 0.5225 |
|
| 82 |
+
| 0.668 | 7.1944 | 5000 | 0.5113 | 0.1325 | 0.5119 |
|
| 83 |
+
| 0.6516 | 7.4824 | 5200 | 0.5126 | 0.1329 | 0.5108 |
|
| 84 |
+
| 0.6597 | 7.7703 | 5400 | 0.5140 | 0.1315 | 0.5097 |
|
| 85 |
+
| 0.6099 | 8.0576 | 5600 | 0.5126 | 0.1317 | 0.5057 |
|
| 86 |
+
| 0.6827 | 8.3456 | 5800 | 0.5238 | 0.1308 | 0.5030 |
|
| 87 |
+
| 0.6976 | 8.6335 | 6000 | 0.5031 | 0.1300 | 0.5078 |
|
| 88 |
+
| 0.6143 | 8.9215 | 6200 | 0.4909 | 0.1322 | 0.5124 |
|
| 89 |
+
| 0.6143 | 9.2088 | 6400 | 0.5019 | 0.1304 | 0.5110 |
|
| 90 |
+
| 0.6136 | 9.4968 | 6600 | 0.5229 | 0.1290 | 0.4968 |
|
| 91 |
+
| 0.6299 | 9.7847 | 6800 | 0.5080 | 0.1303 | 0.5021 |
|
| 92 |
+
| 0.6343 | 10.0720 | 7000 | 0.4889 | 0.1309 | 0.5062 |
|
| 93 |
+
| 0.6035 | 10.3600 | 7200 | 0.4830 | 0.1302 | 0.5087 |
|
| 94 |
+
| 0.656 | 10.6479 | 7400 | 0.4803 | 0.1276 | 0.4936 |
|
| 95 |
+
| 0.6167 | 10.9359 | 7600 | 0.4875 | 0.1271 | 0.4926 |
|
| 96 |
+
| 0.6162 | 11.2232 | 7800 | 0.4712 | 0.1262 | 0.4890 |
|
| 97 |
+
| 0.5932 | 11.5112 | 8000 | 0.4712 | 0.1261 | 0.4913 |
|
| 98 |
+
| 0.6125 | 11.7991 | 8200 | 0.4654 | 0.1274 | 0.5007 |
|
| 99 |
+
| 0.5689 | 12.0864 | 8400 | 0.4684 | 0.1247 | 0.4851 |
|
| 100 |
+
| 0.5888 | 12.3744 | 8600 | 0.4635 | 0.1242 | 0.4816 |
|
| 101 |
+
| 0.61 | 12.6623 | 8800 | 0.4563 | 0.1236 | 0.4828 |
|
| 102 |
+
| 0.588 | 12.9503 | 9000 | 0.4517 | 0.1234 | 0.4857 |
|
| 103 |
+
| 0.6083 | 13.2376 | 9200 | 0.4457 | 0.1228 | 0.4873 |
|
| 104 |
+
| 0.5668 | 13.5256 | 9400 | 0.4483 | 0.1214 | 0.4784 |
|
| 105 |
+
| 0.5896 | 13.8135 | 9600 | 0.4472 | 0.1209 | 0.4759 |
|
| 106 |
+
| 0.5564 | 14.1008 | 9800 | 0.4411 | 0.1222 | 0.4819 |
|
| 107 |
+
| 0.5921 | 14.3888 | 10000 | 0.4425 | 0.1205 | 0.4772 |
|
| 108 |
+
| 0.6036 | 14.6767 | 10200 | 0.4410 | 0.1200 | 0.4756 |
|
| 109 |
+
| 0.5923 | 14.9647 | 10400 | 0.4349 | 0.1198 | 0.4724 |
|
| 110 |
+
| 0.5603 | 15.2520 | 10600 | 0.4357 | 0.1184 | 0.4694 |
|
| 111 |
+
| 0.5548 | 15.5400 | 10800 | 0.4362 | 0.1196 | 0.4717 |
|
| 112 |
+
| 0.5708 | 15.8279 | 11000 | 0.4334 | 0.1188 | 0.4757 |
|
| 113 |
+
| 0.5575 | 16.1152 | 11200 | 0.4302 | 0.1178 | 0.4720 |
|
| 114 |
+
| 0.5318 | 16.4032 | 11400 | 0.4299 | 0.1171 | 0.4697 |
|
| 115 |
+
| 0.5593 | 16.6911 | 11600 | 0.4250 | 0.1155 | 0.4681 |
|
| 116 |
+
| 0.5718 | 16.9791 | 11800 | 0.4248 | 0.1163 | 0.4692 |
|
| 117 |
+
| 0.5748 | 17.2664 | 12000 | 0.4243 | 0.1154 | 0.4649 |
|
| 118 |
+
| 0.5614 | 17.5544 | 12200 | 0.4232 | 0.1172 | 0.4727 |
|
| 119 |
+
| 0.5359 | 17.8423 | 12400 | 0.4224 | 0.1149 | 0.4660 |
|
| 120 |
+
| 0.5596 | 18.1296 | 12600 | 0.4199 | 0.1151 | 0.4651 |
|
| 121 |
+
| 0.5315 | 18.4176 | 12800 | 0.4195 | 0.1149 | 0.4662 |
|
| 122 |
+
| 0.5514 | 18.7055 | 13000 | 0.4195 | 0.1148 | 0.4655 |
|
| 123 |
+
| 0.5629 | 18.9935 | 13200 | 0.4188 | 0.1151 | 0.4667 |
|
| 124 |
+
| 0.5349 | 19.2808 | 13400 | 0.4184 | 0.1145 | 0.4626 |
|
| 125 |
+
| 0.5468 | 19.5688 | 13600 | 0.4176 | 0.1149 | 0.4635 |
|
| 126 |
+
| 0.5396 | 19.8567 | 13800 | 0.4177 | 0.1145 | 0.4635 |
|
| 127 |
+
|
| 128 |
+
|
| 129 |
+
### Framework versions
|
| 130 |
+
|
| 131 |
+
- Transformers 4.52.1
|
| 132 |
+
- Pytorch 2.9.1+cu128
|
| 133 |
+
- Datasets 3.6.0
|
| 134 |
+
- Tokenizers 0.21.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adapter.bxk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c866df542b9ca3b1ae5a918f4721ab95d758898999ed9e739c7f5885b328a00
|
| 3 |
+
size 9018880
|
config.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.05,
|
| 3 |
+
"adapter_attn_dim": 16,
|
| 4 |
+
"adapter_kernel_size": 3,
|
| 5 |
+
"adapter_stride": 2,
|
| 6 |
+
"add_adapter": false,
|
| 7 |
+
"apply_spec_augment": true,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"Wav2Vec2ForCTC"
|
| 10 |
+
],
|
| 11 |
+
"attention_dropout": 0.0,
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"classifier_proj_size": 256,
|
| 14 |
+
"codevector_dim": 1024,
|
| 15 |
+
"contrastive_logits_temperature": 0.1,
|
| 16 |
+
"conv_bias": true,
|
| 17 |
+
"conv_dim": [
|
| 18 |
+
512,
|
| 19 |
+
512,
|
| 20 |
+
512,
|
| 21 |
+
512,
|
| 22 |
+
512,
|
| 23 |
+
512,
|
| 24 |
+
512
|
| 25 |
+
],
|
| 26 |
+
"conv_kernel": [
|
| 27 |
+
10,
|
| 28 |
+
3,
|
| 29 |
+
3,
|
| 30 |
+
3,
|
| 31 |
+
3,
|
| 32 |
+
2,
|
| 33 |
+
2
|
| 34 |
+
],
|
| 35 |
+
"conv_stride": [
|
| 36 |
+
5,
|
| 37 |
+
2,
|
| 38 |
+
2,
|
| 39 |
+
2,
|
| 40 |
+
2,
|
| 41 |
+
2,
|
| 42 |
+
2
|
| 43 |
+
],
|
| 44 |
+
"ctc_loss_reduction": "mean",
|
| 45 |
+
"ctc_zero_infinity": false,
|
| 46 |
+
"diversity_loss_weight": 0.1,
|
| 47 |
+
"do_stable_layer_norm": true,
|
| 48 |
+
"eos_token_id": 2,
|
| 49 |
+
"feat_extract_activation": "gelu",
|
| 50 |
+
"feat_extract_dropout": 0.0,
|
| 51 |
+
"feat_extract_norm": "layer",
|
| 52 |
+
"feat_proj_dropout": 0.0,
|
| 53 |
+
"feat_quantizer_dropout": 0.0,
|
| 54 |
+
"final_dropout": 0.05,
|
| 55 |
+
"hidden_act": "gelu",
|
| 56 |
+
"hidden_dropout": 0.0,
|
| 57 |
+
"hidden_size": 1280,
|
| 58 |
+
"initializer_range": 0.02,
|
| 59 |
+
"intermediate_size": 5120,
|
| 60 |
+
"layer_norm_eps": 1e-05,
|
| 61 |
+
"layerdrop": 0.0,
|
| 62 |
+
"mask_feature_length": 10,
|
| 63 |
+
"mask_feature_min_masks": 0,
|
| 64 |
+
"mask_feature_prob": 0.0,
|
| 65 |
+
"mask_time_length": 10,
|
| 66 |
+
"mask_time_min_masks": 2,
|
| 67 |
+
"mask_time_prob": 0.05,
|
| 68 |
+
"model_type": "wav2vec2",
|
| 69 |
+
"num_adapter_layers": 3,
|
| 70 |
+
"num_attention_heads": 16,
|
| 71 |
+
"num_codevector_groups": 2,
|
| 72 |
+
"num_codevectors_per_group": 320,
|
| 73 |
+
"num_conv_pos_embedding_groups": 16,
|
| 74 |
+
"num_conv_pos_embeddings": 128,
|
| 75 |
+
"num_feat_extract_layers": 7,
|
| 76 |
+
"num_hidden_layers": 48,
|
| 77 |
+
"num_negatives": 100,
|
| 78 |
+
"output_hidden_size": 1280,
|
| 79 |
+
"pad_token_id": 71,
|
| 80 |
+
"proj_codevector_dim": 1024,
|
| 81 |
+
"tdnn_dilation": [
|
| 82 |
+
1,
|
| 83 |
+
2,
|
| 84 |
+
3,
|
| 85 |
+
1,
|
| 86 |
+
1
|
| 87 |
+
],
|
| 88 |
+
"tdnn_dim": [
|
| 89 |
+
512,
|
| 90 |
+
512,
|
| 91 |
+
512,
|
| 92 |
+
512,
|
| 93 |
+
1500
|
| 94 |
+
],
|
| 95 |
+
"tdnn_kernel": [
|
| 96 |
+
5,
|
| 97 |
+
3,
|
| 98 |
+
3,
|
| 99 |
+
1,
|
| 100 |
+
1
|
| 101 |
+
],
|
| 102 |
+
"torch_dtype": "float32",
|
| 103 |
+
"transformers_version": "4.52.1",
|
| 104 |
+
"use_weighted_layer_sum": false,
|
| 105 |
+
"vocab_size": 74,
|
| 106 |
+
"xvector_output_dim": 512
|
| 107 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e754d283940b06f797389c5605de8e1ce75a7beb551c009f3f5b5a404f68c8ad
|
| 3 |
+
size 3859111256
|
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 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a803ae205c1df45e89ea6504f0850538f95afc1473eca0bbff1c07cfab33684
|
| 3 |
+
size 5969
|
vocab.json
CHANGED
|
@@ -1,76 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bxk": {
|
| 3 |
-
"'": 8,
|
| 4 |
-
"(": 45,
|
| 5 |
-
")": 19,
|
| 6 |
-
"-": 68,
|
| 7 |
-
"...": 69,
|
| 8 |
-
"0": 28,
|
| 9 |
-
"1": 65,
|
| 10 |
-
"2": 49,
|
| 11 |
-
"5": 35,
|
| 12 |
-
"6": 2,
|
| 13 |
-
"9": 29,
|
| 14 |
-
"@": 52,
|
| 15 |
-
"A": 5,
|
| 16 |
-
"B": 30,
|
| 17 |
-
"C": 6,
|
| 18 |
-
"D": 7,
|
| 19 |
-
"E": 9,
|
| 20 |
-
"F": 27,
|
| 21 |
-
"G": 61,
|
| 22 |
-
"H": 22,
|
| 23 |
-
"I": 59,
|
| 24 |
-
"K": 1,
|
| 25 |
-
"L": 57,
|
| 26 |
-
"M": 48,
|
| 27 |
-
"N": 53,
|
| 28 |
-
"O": 67,
|
| 29 |
-
"P": 41,
|
| 30 |
-
"S": 20,
|
| 31 |
-
"T": 47,
|
| 32 |
-
"U": 56,
|
| 33 |
-
"V": 54,
|
| 34 |
-
"W": 4,
|
| 35 |
-
"Y": 39,
|
| 36 |
-
"[PAD]": 71,
|
| 37 |
-
"[UNK]": 70,
|
| 38 |
-
"a": 13,
|
| 39 |
-
"b": 66,
|
| 40 |
-
"c": 11,
|
| 41 |
-
"ch": 10,
|
| 42 |
-
"d": 25,
|
| 43 |
-
"e": 33,
|
| 44 |
-
"f": 34,
|
| 45 |
-
"fw": 37,
|
| 46 |
-
"g": 0,
|
| 47 |
-
"h": 32,
|
| 48 |
-
"i": 31,
|
| 49 |
-
"j": 50,
|
| 50 |
-
"k": 63,
|
| 51 |
-
"kh": 42,
|
| 52 |
-
"l": 24,
|
| 53 |
-
"ly": 3,
|
| 54 |
-
"m": 43,
|
| 55 |
-
"mb": 14,
|
| 56 |
-
"n": 55,
|
| 57 |
-
"nd": 62,
|
| 58 |
-
"ng": 18,
|
| 59 |
-
"nj": 64,
|
| 60 |
-
"ny": 40,
|
| 61 |
-
"o": 16,
|
| 62 |
-
"p": 21,
|
| 63 |
-
"q": 58,
|
| 64 |
-
"r": 23,
|
| 65 |
-
"s": 44,
|
| 66 |
-
"sh": 15,
|
| 67 |
-
"t": 60,
|
| 68 |
-
"u": 46,
|
| 69 |
-
"v": 51,
|
| 70 |
-
"w": 17,
|
| 71 |
-
"x": 12,
|
| 72 |
-
"y": 26,
|
| 73 |
-
"z": 36,
|
| 74 |
-
"|": 38
|
| 75 |
-
}
|
| 76 |
-
}
|
|
|
|
| 1 |
+
{"bxk": {"g": 0, "K": 1, "6": 2, "ly": 3, "W": 4, "A": 5, "C": 6, "D": 7, "'": 8, "E": 9, "ch": 10, "c": 11, "x": 12, "a": 13, "mb": 14, "sh": 15, "o": 16, "w": 17, "ng": 18, ")": 19, "S": 20, "p": 21, "H": 22, "r": 23, "l": 24, "d": 25, "y": 26, "F": 27, "0": 28, "9": 29, "B": 30, "i": 31, "h": 32, "e": 33, "f": 34, "5": 35, "z": 36, "fw": 37, "Y": 39, "ny": 40, "P": 41, "kh": 42, "m": 43, "s": 44, "(": 45, "u": 46, "T": 47, "M": 48, "2": 49, "j": 50, "v": 51, "@": 52, "N": 53, "V": 54, "n": 55, "U": 56, "L": 57, "q": 58, "I": 59, "t": 60, "G": 61, "nd": 62, "k": 63, "nj": 64, "1": 65, "b": 66, "O": 67, "-": 68, "|": 38, "...": 69, "[UNK]": 70, "[PAD]": 71}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|