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.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- README.md +7 -4
- cryptonite.py +0 -1
README.md
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
- expert-generated
|
4 |
language_creators:
|
5 |
-
- expert-generated
|
6 |
languages:
|
7 |
-
- en
|
8 |
licenses:
|
9 |
- cc-by-nc-4-0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
|
|
|
|
|
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
language_creators:
|
5 |
+
- expert-generated
|
6 |
languages:
|
7 |
+
- en
|
8 |
licenses:
|
9 |
- cc-by-nc-4-0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
cryptonite:
|
14 |
+
- 100K<n<1M
|
15 |
+
default:
|
16 |
+
- 1K<n<10K
|
17 |
source_datasets:
|
18 |
- original
|
19 |
task_categories:
|
cryptonite.py
CHANGED
@@ -13,7 +13,6 @@
|
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
|
16 |
-
from __future__ import absolute_import, division, print_function
|
17 |
|
18 |
import json
|
19 |
import os
|
|
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
|
|
|
16 |
|
17 |
import json
|
18 |
import os
|