Datasets:
Update ViHOS.py
Browse files
ViHOS.py
CHANGED
|
@@ -67,7 +67,7 @@ class ViHOS(datasets.GeneratorBasedBuilder):
|
|
| 67 |
span_ids = ''
|
| 68 |
|
| 69 |
yield id_, {
|
| 70 |
-
"id": id_
|
| 71 |
"content": content,
|
| 72 |
"span_ids": span_ids,
|
| 73 |
}
|
|
|
|
| 67 |
span_ids = ''
|
| 68 |
|
| 69 |
yield id_, {
|
| 70 |
+
"id": id_,
|
| 71 |
"content": content,
|
| 72 |
"span_ids": span_ids,
|
| 73 |
}
|