Model save
Browse files- README.md +74 -48
- model.safetensors +1 -1
README.md
CHANGED
@@ -3,9 +3,6 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: facebook/wav2vec2-base
|
5 |
tags:
|
6 |
-
- automatic-speech-recognition
|
7 |
-
- libri10h
|
8 |
-
- mms
|
9 |
- generated_from_trainer
|
10 |
metrics:
|
11 |
- wer
|
@@ -19,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# wav2vec2-base-librispeech-model
|
21 |
|
22 |
-
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Wer: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -41,7 +38,7 @@ More information needed
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
-
- learning_rate:
|
45 |
- train_batch_size: 4
|
46 |
- eval_batch_size: 4
|
47 |
- seed: 42
|
@@ -50,53 +47,82 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_steps: 500
|
53 |
-
-
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
59 |
|:-------------:|:-------:|:-----:|:---------------:|:------:|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
| 1.
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
93 |
-
| 0.
|
94 |
-
| 0.
|
95 |
-
| 0.
|
96 |
-
| 0.
|
97 |
-
| 0.
|
98 |
-
| 0.
|
99 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
|
102 |
### Framework versions
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: facebook/wav2vec2-base
|
5 |
tags:
|
|
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- wer
|
|
|
16 |
|
17 |
# wav2vec2-base-librispeech-model
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8155
|
22 |
+
- Wer: 0.3428
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.0003
|
42 |
- train_batch_size: 4
|
43 |
- eval_batch_size: 4
|
44 |
- seed: 42
|
|
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
+
- num_epochs: 100.0
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
|:-------------:|:-------:|:-----:|:---------------:|:------:|
|
57 |
+
| 3.544 | 1.4493 | 500 | 1.7568 | 0.9820 |
|
58 |
+
| 1.42 | 2.8986 | 1000 | 1.0275 | 0.8168 |
|
59 |
+
| 1.0403 | 4.3478 | 1500 | 0.8305 | 0.7173 |
|
60 |
+
| 0.8574 | 5.7971 | 2000 | 0.7293 | 0.6649 |
|
61 |
+
| 0.7315 | 7.2464 | 2500 | 0.6632 | 0.6025 |
|
62 |
+
| 0.6389 | 8.6957 | 3000 | 0.6286 | 0.5695 |
|
63 |
+
| 0.5679 | 10.1449 | 3500 | 0.6102 | 0.5489 |
|
64 |
+
| 0.5085 | 11.5942 | 4000 | 0.5863 | 0.5215 |
|
65 |
+
| 0.4579 | 13.0435 | 4500 | 0.5661 | 0.4933 |
|
66 |
+
| 0.4097 | 14.4928 | 5000 | 0.5646 | 0.4823 |
|
67 |
+
| 0.382 | 15.9420 | 5500 | 0.5515 | 0.4644 |
|
68 |
+
| 0.3426 | 17.3913 | 6000 | 0.5585 | 0.4514 |
|
69 |
+
| 0.32 | 18.8406 | 6500 | 0.5598 | 0.4475 |
|
70 |
+
| 0.2926 | 20.2899 | 7000 | 0.6246 | 0.4587 |
|
71 |
+
| 0.2735 | 21.7391 | 7500 | 0.5887 | 0.4439 |
|
72 |
+
| 0.257 | 23.1884 | 8000 | 0.5978 | 0.4355 |
|
73 |
+
| 0.2409 | 24.6377 | 8500 | 0.5721 | 0.4215 |
|
74 |
+
| 0.2246 | 26.0870 | 9000 | 0.5979 | 0.4187 |
|
75 |
+
| 0.2139 | 27.5362 | 9500 | 0.6103 | 0.4145 |
|
76 |
+
| 0.2014 | 28.9855 | 10000 | 0.6436 | 0.4157 |
|
77 |
+
| 0.1917 | 30.4348 | 10500 | 0.6471 | 0.4188 |
|
78 |
+
| 0.184 | 31.8841 | 11000 | 0.6410 | 0.4068 |
|
79 |
+
| 0.1752 | 33.3333 | 11500 | 0.6426 | 0.4086 |
|
80 |
+
| 0.169 | 34.7826 | 12000 | 0.6633 | 0.4025 |
|
81 |
+
| 0.1612 | 36.2319 | 12500 | 0.6466 | 0.3968 |
|
82 |
+
| 0.1553 | 37.6812 | 13000 | 0.6573 | 0.3941 |
|
83 |
+
| 0.15 | 39.1304 | 13500 | 0.6989 | 0.3956 |
|
84 |
+
| 0.1442 | 40.5797 | 14000 | 0.7209 | 0.4062 |
|
85 |
+
| 0.1409 | 42.0290 | 14500 | 0.6950 | 0.3961 |
|
86 |
+
| 0.1356 | 43.4783 | 15000 | 0.6816 | 0.3863 |
|
87 |
+
| 0.134 | 44.9275 | 15500 | 0.6896 | 0.3867 |
|
88 |
+
| 0.1288 | 46.3768 | 16000 | 0.7073 | 0.3844 |
|
89 |
+
| 0.1263 | 47.8261 | 16500 | 0.7207 | 0.3836 |
|
90 |
+
| 0.1218 | 49.2754 | 17000 | 0.7430 | 0.3812 |
|
91 |
+
| 0.1217 | 50.7246 | 17500 | 0.7588 | 0.3831 |
|
92 |
+
| 0.1183 | 52.1739 | 18000 | 0.7478 | 0.3813 |
|
93 |
+
| 0.113 | 53.6232 | 18500 | 0.7269 | 0.3779 |
|
94 |
+
| 0.1109 | 55.0725 | 19000 | 0.7117 | 0.3735 |
|
95 |
+
| 0.1102 | 56.5217 | 19500 | 0.7532 | 0.3689 |
|
96 |
+
| 0.1084 | 57.9710 | 20000 | 0.7608 | 0.3704 |
|
97 |
+
| 0.1042 | 59.4203 | 20500 | 0.7571 | 0.3677 |
|
98 |
+
| 0.1048 | 60.8696 | 21000 | 0.7745 | 0.3683 |
|
99 |
+
| 0.1005 | 62.3188 | 21500 | 0.7845 | 0.3712 |
|
100 |
+
| 0.1006 | 63.7681 | 22000 | 0.7633 | 0.3664 |
|
101 |
+
| 0.0976 | 65.2174 | 22500 | 0.7721 | 0.3639 |
|
102 |
+
| 0.096 | 66.6667 | 23000 | 0.7659 | 0.3643 |
|
103 |
+
| 0.0938 | 68.1159 | 23500 | 0.7658 | 0.3620 |
|
104 |
+
| 0.0933 | 69.5652 | 24000 | 0.7692 | 0.3579 |
|
105 |
+
| 0.092 | 71.0145 | 24500 | 0.7785 | 0.3625 |
|
106 |
+
| 0.089 | 72.4638 | 25000 | 0.7845 | 0.3615 |
|
107 |
+
| 0.088 | 73.9130 | 25500 | 0.7973 | 0.3586 |
|
108 |
+
| 0.0862 | 75.3623 | 26000 | 0.7806 | 0.3576 |
|
109 |
+
| 0.0851 | 76.8116 | 26500 | 0.7947 | 0.3583 |
|
110 |
+
| 0.0846 | 78.2609 | 27000 | 0.7802 | 0.3526 |
|
111 |
+
| 0.0809 | 79.7101 | 27500 | 0.8093 | 0.3532 |
|
112 |
+
| 0.0813 | 81.1594 | 28000 | 0.8237 | 0.3572 |
|
113 |
+
| 0.0785 | 82.6087 | 28500 | 0.8130 | 0.3533 |
|
114 |
+
| 0.0799 | 84.0580 | 29000 | 0.7958 | 0.3511 |
|
115 |
+
| 0.0784 | 85.5072 | 29500 | 0.8108 | 0.3507 |
|
116 |
+
| 0.0767 | 86.9565 | 30000 | 0.8208 | 0.3511 |
|
117 |
+
| 0.0742 | 88.4058 | 30500 | 0.8270 | 0.3501 |
|
118 |
+
| 0.0746 | 89.8551 | 31000 | 0.8121 | 0.3459 |
|
119 |
+
| 0.073 | 91.3043 | 31500 | 0.8151 | 0.3485 |
|
120 |
+
| 0.0725 | 92.7536 | 32000 | 0.8265 | 0.3477 |
|
121 |
+
| 0.0717 | 94.2029 | 32500 | 0.8173 | 0.3446 |
|
122 |
+
| 0.0709 | 95.6522 | 33000 | 0.8135 | 0.3434 |
|
123 |
+
| 0.0704 | 97.1014 | 33500 | 0.8179 | 0.3431 |
|
124 |
+
| 0.0699 | 98.5507 | 34000 | 0.8134 | 0.3427 |
|
125 |
+
| 0.0691 | 100.0 | 34500 | 0.8155 | 0.3428 |
|
126 |
|
127 |
|
128 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 415620972
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d21d6ea41f74cee39cc0861b3b545646cf734879ff7ee872ae09b8858c0aefd5
|
3 |
size 415620972
|