Datasets:
Update the_pile_github.py
Browse files- the_pile_github.py +2 -2
the_pile_github.py
CHANGED
@@ -112,8 +112,8 @@ _URLS["train"]["all"] = [url for urls in _URLS["train"].values() for url in urls
|
|
112 |
|
113 |
|
114 |
# Name of the dataset usually match the script name with CamelCase instead of snake_case
|
115 |
-
class
|
116 |
-
"""
|
117 |
|
118 |
VERSION = datasets.Version("1.0.0")
|
119 |
|
|
|
112 |
|
113 |
|
114 |
# Name of the dataset usually match the script name with CamelCase instead of snake_case
|
115 |
+
class ThePileGithub(datasets.GeneratorBasedBuilder):
|
116 |
+
"""The Pile GitHub Dataset."""
|
117 |
|
118 |
VERSION = datasets.Version("1.0.0")
|
119 |
|