Datasets:
Tasks:
Table to Text
Modalities:
Text
Languages:
English
Size:
100K - 1M
ArXiv:
Tags:
data-to-text
License:
Abinaya Mahendiran
commited on
Commit
·
c166902
1
Parent(s):
ca65b5a
Fixed indentation in data loader script
Browse files
totto.py
CHANGED
@@ -27,6 +27,7 @@ class Mlsum(datasets.GeneratorBasedBuilder):
|
|
27 |
|
28 |
BUILDER_CONFIGS = [
|
29 |
datasets.BuilderConfig(
|
|
|
30 |
version=datasets.Version("1.0.0"),
|
31 |
description=f"GEM benchmark: struct2text task",
|
32 |
)
|
|
|
27 |
|
28 |
BUILDER_CONFIGS = [
|
29 |
datasets.BuilderConfig(
|
30 |
+
name="totto",
|
31 |
version=datasets.Version("1.0.0"),
|
32 |
description=f"GEM benchmark: struct2text task",
|
33 |
)
|