evanarlian
commited on
Commit
·
f2d23d5
1
Parent(s):
3810ea7
update model card README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,21 @@ tags:
|
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
- evanarlian/common_voice_11_0_id_filtered
|
|
|
|
|
6 |
model-index:
|
7 |
- name: wav2vec2-xls-r-113m-id
|
8 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,6 +26,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# wav2vec2-xls-r-113m-id
|
15 |
|
16 |
This model is a fine-tuned version of [evanarlian/distil-wav2vec2-xls-r-113m-id](https://huggingface.co/evanarlian/distil-wav2vec2-xls-r-113m-id) on the evanarlian/common_voice_11_0_id_filtered dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -46,6 +61,16 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
- evanarlian/common_voice_11_0_id_filtered
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
model-index:
|
9 |
- name: wav2vec2-xls-r-113m-id
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Automatic Speech Recognition
|
13 |
+
type: automatic-speech-recognition
|
14 |
+
dataset:
|
15 |
+
name: evanarlian/common_voice_11_0_id_filtered
|
16 |
+
type: evanarlian/common_voice_11_0_id_filtered
|
17 |
+
metrics:
|
18 |
+
- name: Wer
|
19 |
+
type: wer
|
20 |
+
value: 0.6403468314731113
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
# wav2vec2-xls-r-113m-id
|
27 |
|
28 |
This model is a fine-tuned version of [evanarlian/distil-wav2vec2-xls-r-113m-id](https://huggingface.co/evanarlian/distil-wav2vec2-xls-r-113m-id) on the evanarlian/common_voice_11_0_id_filtered dataset.
|
29 |
+
It achieves the following results on the evaluation set:
|
30 |
+
- Loss: 0.5214
|
31 |
+
- Wer: 0.6403
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
65 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
66 |
+
| 2.8452 | 0.61 | 1000 | 2.8065 | 1.0 |
|
67 |
+
| 1.3277 | 1.22 | 2000 | 1.0774 | 0.9330 |
|
68 |
+
| 1.025 | 1.84 | 3000 | 0.8000 | 0.8474 |
|
69 |
+
| 0.8497 | 2.45 | 4000 | 0.6812 | 0.7669 |
|
70 |
+
| 0.7678 | 3.06 | 5000 | 0.6125 | 0.7186 |
|
71 |
+
| 0.6886 | 3.67 | 6000 | 0.5758 | 0.6812 |
|
72 |
+
| 0.6318 | 4.29 | 7000 | 0.5420 | 0.6570 |
|
73 |
+
| 0.6086 | 4.9 | 8000 | 0.5214 | 0.6403 |
|
74 |
|
75 |
|
76 |
### Framework versions
|