Add multilingual to the language tag
#1
by
lbourdois
- opened
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:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
example_title:
|
| 24 |
-
- text:
|
| 25 |
-
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
| 27 |
inference:
|
| 28 |
parameters:
|
| 29 |
max_length: 200
|
| 30 |
num_beams: 3
|
| 31 |
-
do_sample:
|
| 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!
|