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://
|
17 |
]
|
18 |
|
19 |
class ViHOS_config(datasets.BuilderConfig):
|
|
|
13 |
_LICENSE = "mit"
|
14 |
|
15 |
_URLS = [
|
16 |
+
"https://raw.githubusercontent.com/phusroyal/ViHOS/master/data/Span_Extraction_based_version/train.csv"
|
17 |
]
|
18 |
|
19 |
class ViHOS_config(datasets.BuilderConfig):
|