Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,19 @@
|
|
1 |
# Hugging-face testing
|
2 |
|
3 |
---
|
4 |
-
language:
|
5 |
-
-
|
6 |
-
-
|
7 |
-
|
|
|
8 |
tags:
|
9 |
-
-
|
10 |
-
-
|
11 |
-
|
12 |
-
- {tag_3} # Example to specify a library: allennlp
|
13 |
datasets:
|
14 |
-
-
|
|
|
15 |
metrics:
|
16 |
-
-
|
17 |
-
|
18 |
-
|
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 |
-
---
|
|
|
1 |
# Hugging-face testing
|
2 |
|
3 |
---
|
4 |
+
language:
|
5 |
+
- "List of ISO 639-1 code for your language"
|
6 |
+
- lang1
|
7 |
+
- lang2
|
8 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
9 |
tags:
|
10 |
+
- tag1
|
11 |
+
- tag2
|
12 |
+
license: apache-2.0
|
|
|
13 |
datasets:
|
14 |
+
- dataset1
|
15 |
+
- dataset2
|
16 |
metrics:
|
17 |
+
- metric1
|
18 |
+
- metric2
|
19 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|