Upload odex.py
#1
by
loubnabnl
HF staff
- opened
This dataset script allows easy loading of the data subsets. For example you can now load the japanese subset with:
from datasets import load_dataset
ds = load_dataset("neulab/odex", "ja")
By default (i.e load_dataset("neulab/odex")
) loads the english subset.
zorazrw
changed pull request status to
merged