Datasets:
lmqg
/

Modalities:
Text
Languages:
Japanese
ArXiv:
Libraries:
Datasets
License:
qg_jaquad / generate_reference_files.py
asahi417's picture
init
a1681d2
raw
history blame
176 Bytes
import os
from datasets import load_dataset
os.makedirs('./reference_files', exist_ok=True)
dataset = load_dataset('asahi417/qg_jaquad')
for _type in ['validation', 'test']: