Update testb.py
Browse files
testb.py
CHANGED
|
@@ -37,7 +37,7 @@ class TestB(datasets.GeneratorBasedBuilder):
|
|
| 37 |
datasets.SplitGenerator(
|
| 38 |
name=datasets.Split.TRAIN,
|
| 39 |
gen_kwargs={
|
| 40 |
-
"data_file": os.path.join(dl_dir "test.json"),
|
| 41 |
"split": datasets.Split.TRAIN,
|
| 42 |
},
|
| 43 |
)
|
|
|
|
| 37 |
datasets.SplitGenerator(
|
| 38 |
name=datasets.Split.TRAIN,
|
| 39 |
gen_kwargs={
|
| 40 |
+
"data_file": os.path.join(dl_dir, "test.json"),
|
| 41 |
"split": datasets.Split.TRAIN,
|
| 42 |
},
|
| 43 |
)
|