skhurana commited on
Commit
77f6a36
1 Parent(s): d22e0b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -28
README.md CHANGED
@@ -1,34 +1,19 @@
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
- ---
 
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
+ ---