khanglam7012 commited on
Commit
0e8d02a
1 Parent(s): f7e61e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -5,12 +5,29 @@ tags:
5
  - keytotext
6
  - k2t
7
  - Keywords to Sentences
8
- license: "MIT"
9
  datasets:
10
  - WebNLG
11
  - Dart
12
  metrics:
13
  - NLG
14
  model-index:
15
- - name: k2t-test5
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - keytotext
6
  - k2t
7
  - Keywords to Sentences
8
+ license: mit
9
  datasets:
10
  - WebNLG
11
  - Dart
12
  metrics:
13
  - NLG
14
  model-index:
15
+ - name: t5-small
16
+ results:
17
+ - task:
18
+ type: keywords-to-sentences
19
+ name: Keywords to Sentences
20
+ dataset:
21
+ type: common_voice # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
22
+ name: Common Voice # Required. Example: Common Voice zh-CN
23
+ args: zh-CN # Optional. Example: zh-CN
24
+ metrics:
25
+ - type: wer # Required. Example: wer
26
+ value: 20.90 # Required. Example: 20.90
27
+ name: Test WER # Optional. Example: Test WER
28
+ args: max_order # Optional. Example for BLEU: max_order
29
+ ---
30
+
31
+ This markdown file contains the spec for the modelcard metadata.
32
+ When present, and only then, 'model-index', 'datasets' and 'license' contents will be verified when git pushing changes to your README.md file.
33
+ Valid license identifiers can be found in [our docs](https://hf.co/docs/hub/model-repos#list-of-license-identifiers)