phusroyal commited on
Commit
0824cbf
1 Parent(s): 29f8ac1

Update ViHOS.py

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