phusroyal commited on
Commit
0f9212c
·
1 Parent(s): 09a6ad3

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +2 -2
ViHOS.py CHANGED
@@ -61,6 +61,6 @@ class ViHOS(datasets.GeneratorBasedBuilder):
61
  span_ids = ''
62
 
63
  yield i, {
64
- "content": 1,
65
- "span_ids": 2,
66
  }
 
61
  span_ids = ''
62
 
63
  yield i, {
64
+ "content": "O",
65
+ "span_ids": "2",
66
  }