small fix
Browse files- github-code.py +1 -1
github-code.py
CHANGED
@@ -160,7 +160,7 @@ class GithubCode(datasets.GeneratorBasedBuilder):
|
|
160 |
def _split_generators(self, dl_manager):
|
161 |
num_shards = 1126
|
162 |
data_files = [
|
163 |
-
f"data/train-{_index:05d}-of-{num_shards:05d}
|
164 |
for _index in range(num_shards)
|
165 |
]
|
166 |
files = dl_manager.download(data_files)
|
|
|
160 |
def _split_generators(self, dl_manager):
|
161 |
num_shards = 1126
|
162 |
data_files = [
|
163 |
+
f"data/train-{_index:05d}-of-{num_shards:05d}.parquet"
|
164 |
for _index in range(num_shards)
|
165 |
]
|
166 |
files = dl_manager.download(data_files)
|