phusroyal commited on
Commit
c80d37d
1 Parent(s): e8a8fda

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +1 -1
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/test/test.csv"
17
  ]
18
 
19
  class ViHOS(datasets.GeneratorBasedBuilder):
 
13
  _LICENSE = "mit"
14
 
15
  _URLS = [
16
+ "https://huggingface.co/datasets/phusroyal/ViHOS/blob/main/train_span_extraction/train.csv"
17
  ]
18
 
19
  class ViHOS(datasets.GeneratorBasedBuilder):