Datasets:
Tasks:
Question Answering
Sub-tasks:
open-domain-qa
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- cryptonite.py +1 -1
cryptonite.py
CHANGED
@@ -107,7 +107,7 @@ class Cryptonite(datasets.GeneratorBasedBuilder):
|
|
107 |
]
|
108 |
|
109 |
def _generate_examples(self, filepath, split):
|
110 |
-
"""
|
111 |
|
112 |
with open(filepath, encoding="utf-8") as f:
|
113 |
for id_, row in enumerate(f):
|
|
|
107 |
]
|
108 |
|
109 |
def _generate_examples(self, filepath, split):
|
110 |
+
"""Yields examples."""
|
111 |
|
112 |
with open(filepath, encoding="utf-8") as f:
|
113 |
for id_, row in enumerate(f):
|