update model card README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- gn
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
- mozilla-foundation/common_voice_8_0
|
8 |
-
- robust-speech-event
|
9 |
datasets:
|
10 |
- common_voice
|
11 |
-
- mozilla-foundation/common_voice_8_0
|
12 |
model-index:
|
13 |
- name: wav2vec2-base-gn-demo
|
14 |
results: []
|
@@ -21,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [azuur/wav2vec2-base-gn-demo](https://huggingface.co/azuur/wav2vec2-base-gn-demo) on the common_voice dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 1.
|
25 |
-
- Wer: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -55,10 +50,10 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
datasets:
|
6 |
- common_voice
|
|
|
7 |
model-index:
|
8 |
- name: wav2vec2-base-gn-demo
|
9 |
results: []
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [azuur/wav2vec2-base-gn-demo](https://huggingface.co/azuur/wav2vec2-base-gn-demo) on the common_voice dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.2750
|
20 |
+
- Wer: 0.7912
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 0.07 | 13.16 | 500 | 1.3797 | 0.8293 |
|
54 |
+
| 0.0711 | 26.32 | 1000 | 1.2878 | 0.8277 |
|
55 |
+
| 0.0454 | 39.47 | 1500 | 1.2782 | 0.7973 |
|
56 |
+
| 0.0281 | 52.63 | 2000 | 1.2750 | 0.7912 |
|
57 |
|
58 |
|
59 |
### Framework versions
|