xiaoming-leza
commited on
Commit
•
46a72b4
1
Parent(s):
c0e1bc8
update model card README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/wav2vec2-large-xlsr-53
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- common_voice
|
@@ -14,15 +18,15 @@ model-index:
|
|
14 |
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: common_voice
|
19 |
config: tr
|
20 |
split: test
|
21 |
-
args: tr
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +34,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# wav2vec2-common_voice-tr-demo
|
32 |
|
33 |
-
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- tr
|
4 |
license: apache-2.0
|
5 |
base_model: facebook/wav2vec2-large-xlsr-53
|
6 |
tags:
|
7 |
+
- automatic-speech-recognition
|
8 |
+
- common_voice
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
- common_voice
|
|
|
18 |
name: Automatic Speech Recognition
|
19 |
type: automatic-speech-recognition
|
20 |
dataset:
|
21 |
+
name: COMMON_VOICE - TR
|
22 |
type: common_voice
|
23 |
config: tr
|
24 |
split: test
|
25 |
+
args: 'Config: tr, Training split: train+validation, Eval split: test'
|
26 |
metrics:
|
27 |
- name: Wer
|
28 |
type: wer
|
29 |
+
value: 0.34950464712491064
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
# wav2vec2-common_voice-tr-demo
|
36 |
|
37 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the COMMON_VOICE - TR dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.3828
|
40 |
+
- Wer: 0.3495
|
41 |
|
42 |
## Model description
|
43 |
|