Maurice Weber
commited on
Commit
·
d929e00
1
Parent(s):
27174aa
bugfix
Browse files- RedPajama-Data-V2.py +0 -1
RedPajama-Data-V2.py
CHANGED
@@ -196,7 +196,6 @@ class RedPajamaV2(datasets.GeneratorBasedBuilder):
|
|
196 |
datasets.SplitGenerator(
|
197 |
name=datasets.Split.TRAIN,
|
198 |
gen_kwargs={
|
199 |
-
"listings_ids": listings_ids,
|
200 |
"documents_files": {
|
201 |
snapshot_id: documents_files[snapshot_id]
|
202 |
for snapshot_id in self.config.snapshots
|
|
|
196 |
datasets.SplitGenerator(
|
197 |
name=datasets.Split.TRAIN,
|
198 |
gen_kwargs={
|
|
|
199 |
"documents_files": {
|
200 |
snapshot_id: documents_files[snapshot_id]
|
201 |
for snapshot_id in self.config.snapshots
|