how to load using datasets?
#2
by
boydcheung
- opened
It seems your dataset doesn't comply with the supported format:
from datasets import load_dataset
dataset = load_dataset(data_dir, split=split)
It seems your dataset doesn't comply with the supported format:
from datasets import load_dataset
dataset = load_dataset(data_dir, split=split)