phusroyal commited on
Commit
a757a64
1 Parent(s): bc9af6c

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +1 -1
ViHOS.py CHANGED
@@ -33,7 +33,7 @@ class ViHOS(datasets.GeneratorBasedBuilder):
33
  {
34
  "id": datasets.Value("string"),
35
  "content": datasets.Value("string"),
36
- "index_spans": datasets.Value("string")
37
  }
38
  ),
39
 
 
33
  {
34
  "id": datasets.Value("string"),
35
  "content": datasets.Value("string"),
36
+ "span_ids": datasets.Value("string")
37
  }
38
  ),
39