Datasets:
Sebastian Gehrmann commited on
Commit ·
7954e88
1
Parent(s): 891ff3f
- wiki_cat_sum.py +0 -2
wiki_cat_sum.py
CHANGED
|
@@ -119,7 +119,6 @@ _URLs = {
|
|
| 119 |
}
|
| 120 |
|
| 121 |
|
| 122 |
-
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
| 123 |
class WikiCatSum(datasets.GeneratorBasedBuilder):
|
| 124 |
"""TODO: Short description of my dataset."""
|
| 125 |
|
|
@@ -159,7 +158,6 @@ class WikiCatSum(datasets.GeneratorBasedBuilder):
|
|
| 159 |
"topic": datasets.Value("int16"),
|
| 160 |
}
|
| 161 |
)
|
| 162 |
-
# These are the features of your dataset like images, labels ...
|
| 163 |
}
|
| 164 |
)
|
| 165 |
return datasets.DatasetInfo(
|
|
|
|
| 119 |
}
|
| 120 |
|
| 121 |
|
|
|
|
| 122 |
class WikiCatSum(datasets.GeneratorBasedBuilder):
|
| 123 |
"""TODO: Short description of my dataset."""
|
| 124 |
|
|
|
|
| 158 |
"topic": datasets.Value("int16"),
|
| 159 |
}
|
| 160 |
)
|
|
|
|
| 161 |
}
|
| 162 |
)
|
| 163 |
return datasets.DatasetInfo(
|