Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Norwegian BokmΓ₯l
Size:
10K - 100K
Default configuration not loading
#2
by
egilron
- opened
I think the default configuration is not loading, presently. By specifying a configuration other than "default", it loads OK.
>>> from datasets import load_dataset
>>> dataset = load_dataset("ltg/norec_sentence", "ternary")
Downloading readme: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
... etc
Generating test split: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1181/1181 [00:00<00:00, 592804.34 examples/s]
>>> dataset = load_dataset("ltg/norec_sentence")
Generating train split: 0%| | 0/7973 [00:00<?, ? examples/s]
Generating validation split: 0%| | 0/1411 [00:00<?, ? examples/s]
Generating test split: 0%| | 0/1181 [00:00<?, ? examples/s]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
... etc
vmkhlv
changed discussion status to
closed