End of training
Browse files- README.md +35 -28
- adapter.tam-32768.safetensors +3 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
|
|
|
|
2 |
base_model: facebook/mms-1b-all
|
|
|
|
|
3 |
datasets:
|
4 |
- common_voice_17_0
|
5 |
-
library_name: transformers
|
6 |
-
license: cc-by-nc-4.0
|
7 |
metrics:
|
8 |
- wer
|
9 |
- bleu
|
10 |
-
tags:
|
11 |
-
- generated_from_trainer
|
12 |
model-index:
|
13 |
- name: wav2vec2-mms-1b-CV17.0-training_set_variations
|
14 |
results:
|
15 |
- task:
|
16 |
-
type: automatic-speech-recognition
|
17 |
name: Automatic Speech Recognition
|
|
|
18 |
dataset:
|
19 |
name: common_voice_17_0
|
20 |
type: common_voice_17_0
|
@@ -22,12 +22,12 @@ model-index:
|
|
22 |
split: validation
|
23 |
args: ta
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
|
27 |
-
|
28 |
-
-
|
29 |
-
|
30 |
-
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -37,10 +37,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
37 |
|
38 |
This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on the common_voice_17_0 dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
-
- Loss: 0.
|
41 |
-
- Wer: 0.
|
42 |
-
- Cer: 0.
|
43 |
-
- Bleu: 0.
|
44 |
|
45 |
## Model description
|
46 |
|
@@ -75,19 +75,26 @@ The following hyperparameters were used during training:
|
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Bleu |
|
77 |
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|
|
78 |
-
|
|
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 |
|
92 |
|
93 |
### Framework versions
|
|
|
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 |
datasets:
|
8 |
- common_voice_17_0
|
|
|
|
|
9 |
metrics:
|
10 |
- wer
|
11 |
- bleu
|
|
|
|
|
12 |
model-index:
|
13 |
- name: wav2vec2-mms-1b-CV17.0-training_set_variations
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
name: Automatic Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
name: common_voice_17_0
|
20 |
type: common_voice_17_0
|
|
|
22 |
split: validation
|
23 |
args: ta
|
24 |
metrics:
|
25 |
+
- name: Wer
|
26 |
+
type: wer
|
27 |
+
value: 0.35028609973948643
|
28 |
+
- name: Bleu
|
29 |
+
type: bleu
|
30 |
+
value: 0.4335646189418293
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
37 |
|
38 |
This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on the common_voice_17_0 dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 0.1970
|
41 |
+
- Wer: 0.3503
|
42 |
+
- Cer: 0.0557
|
43 |
+
- Bleu: 0.4336
|
44 |
|
45 |
## Model description
|
46 |
|
|
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Bleu |
|
77 |
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|
|
78 |
+
| 7.329 | 0.0977 | 100 | 0.3217 | 0.4338 | 0.0716 | 0.3272 |
|
79 |
+
| 0.2154 | 0.1953 | 200 | 0.2314 | 0.3794 | 0.0634 | 0.3999 |
|
80 |
+
| 0.189 | 0.2930 | 300 | 0.2188 | 0.3656 | 0.0592 | 0.4166 |
|
81 |
+
| 0.1975 | 0.3906 | 400 | 0.2212 | 0.3763 | 0.0608 | 0.4032 |
|
82 |
+
| 0.1813 | 0.4883 | 500 | 0.2117 | 0.3634 | 0.0585 | 0.4171 |
|
83 |
+
| 0.1791 | 0.5859 | 600 | 0.2074 | 0.3590 | 0.0578 | 0.4220 |
|
84 |
+
| 0.187 | 0.6836 | 700 | 0.2087 | 0.3607 | 0.0582 | 0.4188 |
|
85 |
+
| 0.1789 | 0.7812 | 800 | 0.2064 | 0.3542 | 0.0568 | 0.4327 |
|
86 |
+
| 0.1704 | 0.8789 | 900 | 0.2076 | 0.3661 | 0.0587 | 0.4095 |
|
87 |
+
| 0.1813 | 0.9766 | 1000 | 0.2044 | 0.3589 | 0.0574 | 0.4200 |
|
88 |
+
| 0.1633 | 1.0742 | 1100 | 0.2029 | 0.3582 | 0.0575 | 0.4220 |
|
89 |
+
| 0.1699 | 1.1719 | 1200 | 0.2034 | 0.3537 | 0.0566 | 0.4335 |
|
90 |
+
| 0.1822 | 1.2695 | 1300 | 0.2037 | 0.3589 | 0.0578 | 0.4227 |
|
91 |
+
| 0.1654 | 1.3672 | 1400 | 0.2028 | 0.3549 | 0.0568 | 0.4288 |
|
92 |
+
| 0.1696 | 1.4648 | 1500 | 0.2011 | 0.3579 | 0.0567 | 0.4199 |
|
93 |
+
| 0.1622 | 1.5625 | 1600 | 0.1999 | 0.3568 | 0.0570 | 0.4228 |
|
94 |
+
| 0.1742 | 1.6602 | 1700 | 0.1983 | 0.3490 | 0.0559 | 0.4365 |
|
95 |
+
| 0.1581 | 1.7578 | 1800 | 0.1973 | 0.3511 | 0.0558 | 0.4329 |
|
96 |
+
| 0.1616 | 1.8555 | 1900 | 0.1970 | 0.3482 | 0.0556 | 0.4381 |
|
97 |
+
| 0.1607 | 1.9531 | 2000 | 0.1970 | 0.3503 | 0.0557 | 0.4336 |
|
98 |
|
99 |
|
100 |
### Framework versions
|
adapter.tam-32768.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8a3544451eabea851db655b3887f7f37be178a6d665c4fed0f8610d4a491e13
|
3 |
+
size 8926640
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3859019024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e7e3be3c63f2956f91c6aefbaa5e3d76ebf3fde12b0982580c37ddd5e477a39
|
3 |
size 3859019024
|