Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,34 @@
|
|
1 |
-
# Hugging-face testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Hugging-face testing
|
2 |
+
|
3 |
+
---
|
4 |
+
language:
|
5 |
+
- {lang_0} # Example: fr
|
6 |
+
- {lang_1} # Example: en
|
7 |
+
license: apache-2.0 # Example: apache-2.0 or any license from https://hf.co/docs/hub/model-repos#list-of-license-identifiers
|
8 |
+
tags:
|
9 |
+
- {tag_0} # Example: audio
|
10 |
+
- {tag_1} # Example: automatic-speech-recognition
|
11 |
+
- {tag_2} # Example: speech
|
12 |
+
- {tag_3} # Example to specify a library: allennlp
|
13 |
+
datasets:
|
14 |
+
- test # Example: common_voice. Use dataset id from https://hf.co/datasets
|
15 |
+
metrics:
|
16 |
+
- test # Example: wer. Use metric id from https://hf.co/metrics
|
17 |
+
|
18 |
+
# Optional. Add this if you want to encode your eval results in a structured way.
|
19 |
+
model-index:
|
20 |
+
- name: test
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: test # Required. Example: automatic-speech-recognition
|
24 |
+
name: test # Optional. Example: Speech Recognition
|
25 |
+
dataset:
|
26 |
+
type: test # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
27 |
+
name: test # Required. Example: Common Voice zh-CN
|
28 |
+
args: {arg_0} # Optional. Example: zh-CN
|
29 |
+
metrics:
|
30 |
+
- type: test # Required. Example: wer
|
31 |
+
value: {metric_value} # Required. Example: 20.90
|
32 |
+
name: test # Optional. Example: Test WER
|
33 |
+
args: {arg_0} # Optional. Example for BLEU: max_order
|
34 |
+
---
|