Rename goodwiki_long.py to goodwiki_long_toy.py
Browse files
goodwiki_long.py → goodwiki_long_toy.py
RENAMED
@@ -38,7 +38,7 @@ _URLS = {
|
|
38 |
}
|
39 |
|
40 |
|
41 |
-
class
|
42 |
"""BuilderConfig for Dataset."""
|
43 |
|
44 |
def __init__(self, **kwargs):
|
@@ -62,7 +62,7 @@ class GoodWikiLongDatasetConfig(datasets.BuilderConfig):
|
|
62 |
}
|
63 |
|
64 |
|
65 |
-
class
|
66 |
"""WikiLongDataset Classification dataset. Version 1.0."""
|
67 |
|
68 |
BUILDER_CONFIGS = [
|
|
|
38 |
}
|
39 |
|
40 |
|
41 |
+
class GoodWikiLongToyDatasetConfig(datasets.BuilderConfig):
|
42 |
"""BuilderConfig for Dataset."""
|
43 |
|
44 |
def __init__(self, **kwargs):
|
|
|
62 |
}
|
63 |
|
64 |
|
65 |
+
class GoodWikiLongToyDataset(datasets.GeneratorBasedBuilder):
|
66 |
"""WikiLongDataset Classification dataset. Version 1.0."""
|
67 |
|
68 |
BUILDER_CONFIGS = [
|