update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- wer
|
@@ -14,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# wav2vec2-large-robust-paper
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/wav2vec2-large-robust](https://huggingface.co/facebook/wav2vec2-large-robust) on the
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Wer: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- automatic-speech-recognition
|
5 |
+
- hts98/original_ver1.2
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- wer
|
|
|
16 |
|
17 |
# wav2vec2-large-robust-paper
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large-robust](https://huggingface.co/facebook/wav2vec2-large-robust) on the HTS98/ORIGINAL_VER1.2 - NA dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8696
|
22 |
+
- Wer: 0.4572
|
23 |
|
24 |
## Model description
|
25 |
|