Datasets:
Update ViHOS.py
Browse files
ViHOS.py
CHANGED
|
@@ -13,7 +13,7 @@ _HOMEPAGE = "https://huggingface.co/datasets/phusroyal/ViHOS"
|
|
| 13 |
_LICENSE = "mit"
|
| 14 |
|
| 15 |
_URLS = [
|
| 16 |
-
"https://huggingface.co/datasets/phusroyal/ViHOS/blob/main/
|
| 17 |
]
|
| 18 |
|
| 19 |
class ViHOS(datasets.GeneratorBasedBuilder):
|
|
@@ -41,7 +41,7 @@ class ViHOS(datasets.GeneratorBasedBuilder):
|
|
| 41 |
|
| 42 |
return [
|
| 43 |
datasets.SplitGenerator(
|
| 44 |
-
name=datasets.Split.
|
| 45 |
gen_kwargs={
|
| 46 |
"filepath": data_dir[0],
|
| 47 |
"split": "train",
|
|
|
|
| 13 |
_LICENSE = "mit"
|
| 14 |
|
| 15 |
_URLS = [
|
| 16 |
+
"https://huggingface.co/datasets/phusroyal/ViHOS/blob/main/test/test.csv"
|
| 17 |
]
|
| 18 |
|
| 19 |
class ViHOS(datasets.GeneratorBasedBuilder):
|
|
|
|
| 41 |
|
| 42 |
return [
|
| 43 |
datasets.SplitGenerator(
|
| 44 |
+
name=datasets.Split.TEST,
|
| 45 |
gen_kwargs={
|
| 46 |
"filepath": data_dir[0],
|
| 47 |
"split": "train",
|