Update model card witn event tags
Browse files
README.md
CHANGED
@@ -1,13 +1,35 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- automatic-speech-recognition
|
5 |
- openslr_SLR66
|
6 |
-
- robust-speech-event
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- te
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
7 |
- openslr_SLR66
|
|
|
8 |
- generated_from_trainer
|
9 |
+
- robust-speech-event
|
10 |
+
datasets:
|
11 |
+
- openslr
|
12 |
+
- SLR66
|
13 |
+
metrics:
|
14 |
+
- wer
|
15 |
model-index:
|
16 |
+
- name: xls-r-1B-te
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: automatic-speech-recognition
|
20 |
+
name: Speech Recognition
|
21 |
+
dataset:
|
22 |
+
type: openslr
|
23 |
+
name: Open SLR
|
24 |
+
args: SLR66
|
25 |
+
metrics:
|
26 |
+
- type: wer # Required. Example: wer
|
27 |
+
value: None # Required. Example: 20.90
|
28 |
+
name: Test WER # Optional. Example: Test WER
|
29 |
+
- type: cer
|
30 |
+
value: None
|
31 |
+
name: Test CER
|
32 |
+
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|