End of training
Browse files- .gitattributes +1 -0
- README.md +120 -0
- config.json +276 -0
- generation_config.json +15 -0
- model.safetensors +3 -0
- predictions_common_voice_13_en_common_voice_13_en_test_wer33.93.csv +0 -0
- predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn +0 -0
- predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn.dtl +0 -0
- predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn.snt.utt +3 -0
- predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn.sys +18 -0
- predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_ref.trn +0 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn.snt.utt filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Lakoc/DeCRED_small_cv
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- common_voice_13_0
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
model-index:
|
10 |
+
- name: DeCRED_small_cv_linear_mixing
|
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 |
+
# DeCRED_small_cv_linear_mixing
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Lakoc/DeCRED_small_cv](https://huggingface.co/Lakoc/DeCRED_small_cv) on the common_voice_13_0 dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.5358
|
22 |
+
- Cer: 0.1334
|
23 |
+
- Wer: 0.2616
|
24 |
+
- Mer: 0.2546
|
25 |
+
- Wil: 0.4037
|
26 |
+
- Wip: 0.5963
|
27 |
+
- Hits: 34174
|
28 |
+
- Substitutions: 8492
|
29 |
+
- Deletions: 1958
|
30 |
+
- Insertions: 1223
|
31 |
+
|
32 |
+
## Model description
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Intended uses & limitations
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training and evaluation data
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Training procedure
|
45 |
+
|
46 |
+
### Training hyperparameters
|
47 |
+
|
48 |
+
The following hyperparameters were used during training:
|
49 |
+
- learning_rate: 0.0005
|
50 |
+
- train_batch_size: 128
|
51 |
+
- eval_batch_size: 128
|
52 |
+
- seed: 42
|
53 |
+
- distributed_type: multi-GPU
|
54 |
+
- gradient_accumulation_steps: 4
|
55 |
+
- total_train_batch_size: 512
|
56 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
+
- lr_scheduler_type: linear
|
58 |
+
- num_epochs: 50.0
|
59 |
+
|
60 |
+
### Training results
|
61 |
+
|
62 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer | Wer | Mer | Wil | Wip | Hits | Substitutions | Deletions | Insertions |
|
63 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:------:|:-----:|:-------------:|:---------:|:----------:|
|
64 |
+
| 3.0556 | 0.98 | 22 | 3.0178 | 1.2906 | 1.4035 | 0.9218 | 0.9902 | 0.0098 | 5310 | 35886 | 3428 | 23314 |
|
65 |
+
| 2.9712 | 2.0 | 45 | 2.9272 | 1.0482 | 1.2086 | 0.8876 | 0.9816 | 0.0184 | 6832 | 33809 | 3983 | 16140 |
|
66 |
+
| 2.8778 | 2.98 | 67 | 2.8449 | 0.8931 | 1.0776 | 0.8519 | 0.9699 | 0.0301 | 8362 | 31916 | 4346 | 11823 |
|
67 |
+
| 2.8329 | 4.0 | 90 | 2.7632 | 0.7772 | 0.9734 | 0.8097 | 0.9523 | 0.0477 | 10207 | 29712 | 4705 | 9021 |
|
68 |
+
| 2.7126 | 4.98 | 112 | 2.6890 | 0.6915 | 0.9029 | 0.7722 | 0.9331 | 0.0669 | 11886 | 27857 | 4881 | 7553 |
|
69 |
+
| 2.7523 | 6.0 | 135 | 2.6153 | 0.5987 | 0.8231 | 0.7289 | 0.9078 | 0.0922 | 13658 | 25936 | 5030 | 5764 |
|
70 |
+
| 2.5892 | 6.98 | 157 | 2.5484 | 0.5370 | 0.7637 | 0.6887 | 0.8801 | 0.1199 | 15403 | 24075 | 5146 | 4857 |
|
71 |
+
| 2.5555 | 8.0 | 180 | 2.4819 | 0.4797 | 0.7039 | 0.6449 | 0.8463 | 0.1537 | 17294 | 22237 | 5093 | 4083 |
|
72 |
+
| 2.4556 | 8.98 | 202 | 2.4215 | 0.4348 | 0.6531 | 0.6033 | 0.8103 | 0.1897 | 19160 | 20536 | 4928 | 3678 |
|
73 |
+
| 2.4722 | 10.0 | 225 | 2.3615 | 0.3908 | 0.5995 | 0.5587 | 0.7687 | 0.2313 | 21129 | 18865 | 4630 | 3255 |
|
74 |
+
| 2.3578 | 10.98 | 247 | 2.3072 | 0.3534 | 0.5561 | 0.5215 | 0.7310 | 0.2690 | 22766 | 17449 | 4409 | 2958 |
|
75 |
+
| 2.317 | 12.0 | 270 | 2.2533 | 0.3181 | 0.5166 | 0.4877 | 0.6952 | 0.3048 | 24219 | 16266 | 4139 | 2647 |
|
76 |
+
| 2.2757 | 12.98 | 292 | 2.2044 | 0.2935 | 0.4833 | 0.4587 | 0.6633 | 0.3367 | 25452 | 15275 | 3897 | 2393 |
|
77 |
+
| 2.2332 | 14.0 | 315 | 2.1560 | 0.2705 | 0.4522 | 0.4312 | 0.6319 | 0.3681 | 26614 | 14339 | 3671 | 2169 |
|
78 |
+
| 2.1887 | 14.98 | 337 | 2.1122 | 0.2526 | 0.4289 | 0.4106 | 0.6072 | 0.3928 | 27479 | 13605 | 3540 | 1996 |
|
79 |
+
| 2.1393 | 16.0 | 360 | 2.0689 | 0.2352 | 0.4049 | 0.3888 | 0.5811 | 0.4189 | 28408 | 12909 | 3307 | 1854 |
|
80 |
+
| 2.0646 | 16.98 | 382 | 2.0297 | 0.2213 | 0.3855 | 0.3712 | 0.5598 | 0.4402 | 29141 | 12367 | 3116 | 1719 |
|
81 |
+
| 2.0398 | 18.0 | 405 | 1.9911 | 0.2090 | 0.3687 | 0.3557 | 0.5407 | 0.4593 | 29799 | 11895 | 2930 | 1629 |
|
82 |
+
| 2.0011 | 18.98 | 427 | 1.9562 | 0.1994 | 0.3552 | 0.3432 | 0.5243 | 0.4757 | 30335 | 11455 | 2834 | 1561 |
|
83 |
+
| 2.0078 | 20.0 | 450 | 1.9219 | 0.1911 | 0.3435 | 0.3325 | 0.5108 | 0.4892 | 30776 | 11131 | 2717 | 1482 |
|
84 |
+
| 1.9608 | 20.98 | 472 | 1.8910 | 0.1843 | 0.3340 | 0.3236 | 0.4992 | 0.5008 | 31153 | 10840 | 2631 | 1435 |
|
85 |
+
| 1.9634 | 22.0 | 495 | 1.8605 | 0.1782 | 0.3258 | 0.3158 | 0.4888 | 0.5112 | 31498 | 10582 | 2544 | 1413 |
|
86 |
+
| 1.8888 | 22.98 | 517 | 1.8332 | 0.1730 | 0.3181 | 0.3086 | 0.4790 | 0.5210 | 31806 | 10335 | 2483 | 1375 |
|
87 |
+
| 1.9019 | 24.0 | 540 | 1.8064 | 0.1688 | 0.3118 | 0.3026 | 0.4711 | 0.5289 | 32063 | 10141 | 2420 | 1353 |
|
88 |
+
| 1.8107 | 24.98 | 562 | 1.7823 | 0.1660 | 0.3077 | 0.2987 | 0.4658 | 0.5342 | 32237 | 10016 | 2371 | 1342 |
|
89 |
+
| 1.8168 | 26.0 | 585 | 1.7588 | 0.1639 | 0.3029 | 0.2942 | 0.4598 | 0.5402 | 32427 | 9875 | 2322 | 1318 |
|
90 |
+
| 1.7804 | 26.98 | 607 | 1.7377 | 0.1612 | 0.2988 | 0.2903 | 0.4543 | 0.5457 | 32593 | 9734 | 2297 | 1301 |
|
91 |
+
| 1.8311 | 28.0 | 630 | 1.7171 | 0.1585 | 0.2954 | 0.2871 | 0.4499 | 0.5501 | 32726 | 9624 | 2274 | 1283 |
|
92 |
+
| 1.7236 | 28.98 | 652 | 1.6988 | 0.1564 | 0.2928 | 0.2846 | 0.4466 | 0.5534 | 32837 | 9549 | 2238 | 1278 |
|
93 |
+
| 1.741 | 30.0 | 675 | 1.6809 | 0.1548 | 0.2902 | 0.2822 | 0.4433 | 0.5567 | 32947 | 9474 | 2203 | 1274 |
|
94 |
+
| 1.7035 | 30.98 | 697 | 1.6650 | 0.1523 | 0.2880 | 0.2801 | 0.4403 | 0.5597 | 33036 | 9398 | 2190 | 1263 |
|
95 |
+
| 1.7518 | 32.0 | 720 | 1.6496 | 0.1504 | 0.2856 | 0.2778 | 0.4371 | 0.5629 | 33135 | 9320 | 2169 | 1255 |
|
96 |
+
| 1.6684 | 32.98 | 742 | 1.6360 | 0.1491 | 0.2837 | 0.2760 | 0.4345 | 0.5655 | 33214 | 9255 | 2155 | 1250 |
|
97 |
+
| 1.7251 | 34.0 | 765 | 1.6228 | 0.1474 | 0.2810 | 0.2734 | 0.4311 | 0.5689 | 33320 | 9175 | 2129 | 1236 |
|
98 |
+
| 1.6414 | 34.98 | 787 | 1.6112 | 0.1457 | 0.2788 | 0.2713 | 0.4280 | 0.5720 | 33416 | 9099 | 2109 | 1232 |
|
99 |
+
| 1.6707 | 36.0 | 810 | 1.6001 | 0.1444 | 0.2770 | 0.2696 | 0.4255 | 0.5745 | 33490 | 9034 | 2100 | 1229 |
|
100 |
+
| 1.6509 | 36.98 | 832 | 1.5904 | 0.1428 | 0.2749 | 0.2675 | 0.4225 | 0.5775 | 33588 | 8959 | 2077 | 1233 |
|
101 |
+
| 1.654 | 38.0 | 855 | 1.5812 | 0.1416 | 0.2732 | 0.2658 | 0.4199 | 0.5801 | 33670 | 8889 | 2065 | 1237 |
|
102 |
+
| 1.6305 | 38.98 | 877 | 1.5732 | 0.1403 | 0.2718 | 0.2645 | 0.4180 | 0.5820 | 33730 | 8841 | 2053 | 1235 |
|
103 |
+
| 1.6381 | 40.0 | 900 | 1.5658 | 0.1391 | 0.2703 | 0.2630 | 0.4158 | 0.5842 | 33811 | 8790 | 2023 | 1250 |
|
104 |
+
| 1.6393 | 40.98 | 922 | 1.5595 | 0.1382 | 0.2689 | 0.2616 | 0.4138 | 0.5862 | 33870 | 8741 | 2013 | 1246 |
|
105 |
+
| 1.6111 | 42.0 | 945 | 1.5537 | 0.1372 | 0.2675 | 0.2602 | 0.4117 | 0.5883 | 33937 | 8685 | 2002 | 1250 |
|
106 |
+
| 1.6041 | 42.98 | 967 | 1.5490 | 0.1362 | 0.2659 | 0.2587 | 0.4096 | 0.5904 | 34000 | 8636 | 1988 | 1240 |
|
107 |
+
| 1.6301 | 44.0 | 990 | 1.5448 | 0.1353 | 0.2647 | 0.2575 | 0.4079 | 0.5921 | 34052 | 8593 | 1979 | 1239 |
|
108 |
+
| 1.5736 | 44.98 | 1012 | 1.5416 | 0.1347 | 0.2638 | 0.2567 | 0.4066 | 0.5934 | 34087 | 8561 | 1976 | 1235 |
|
109 |
+
| 1.6209 | 46.0 | 1035 | 1.5389 | 0.1341 | 0.2626 | 0.2556 | 0.4050 | 0.5950 | 34135 | 8522 | 1967 | 1230 |
|
110 |
+
| 1.5892 | 46.98 | 1057 | 1.5372 | 0.1337 | 0.2620 | 0.2550 | 0.4042 | 0.5958 | 34156 | 8502 | 1966 | 1225 |
|
111 |
+
| 1.6066 | 48.0 | 1080 | 1.5361 | 0.1335 | 0.2617 | 0.2548 | 0.4039 | 0.5961 | 34167 | 8496 | 1961 | 1223 |
|
112 |
+
| 1.6445 | 48.89 | 1100 | 1.5358 | 0.1334 | 0.2616 | 0.2546 | 0.4037 | 0.5963 | 34174 | 8492 | 1958 | 1223 |
|
113 |
+
|
114 |
+
|
115 |
+
### Framework versions
|
116 |
+
|
117 |
+
- Transformers 4.40.0.dev0
|
118 |
+
- Pytorch 2.2.0+rocm5.6
|
119 |
+
- Datasets 2.18.0
|
120 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,276 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Lakoc/DeCRED_small_cv",
|
3 |
+
"architectures": [
|
4 |
+
"JointCTCAttentionEncoderDecoder"
|
5 |
+
],
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"ctc_weight": 0.3,
|
8 |
+
"decoder": {
|
9 |
+
"_name_or_path": "Lakoc/gpt2_256h_6l_add_head3_04",
|
10 |
+
"activation_function": "gelu_new",
|
11 |
+
"add_cross_attention": true,
|
12 |
+
"architectures": null,
|
13 |
+
"attn_pdrop": 0.1,
|
14 |
+
"average_logits": false,
|
15 |
+
"bad_words_ids": null,
|
16 |
+
"begin_suppress_tokens": null,
|
17 |
+
"bos_token_id": 0,
|
18 |
+
"chunk_size_feed_forward": 0,
|
19 |
+
"cross_attention_hidden_size": null,
|
20 |
+
"decoder_start_token_id": null,
|
21 |
+
"diversity_penalty": 0.0,
|
22 |
+
"do_sample": false,
|
23 |
+
"early_stopping": false,
|
24 |
+
"embd_pdrop": 0.1,
|
25 |
+
"encoder_no_repeat_ngram_size": 0,
|
26 |
+
"eos_token_id": 1,
|
27 |
+
"exponential_decay_length_penalty": null,
|
28 |
+
"finetuning_task": null,
|
29 |
+
"forced_bos_token_id": null,
|
30 |
+
"forced_eos_token_id": null,
|
31 |
+
"head_locations": [
|
32 |
+
3
|
33 |
+
],
|
34 |
+
"head_weights": [
|
35 |
+
0.6,
|
36 |
+
0.4
|
37 |
+
],
|
38 |
+
"id2label": {
|
39 |
+
"0": "LABEL_0",
|
40 |
+
"1": "LABEL_1"
|
41 |
+
},
|
42 |
+
"initializer_range": 0.02,
|
43 |
+
"is_decoder": true,
|
44 |
+
"is_encoder_decoder": false,
|
45 |
+
"label2id": {
|
46 |
+
"LABEL_0": 0,
|
47 |
+
"LABEL_1": 1
|
48 |
+
},
|
49 |
+
"layer_norm_epsilon": 1e-05,
|
50 |
+
"length_penalty": 1.0,
|
51 |
+
"max_length": 20,
|
52 |
+
"min_length": 0,
|
53 |
+
"model_type": "gpt2-multi-head",
|
54 |
+
"n_embd": 256,
|
55 |
+
"n_head": 4,
|
56 |
+
"n_inner": 2048,
|
57 |
+
"n_layer": 6,
|
58 |
+
"n_positions": 1024,
|
59 |
+
"no_repeat_ngram_size": 0,
|
60 |
+
"num_beam_groups": 1,
|
61 |
+
"num_beams": 1,
|
62 |
+
"num_return_sequences": 1,
|
63 |
+
"output_attentions": false,
|
64 |
+
"output_hidden_states": false,
|
65 |
+
"output_scores": false,
|
66 |
+
"pad_token_id": null,
|
67 |
+
"pos_emb_fixed": true,
|
68 |
+
"prefix": null,
|
69 |
+
"problem_type": null,
|
70 |
+
"pruned_heads": {},
|
71 |
+
"remove_invalid_values": false,
|
72 |
+
"reorder_and_upcast_attn": false,
|
73 |
+
"repetition_penalty": 1.0,
|
74 |
+
"resid_pdrop": 0.1,
|
75 |
+
"return_dict": true,
|
76 |
+
"return_dict_in_generate": false,
|
77 |
+
"scale_attn_by_inverse_layer_idx": false,
|
78 |
+
"scale_attn_weights": true,
|
79 |
+
"sep_token_id": null,
|
80 |
+
"summary_activation": null,
|
81 |
+
"summary_first_dropout": 0.1,
|
82 |
+
"summary_proj_to_labels": true,
|
83 |
+
"summary_type": "cls_index",
|
84 |
+
"summary_use_proj": true,
|
85 |
+
"suppress_tokens": null,
|
86 |
+
"task_specific_params": null,
|
87 |
+
"temperature": 1.0,
|
88 |
+
"tf_legacy_loss": false,
|
89 |
+
"tie_additional_weights": false,
|
90 |
+
"tie_encoder_decoder": false,
|
91 |
+
"tie_word_embeddings": false,
|
92 |
+
"tokenizer_class": null,
|
93 |
+
"top_k": 50,
|
94 |
+
"top_p": 1.0,
|
95 |
+
"torch_dtype": null,
|
96 |
+
"torchscript": false,
|
97 |
+
"typical_p": 1.0,
|
98 |
+
"use_bfloat16": false,
|
99 |
+
"use_cache": true,
|
100 |
+
"vocab_size": 1000
|
101 |
+
},
|
102 |
+
"decoder_start_token_id": 0,
|
103 |
+
"encoder": {
|
104 |
+
"_name_or_path": "Lakoc/fisher_ebranchformer_enc_12_layers_fixed",
|
105 |
+
"activation_dropout": 0.1,
|
106 |
+
"adapter_attn_dim": null,
|
107 |
+
"adapter_kernel_size": 3,
|
108 |
+
"adapter_stride": 2,
|
109 |
+
"add_adapter": false,
|
110 |
+
"add_cross_attention": false,
|
111 |
+
"apply_spec_augment": false,
|
112 |
+
"architectures": null,
|
113 |
+
"attention_dropout": 0.1,
|
114 |
+
"bad_words_ids": null,
|
115 |
+
"begin_suppress_tokens": null,
|
116 |
+
"bos_token_id": 1,
|
117 |
+
"chunk_size_feed_forward": 0,
|
118 |
+
"classifier_proj_size": 256,
|
119 |
+
"codevector_dim": 256,
|
120 |
+
"conformer_conv_dropout": 0.1,
|
121 |
+
"contrastive_logits_temperature": 0.1,
|
122 |
+
"conv_bias": false,
|
123 |
+
"conv_depthwise_kernel_size": 31,
|
124 |
+
"conv_dim": [
|
125 |
+
256,
|
126 |
+
256
|
127 |
+
],
|
128 |
+
"conv_kernel": [
|
129 |
+
3,
|
130 |
+
3
|
131 |
+
],
|
132 |
+
"conv_padding": [
|
133 |
+
1,
|
134 |
+
1
|
135 |
+
],
|
136 |
+
"conv_stride": [
|
137 |
+
2,
|
138 |
+
2
|
139 |
+
],
|
140 |
+
"cross_attention_hidden_size": null,
|
141 |
+
"csgu_activation": "identity",
|
142 |
+
"csgu_conv_dropout": 0.1,
|
143 |
+
"csgu_kernel_size": 31,
|
144 |
+
"csgu_use_linear_after_conv": false,
|
145 |
+
"ctc_loss_reduction": "mean",
|
146 |
+
"ctc_zero_infinity": true,
|
147 |
+
"decoder_start_token_id": null,
|
148 |
+
"diversity_loss_weight": 0.1,
|
149 |
+
"diversity_penalty": 0.0,
|
150 |
+
"do_sample": false,
|
151 |
+
"do_stable_layer_norm": false,
|
152 |
+
"early_stopping": false,
|
153 |
+
"encoder_no_repeat_ngram_size": 0,
|
154 |
+
"eos_token_id": 2,
|
155 |
+
"exponential_decay_length_penalty": null,
|
156 |
+
"fe_position_embeddings": false,
|
157 |
+
"feat_extract_activation": "gelu",
|
158 |
+
"feat_extract_norm": "group",
|
159 |
+
"feat_proj_dropout": 0.0,
|
160 |
+
"feat_quantizer_dropout": 0.0,
|
161 |
+
"final_dropout": 0.1,
|
162 |
+
"finetuning_task": null,
|
163 |
+
"forced_bos_token_id": null,
|
164 |
+
"forced_eos_token_id": null,
|
165 |
+
"hidden_act": "gelu",
|
166 |
+
"hidden_dropout": 0.1,
|
167 |
+
"hidden_size": 256,
|
168 |
+
"id2label": {
|
169 |
+
"0": "LABEL_0",
|
170 |
+
"1": "LABEL_1"
|
171 |
+
},
|
172 |
+
"initializer_range": 0.02,
|
173 |
+
"intermediate_size": 1024,
|
174 |
+
"is_causal": false,
|
175 |
+
"is_decoder": false,
|
176 |
+
"is_encoder_decoder": false,
|
177 |
+
"label2id": {
|
178 |
+
"LABEL_0": 0,
|
179 |
+
"LABEL_1": 1
|
180 |
+
},
|
181 |
+
"layer_norm_eps": 1e-05,
|
182 |
+
"layerdrop": 0.0,
|
183 |
+
"length_penalty": 1.0,
|
184 |
+
"mask_feature_length": 10,
|
185 |
+
"mask_feature_min_masks": 0,
|
186 |
+
"mask_feature_prob": 0.0,
|
187 |
+
"mask_time_length": 10,
|
188 |
+
"mask_time_min_masks": 2,
|
189 |
+
"mask_time_prob": 0.05,
|
190 |
+
"max_length": 20,
|
191 |
+
"max_source_positions": 1024,
|
192 |
+
"merge_conv_kernel": 31,
|
193 |
+
"min_length": 0,
|
194 |
+
"model_type": "wav2vec2-ebranchformer",
|
195 |
+
"no_repeat_ngram_size": 0,
|
196 |
+
"num_adapter_layers": 3,
|
197 |
+
"num_attention_heads": 4,
|
198 |
+
"num_beam_groups": 1,
|
199 |
+
"num_beams": 1,
|
200 |
+
"num_codevector_groups": 2,
|
201 |
+
"num_codevectors_per_group": 320,
|
202 |
+
"num_conv_pos_embedding_groups": 16,
|
203 |
+
"num_conv_pos_embeddings": 128,
|
204 |
+
"num_fbanks": 80,
|
205 |
+
"num_feat_extract_layers": 2,
|
206 |
+
"num_hidden_layers": 12,
|
207 |
+
"num_mel_bins": 80,
|
208 |
+
"num_negatives": 100,
|
209 |
+
"num_return_sequences": 1,
|
210 |
+
"output_attentions": false,
|
211 |
+
"output_hidden_size": 256,
|
212 |
+
"output_hidden_states": false,
|
213 |
+
"output_scores": false,
|
214 |
+
"pad_token_id": 3,
|
215 |
+
"position_embeddings_type": "relative",
|
216 |
+
"prefix": null,
|
217 |
+
"problem_type": null,
|
218 |
+
"proj_codevector_dim": 256,
|
219 |
+
"pruned_heads": {},
|
220 |
+
"remove_invalid_values": false,
|
221 |
+
"repetition_penalty": 1.0,
|
222 |
+
"return_dict": true,
|
223 |
+
"return_dict_in_generate": false,
|
224 |
+
"rotary_embedding_base": 10000,
|
225 |
+
"sep_token_id": null,
|
226 |
+
"suppress_tokens": null,
|
227 |
+
"task_specific_params": null,
|
228 |
+
"tdnn_dilation": [
|
229 |
+
1,
|
230 |
+
2,
|
231 |
+
3,
|
232 |
+
1,
|
233 |
+
1
|
234 |
+
],
|
235 |
+
"tdnn_dim": [
|
236 |
+
512,
|
237 |
+
512,
|
238 |
+
512,
|
239 |
+
512,
|
240 |
+
1500
|
241 |
+
],
|
242 |
+
"tdnn_kernel": [
|
243 |
+
5,
|
244 |
+
3,
|
245 |
+
3,
|
246 |
+
1,
|
247 |
+
1
|
248 |
+
],
|
249 |
+
"temperature": 1.0,
|
250 |
+
"tf_legacy_loss": false,
|
251 |
+
"tie_encoder_decoder": false,
|
252 |
+
"tie_word_embeddings": true,
|
253 |
+
"tokenizer_class": null,
|
254 |
+
"top_k": 50,
|
255 |
+
"top_p": 1.0,
|
256 |
+
"torch_dtype": null,
|
257 |
+
"torchscript": false,
|
258 |
+
"typical_p": 1.0,
|
259 |
+
"use_bfloat16": false,
|
260 |
+
"use_fbanks": true,
|
261 |
+
"use_macaron_ff": true,
|
262 |
+
"use_weighted_layer_sum": false,
|
263 |
+
"vocab_size": 1000,
|
264 |
+
"xvector_output_dim": 512
|
265 |
+
},
|
266 |
+
"eos_token_id": 1,
|
267 |
+
"is_encoder_decoder": true,
|
268 |
+
"lsm_factor": 0.1,
|
269 |
+
"mask_token_id": 4,
|
270 |
+
"model_type": "joint_aed_ctc_speech-encoder-decoder",
|
271 |
+
"pad_token_id": 3,
|
272 |
+
"shared_lm_head": false,
|
273 |
+
"tie_word_embeddings": false,
|
274 |
+
"torch_dtype": "float32",
|
275 |
+
"transformers_version": "4.40.0.dev0"
|
276 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apply_eos_space_trick": false,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"ctc_margin": 0,
|
5 |
+
"ctc_weight": 0.0,
|
6 |
+
"decoder_start_token_id": 0,
|
7 |
+
"eos_space_trick_weight": 0.0,
|
8 |
+
"eos_token_id": 1,
|
9 |
+
"lm_model": null,
|
10 |
+
"lm_weight": 0.0,
|
11 |
+
"max_length": 512,
|
12 |
+
"pad_token_id": 3,
|
13 |
+
"space_token_id": -1,
|
14 |
+
"transformers_version": "4.40.0.dev0"
|
15 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59ceeff8442b84c6d63e13954aa0fa700b69f5104d0e434103083e623e55c5c0
|
3 |
+
size 144251296
|
predictions_common_voice_13_en_common_voice_13_en_test_wer33.93.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn
ADDED
The diff for this file is too large to render.
See raw diff
|
|
predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn.dtl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn.snt.utt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94e2218a63c4e1f25573dab6a6d476bf41a24d255721bb6ec93b0cbccd06785a
|
3 |
+
size 11523797
|
predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn.sys
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
|
4 |
+
SYSTEM SUMMARY PERCENTAGES by SPEAKER
|
5 |
+
|
6 |
+
,---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
|
7 |
+
|/scratch/project_465000836/ipoloka/huggingface_asr/experiments/decred/commonvoice/DeCRED_small_cv_linear_mixing/predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_hyp.trn|
|
8 |
+
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
9 |
+
| SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err |
|
10 |
+
|---------------------+-------------------------------------------+---------------------------------------------------------------------------------------------------------------------|
|
11 |
+
| utt | 16365 144023 | 70.1 23.1 6.8 4.0 33.9 84.7 |
|
12 |
+
|=======================================================================================================================================================================================|
|
13 |
+
| Sum/Avg | 16365 144023 | 70.1 23.1 6.8 4.0 33.9 84.7 |
|
14 |
+
|=======================================================================================================================================================================================|
|
15 |
+
| Mean | 16365.0 144023.0 | 70.1 23.1 6.8 4.0 33.9 84.7 |
|
16 |
+
| S.D. | 0.0 0.0 | 0.0 0.0 0.0 0.0 0.0 0.0 |
|
17 |
+
| Median | 16365.0 144023.0 | 70.1 23.1 6.8 4.0 33.9 84.7 |
|
18 |
+
`---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
|
predictions_common_voice_13_en_common_voice_13_en_test_wer33.93_ref.trn
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffe3693f7af5b4ec582655ec02ad41dfe4f75810491dfd0ff82c2c8e47aadc63
|
3 |
+
size 5688
|