andstor commited on
Commit
6c6cb7e
1 Parent(s): f8b11c5

Update the_pile_github.py

Browse files
Files changed (1) hide show
  1. 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 SmartContracts(datasets.GeneratorBasedBuilder):
116
- """Smart Contracts Dataset."""
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