Add multilingual to the language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -1,34 +1,37 @@
1
  ---
2
- language:
3
  - en
4
  - zh
 
 
5
  tags:
6
  - GENIUS
7
  - conditional text generation
8
  - sketch-based text generation
9
  - data augmentation
10
- license: apache-2.0
11
  datasets:
12
  - c4
13
  - beyond/chinese_clean_passages_80m
14
-
15
  widget:
16
- - text: "<mask> Conference on Empirical Methods <mask> submission of research papers <mask> Deep Learning <mask>"
17
- example_title: "Example 1"
18
- - text: "<mask> machine learning <mask> my research interest <mask> data science <mask>"
19
- example_title: "Example 2"
20
- - text: "<mask> play basketball <mask> a strong team <mask> Shanghai University of Finance and Economics <mask> last Sunday <mask>"
21
- example_title: "Example 3"
22
- - text: "Good news: <mask> the European Union <mask> month by EU <mask> Farm Commissioner Franz <mask>"
23
- example_title: "Example with a prompt 1"
24
- - text: "Bad news: <mask> the European Union <mask> month by EU <mask> Farm Commissioner Franz <mask>"
25
- example_title: "Example with a prompt 2"
26
-
 
 
 
27
  inference:
28
  parameters:
29
  max_length: 200
30
  num_beams: 3
31
- do_sample: True
32
  ---
33
 
34
  # GENIUS: generating text using sketches!
 
1
  ---
2
+ language:
3
  - en
4
  - zh
5
+ - multilingual
6
+ license: apache-2.0
7
  tags:
8
  - GENIUS
9
  - conditional text generation
10
  - sketch-based text generation
11
  - data augmentation
 
12
  datasets:
13
  - c4
14
  - beyond/chinese_clean_passages_80m
 
15
  widget:
16
+ - text: <mask> Conference on Empirical Methods <mask> submission of research papers
17
+ <mask> Deep Learning <mask>
18
+ example_title: Example 1
19
+ - text: <mask> machine learning <mask> my research interest <mask> data science <mask>
20
+ example_title: Example 2
21
+ - text: <mask> play basketball <mask> a strong team <mask> Shanghai University of
22
+ Finance and Economics <mask> last Sunday <mask>
23
+ example_title: Example 3
24
+ - text: 'Good news: <mask> the European Union <mask> month by EU <mask> Farm Commissioner
25
+ Franz <mask>'
26
+ example_title: Example with a prompt 1
27
+ - text: 'Bad news: <mask> the European Union <mask> month by EU <mask> Farm Commissioner
28
+ Franz <mask>'
29
+ example_title: Example with a prompt 2
30
  inference:
31
  parameters:
32
  max_length: 200
33
  num_beams: 3
34
+ do_sample: true
35
  ---
36
 
37
  # GENIUS: generating text using sketches!