phusroyal commited on
Commit
2c7a858
1 Parent(s): 1b998eb

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +1 -1
ViHOS.py CHANGED
@@ -69,5 +69,5 @@ class ViHOS(datasets.GeneratorBasedBuilder):
69
  yield i, {
70
  "id": id_,
71
  "content": content,
72
- "span_ids": span_ids,
73
  }
 
69
  yield i, {
70
  "id": id_,
71
  "content": content,
72
+ # "span_ids": span_ids,
73
  }