phusroyal commited on
Commit
36ba043
1 Parent(s): 65fa531

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +2 -2
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/train_span_extraction/dev.csv"
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.VALIDATION,
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",