phusroyal commited on
Commit
f0d8ca7
·
1 Parent(s): b644139

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