Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
clips
/
mqa
like
48
Follow
CLiPS
7
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
multiple-choice-qa
Languages:
Catalan
English
German
+ 36
Size:
100M - 1B
Libraries:
Datasets
Croissant
License:
cc0-1.0
Dataset card
Viewer
Files
Files and versions
Community
4
5218028
mqa
/
test.py
maximedb
Update from mdebruyn
5761450
about 3 years ago
raw
Copy download link
history
blame
Safe
218 Bytes
import
datasets
import
tqdm
dataset = datasets.load_dataset(
"mqa.py"
, language=
"ca"
, scope=
"faq"
, level=
"domain"
, download_mode=datasets.GenerateMode.FORCE_REDOWNLOAD)
for
row
in
tqdm.tqdm(dataset[
"train"
]):
pass