Datasets:
Tasks:
Table to Text
Modalities:
Text
Languages:
English
Size:
100K - 1M
ArXiv:
Tags:
data-to-text
License:
Abinaya Mahendiran
commited on
Commit
·
89635c5
1
Parent(s):
32f772e
Added minor fix to data loader script
Browse files
totto.py
CHANGED
|
@@ -82,7 +82,8 @@ class Mlsum(datasets.GeneratorBasedBuilder):
|
|
| 82 |
("challenge_validation_sample", "validation_totto_RandomSample500.json"),
|
| 83 |
("challenge_test_scramble", "test_totto_ScrambleInputStructure500.json"),
|
| 84 |
]
|
| 85 |
-
|
|
|
|
| 86 |
datasets.SplitGenerator(
|
| 87 |
name=datasets.Split.TRAIN,
|
| 88 |
gen_kwargs={
|
|
|
|
| 82 |
("challenge_validation_sample", "validation_totto_RandomSample500.json"),
|
| 83 |
("challenge_test_scramble", "test_totto_ScrambleInputStructure500.json"),
|
| 84 |
]
|
| 85 |
+
|
| 86 |
+
return [
|
| 87 |
datasets.SplitGenerator(
|
| 88 |
name=datasets.Split.TRAIN,
|
| 89 |
gen_kwargs={
|