Datasets:

Multilinguality:
multilingual
Size Categories:
unknown
Language Creators:
other
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
File size: 218 Bytes
5761450
 
 
 
 
 
1
2
3
4
5
6
7
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