Datasets:
Update ViHOS.py
Browse files
ViHOS.py
CHANGED
@@ -39,7 +39,7 @@ class ViHOS(datasets.GeneratorBasedBuilder):
|
|
39 |
name=datasets.Split.TRAIN,
|
40 |
gen_kwargs={
|
41 |
"filepath": data_dir[0],
|
42 |
-
"split": "
|
43 |
},
|
44 |
)
|
45 |
]
|
|
|
39 |
name=datasets.Split.TRAIN,
|
40 |
gen_kwargs={
|
41 |
"filepath": data_dir[0],
|
42 |
+
"split": "train",
|
43 |
},
|
44 |
)
|
45 |
]
|