Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,21 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
-
|
|
|
|
|
4 |
|
5 |
-
license: Academic Free License v3.0 # Example: apache-2.0 or any license from https://hf.co/docs/hub/model-repos#list-of-license-identifiers
|
6 |
tags:
|
7 |
- audio # Example: audio
|
8 |
- automatic-speech-recognition # Example: automatic-speech-recognition
|
9 |
- speech # Example: speech
|
10 |
-
|
|
|
|
|
11 |
datasets:
|
12 |
-
-
|
|
|
13 |
metrics:
|
14 |
-
- wer
|
15 |
|
16 |
# Optional. Add this if you want to encode your eval results in a structured way.
|
17 |
model-index:
|
@@ -20,13 +24,10 @@ model-index:
|
|
20 |
- task:
|
21 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
22 |
name: Iloko Speech Recognition # Optional. Example: Speech Recognition
|
23 |
-
|
24 |
-
#type: own dataset # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
25 |
-
#name: iloko_dataset # Required. Example: Common Voice zh-CN
|
26 |
-
#args: {arg_0} # Optional. Example: zh-CN
|
27 |
metrics:
|
28 |
- type: wer # Required. Example: wer
|
29 |
-
value: 0.
|
30 |
name: TEST WETR # Optional. Example: Test WER
|
31 |
# args: {arg_0} # Optional. Example for BLEU: max_order
|
32 |
---
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
+
|
5 |
+
license: Academic Free License v3.0
|
6 |
|
|
|
7 |
tags:
|
8 |
- audio # Example: audio
|
9 |
- automatic-speech-recognition # Example: automatic-speech-recognition
|
10 |
- speech # Example: speech
|
11 |
+
|
12 |
+
pipeline_tag: automatic-speech-recognition
|
13 |
+
|
14 |
datasets:
|
15 |
+
- timit_asr # Example: common_voice. Use dataset id from https://hf.co/datasets
|
16 |
+
|
17 |
metrics:
|
18 |
+
- wer
|
19 |
|
20 |
# Optional. Add this if you want to encode your eval results in a structured way.
|
21 |
model-index:
|
|
|
24 |
- task:
|
25 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
26 |
name: Iloko Speech Recognition # Optional. Example: Speech Recognition
|
27 |
+
|
|
|
|
|
|
|
28 |
metrics:
|
29 |
- type: wer # Required. Example: wer
|
30 |
+
value: 0.009 # Required. Example: 20.90
|
31 |
name: TEST WETR # Optional. Example: Test WER
|
32 |
# args: {arg_0} # Optional. Example for BLEU: max_order
|
33 |
---
|