End of training
Browse files- README.md +122 -195
- adapter.kcn.safetensors +3 -0
- config.json +107 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- training_args.bin +3 -0
- vocab.json +1 -67
README.md
CHANGED
|
@@ -1,199 +1,126 @@
|
|
| 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 |
-
[More Information Needed]
|
| 120 |
-
|
| 121 |
-
#### Metrics
|
| 122 |
-
|
| 123 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
-
|
| 125 |
-
[More Information Needed]
|
| 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-kcn-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-kcn-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: 3.0275
|
| 22 |
+
- Cer: 0.9948
|
| 23 |
+
- Wer: 1.0
|
| 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.8683 | 0.3255 | 200 | 1.3551 | 0.3006 | 0.7960 |
|
| 59 |
+
| 1.7632 | 0.6509 | 400 | 1.1500 | 0.2843 | 0.7674 |
|
| 60 |
+
| 1.5399 | 0.9764 | 600 | 1.1117 | 0.2728 | 0.7389 |
|
| 61 |
+
| 1.5162 | 1.3011 | 800 | 1.0280 | 0.2635 | 0.6834 |
|
| 62 |
+
| 1.3652 | 1.6265 | 1000 | 1.0271 | 0.2644 | 0.6979 |
|
| 63 |
+
| 1.4639 | 1.9520 | 1200 | 0.9877 | 0.2561 | 0.6707 |
|
| 64 |
+
| 1.3649 | 2.2766 | 1400 | 0.9695 | 0.2905 | 0.7334 |
|
| 65 |
+
| 1.3099 | 2.6021 | 1600 | 0.9362 | 0.2580 | 0.6528 |
|
| 66 |
+
| 1.4657 | 2.9276 | 1800 | 0.9327 | 0.2444 | 0.6286 |
|
| 67 |
+
| 1.3293 | 3.2522 | 2000 | 0.9036 | 0.2435 | 0.6340 |
|
| 68 |
+
| 1.3104 | 3.5777 | 2200 | 0.8912 | 0.2271 | 0.5869 |
|
| 69 |
+
| 1.3312 | 3.9032 | 2400 | 0.8735 | 0.2316 | 0.5929 |
|
| 70 |
+
| 1.2938 | 4.2278 | 2600 | 0.8586 | 0.2477 | 0.6311 |
|
| 71 |
+
| 1.1996 | 4.5533 | 2800 | 0.8563 | 0.2239 | 0.5740 |
|
| 72 |
+
| 1.2274 | 4.8788 | 3000 | 0.8228 | 0.2201 | 0.5660 |
|
| 73 |
+
| 1.239 | 5.2034 | 3200 | 0.7998 | 0.2166 | 0.5610 |
|
| 74 |
+
| 1.2571 | 5.5289 | 3400 | 0.8093 | 0.2182 | 0.5644 |
|
| 75 |
+
| 1.1657 | 5.8544 | 3600 | 0.8015 | 0.2154 | 0.5709 |
|
| 76 |
+
| 1.2191 | 6.1790 | 3800 | 0.8172 | 0.2596 | 0.6538 |
|
| 77 |
+
| 1.1454 | 6.5045 | 4000 | 0.7585 | 0.2040 | 0.5385 |
|
| 78 |
+
| 1.1947 | 6.8299 | 4200 | 0.7499 | 0.2098 | 0.5623 |
|
| 79 |
+
| 1.1713 | 7.1546 | 4400 | 0.7742 | 0.2032 | 0.5332 |
|
| 80 |
+
| 1.174 | 7.4801 | 4600 | 0.7535 | 0.2051 | 0.5401 |
|
| 81 |
+
| 1.0679 | 7.8055 | 4800 | 0.7980 | 0.1998 | 0.5126 |
|
| 82 |
+
| 1.0496 | 8.1302 | 5000 | 0.7340 | 0.2110 | 0.5332 |
|
| 83 |
+
| 1.0556 | 8.4557 | 5200 | 0.7798 | 0.1967 | 0.5160 |
|
| 84 |
+
| 1.1176 | 8.7811 | 5400 | 0.7507 | 0.1955 | 0.5105 |
|
| 85 |
+
| 1.0328 | 9.1058 | 5600 | 0.7879 | 0.2314 | 0.5839 |
|
| 86 |
+
| 1.2111 | 9.4312 | 5800 | 0.7895 | 0.2144 | 0.5552 |
|
| 87 |
+
| 1.1246 | 9.7567 | 6000 | 0.7783 | 0.2365 | 0.5866 |
|
| 88 |
+
| 1.1467 | 10.0814 | 6200 | 0.9091 | 0.3878 | 0.7700 |
|
| 89 |
+
| 1.1934 | 10.4068 | 6400 | 0.8550 | 0.2718 | 0.6812 |
|
| 90 |
+
| 1.1667 | 10.7323 | 6600 | 0.8572 | 0.2272 | 0.5897 |
|
| 91 |
+
| 1.0666 | 11.0570 | 6800 | 0.8905 | 0.2220 | 0.5870 |
|
| 92 |
+
| 1.1896 | 11.3824 | 7000 | 0.9218 | 0.2132 | 0.5424 |
|
| 93 |
+
| 1.2196 | 11.7079 | 7200 | 0.8750 | 0.2562 | 0.6450 |
|
| 94 |
+
| 1.2411 | 12.0325 | 7400 | 0.9874 | 0.3248 | 0.7407 |
|
| 95 |
+
| 1.2445 | 12.3580 | 7600 | 1.0789 | 0.4789 | 0.7972 |
|
| 96 |
+
| 1.267 | 12.6835 | 7800 | 1.0402 | 0.4264 | 0.8475 |
|
| 97 |
+
| 1.2832 | 13.0081 | 8000 | 1.1640 | 0.4774 | 0.8471 |
|
| 98 |
+
| 1.3661 | 13.3336 | 8200 | 1.1290 | 0.4364 | 0.8530 |
|
| 99 |
+
| 1.4301 | 13.6591 | 8400 | 1.0429 | 0.2741 | 0.6720 |
|
| 100 |
+
| 1.4179 | 13.9845 | 8600 | 1.3128 | 0.4368 | 0.8406 |
|
| 101 |
+
| 1.5952 | 14.3092 | 8800 | 2.6448 | 0.9623 | 0.9972 |
|
| 102 |
+
| 2.0972 | 14.6347 | 9000 | 2.4127 | 0.9534 | 0.9972 |
|
| 103 |
+
| 2.6133 | 14.9601 | 9200 | 3.1122 | 0.9361 | 0.9999 |
|
| 104 |
+
| 3.1285 | 15.2848 | 9400 | 3.0395 | 0.9937 | 0.9999 |
|
| 105 |
+
| 2.7735 | 15.6103 | 9600 | 2.6072 | 0.9847 | 0.9998 |
|
| 106 |
+
| 2.6965 | 15.9357 | 9800 | 2.9206 | 0.7560 | 0.9992 |
|
| 107 |
+
| 2.7295 | 16.2604 | 10000 | 2.5736 | 0.9724 | 1.0 |
|
| 108 |
+
| 2.9313 | 16.5858 | 10200 | 2.6595 | 0.9875 | 1.0 |
|
| 109 |
+
| 2.9284 | 16.9113 | 10400 | 2.8261 | 0.9899 | 1.0 |
|
| 110 |
+
| 3.0932 | 17.2360 | 10600 | 3.0139 | 0.9904 | 1.0 |
|
| 111 |
+
| 3.009 | 17.5614 | 10800 | 2.9606 | 0.9945 | 1.0 |
|
| 112 |
+
| 3.0038 | 17.8869 | 11000 | 3.0613 | 0.9943 | 1.0 |
|
| 113 |
+
| 3.0147 | 18.2116 | 11200 | 2.9256 | 0.9948 | 1.0 |
|
| 114 |
+
| 3.0213 | 18.5370 | 11400 | 2.9503 | 0.9946 | 1.0 |
|
| 115 |
+
| 3.1034 | 18.8625 | 11600 | 2.9490 | 0.9947 | 1.0 |
|
| 116 |
+
| 3.0172 | 19.1871 | 11800 | 2.9878 | 0.9948 | 1.0 |
|
| 117 |
+
| 3.066 | 19.5126 | 12000 | 3.0423 | 0.9947 | 1.0 |
|
| 118 |
+
| 3.0562 | 19.8381 | 12200 | 3.0275 | 0.9948 | 1.0 |
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
### Framework versions
|
| 122 |
+
|
| 123 |
+
- Transformers 4.52.1
|
| 124 |
+
- Pytorch 2.9.1+cu128
|
| 125 |
+
- Datasets 3.6.0
|
| 126 |
+
- Tokenizers 0.21.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adapter.kcn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2ac1cc201b42e30730c56ea39378f71b4748076b5ae6fdc73463b92285875c6
|
| 3 |
+
size 8972764
|
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": 62,
|
| 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": 65,
|
| 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:5b3abf74be319f65d544f696646d4336a483bace4b8befa95e9e5345e6653411
|
| 3 |
+
size 3859065140
|
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:7ad33419231d0b4bdfaed0979bec2167212fe300ac3b673cc5558e41f49fde31
|
| 3 |
+
size 5969
|
vocab.json
CHANGED
|
@@ -1,67 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"kcn": {
|
| 3 |
-
"'": 16,
|
| 4 |
-
"(": 11,
|
| 5 |
-
")": 2,
|
| 6 |
-
"-": 50,
|
| 7 |
-
"...": 60,
|
| 8 |
-
"A": 32,
|
| 9 |
-
"B": 54,
|
| 10 |
-
"C": 5,
|
| 11 |
-
"D": 13,
|
| 12 |
-
"E": 33,
|
| 13 |
-
"F": 31,
|
| 14 |
-
"G": 25,
|
| 15 |
-
"H": 57,
|
| 16 |
-
"I": 22,
|
| 17 |
-
"J": 38,
|
| 18 |
-
"K": 36,
|
| 19 |
-
"L": 3,
|
| 20 |
-
"M": 17,
|
| 21 |
-
"N": 9,
|
| 22 |
-
"O": 41,
|
| 23 |
-
"P": 26,
|
| 24 |
-
"Q": 34,
|
| 25 |
-
"R": 20,
|
| 26 |
-
"S": 35,
|
| 27 |
-
"T": 23,
|
| 28 |
-
"U": 55,
|
| 29 |
-
"V": 56,
|
| 30 |
-
"W": 27,
|
| 31 |
-
"Y": 30,
|
| 32 |
-
"Z": 29,
|
| 33 |
-
"[PAD]": 62,
|
| 34 |
-
"[UNK]": 61,
|
| 35 |
-
"a": 46,
|
| 36 |
-
"b": 0,
|
| 37 |
-
"c": 47,
|
| 38 |
-
"d": 15,
|
| 39 |
-
"dh": 18,
|
| 40 |
-
"e": 40,
|
| 41 |
-
"f": 48,
|
| 42 |
-
"g": 7,
|
| 43 |
-
"h": 58,
|
| 44 |
-
"i": 12,
|
| 45 |
-
"j": 53,
|
| 46 |
-
"k": 59,
|
| 47 |
-
"kh": 6,
|
| 48 |
-
"l": 24,
|
| 49 |
-
"m": 49,
|
| 50 |
-
"n": 8,
|
| 51 |
-
"o": 4,
|
| 52 |
-
"p": 37,
|
| 53 |
-
"q": 21,
|
| 54 |
-
"r": 45,
|
| 55 |
-
"s": 19,
|
| 56 |
-
"sh": 14,
|
| 57 |
-
"t": 39,
|
| 58 |
-
"u": 43,
|
| 59 |
-
"v": 44,
|
| 60 |
-
"w": 51,
|
| 61 |
-
"x": 10,
|
| 62 |
-
"y": 1,
|
| 63 |
-
"z": 28,
|
| 64 |
-
"|": 42,
|
| 65 |
-
"،": 52
|
| 66 |
-
}
|
| 67 |
-
}
|
|
|
|
| 1 |
+
{"kcn": {"b": 0, "y": 1, ")": 2, "L": 3, "o": 4, "C": 5, "kh": 6, "g": 7, "n": 8, "N": 9, "x": 10, "(": 11, "i": 12, "D": 13, "sh": 14, "d": 15, "'": 16, "M": 17, "dh": 18, "s": 19, "R": 20, "q": 21, "I": 22, "T": 23, "l": 24, "G": 25, "P": 26, "W": 27, "z": 28, "Z": 29, "Y": 30, "F": 31, "A": 32, "E": 33, "Q": 34, "S": 35, "K": 36, "p": 37, "J": 38, "t": 39, "e": 40, "O": 41, "u": 43, "v": 44, "r": 45, "a": 46, "c": 47, "f": 48, "m": 49, "-": 50, "w": 51, "\u060c": 52, "j": 53, "B": 54, "U": 55, "V": 56, "H": 57, "h": 58, "k": 59, "|": 42, "...": 60, "[UNK]": 61, "[PAD]": 62}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|