phusroyal commited on
Commit
c1c084b
·
1 Parent(s): 6f7fbfc

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +1 -1
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": "test",
43
  },
44
  )
45
  ]
 
39
  name=datasets.Split.TRAIN,
40
  gen_kwargs={
41
  "filepath": data_dir[0],
42
+ "split": "train",
43
  },
44
  )
45
  ]