nbroad HF staff commited on
Commit
191d3a4
1 Parent(s): 2a19737

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1,3 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Multi-lingual Question Generating Model (mt5-small)
2
  Give the model a passage and it will generate a question about the passage.
3
 
@@ -6,7 +32,7 @@ Give the model a passage and it will generate a question about the passage.
6
  - [SQuAD (English)](https://rajpurkar.github.io/SQuAD-explorer/)
7
  - [TyDiQA-GoldP (Arabic, Bengali, Finnish, Japanese, Indonesian, Kiswahili, Korean, Russian, Telugu, Thai)](https://github.com/google-research-datasets/tydiqa)
8
  - [MLQA (Arabic, Chinese, English, German, Hindi, Spanish, Vietnames)](https://github.com/facebookresearch/MLQA)
9
- - [XQuAD (Arabic, Chinese, German, Greek, Hindi, Russian, Spanish, Thai, Turkish Vietnamese)](https://github.com/deepmind/xquad)
10
  - [GermanQuAD (German)](https://huggingface.co/datasets/deepset/germanquad)
11
  - [Persian QA (Persian)](https://www.kaggle.com/sajjadayobi360/persianqa)
12
  - [Bengali QA (Bengali)](https://www.kaggle.com/mayeesha/bengali-question-answering-dataset)
 
1
+ ---
2
+ datasets:
3
+ - squad_v2
4
+ - tydiqa
5
+ - mlqa
6
+ - xquad
7
+ - germanquad
8
+ language:
9
+ - en
10
+ - hi
11
+ - de
12
+ - ar
13
+ - bn
14
+ - fi
15
+ - ja
16
+ - zh
17
+ - id
18
+ - sw
19
+ - ta
20
+ - gr
21
+ - ru
22
+ - es
23
+ - th
24
+ - tr
25
+ - vi
26
+ ---
27
  # Multi-lingual Question Generating Model (mt5-small)
28
  Give the model a passage and it will generate a question about the passage.
29
 
 
32
  - [SQuAD (English)](https://rajpurkar.github.io/SQuAD-explorer/)
33
  - [TyDiQA-GoldP (Arabic, Bengali, Finnish, Japanese, Indonesian, Kiswahili, Korean, Russian, Telugu, Thai)](https://github.com/google-research-datasets/tydiqa)
34
  - [MLQA (Arabic, Chinese, English, German, Hindi, Spanish, Vietnames)](https://github.com/facebookresearch/MLQA)
35
+ - [XQuAD (Arabic, Chinese, German, Greek, Hindi, Russian, Spanish, Thai, Turkish, Vietnamese)](https://github.com/deepmind/xquad)
36
  - [GermanQuAD (German)](https://huggingface.co/datasets/deepset/germanquad)
37
  - [Persian QA (Persian)](https://www.kaggle.com/sajjadayobi360/persianqa)
38
  - [Bengali QA (Bengali)](https://www.kaggle.com/mayeesha/bengali-question-answering-dataset)