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 +1 -1
- kilt_tasks.py +0 -1
README.md
CHANGED
@@ -89,7 +89,7 @@ size_categories:
|
|
89 |
structured_zeroshot:
|
90 |
- 100K<n<1M
|
91 |
trex:
|
92 |
-
- n
|
93 |
triviaqa_support_only:
|
94 |
- 10K<n<100K
|
95 |
wned:
|
|
|
89 |
structured_zeroshot:
|
90 |
- 100K<n<1M
|
91 |
trex:
|
92 |
+
- 1M<n<10M
|
93 |
triviaqa_support_only:
|
94 |
- 10K<n<100K
|
95 |
wned:
|
kilt_tasks.py
CHANGED
@@ -16,7 +16,6 @@
|
|
16 |
# Lint as: python3
|
17 |
"""KILT tasks training and evaluation data"""
|
18 |
|
19 |
-
from __future__ import absolute_import, division, print_function
|
20 |
|
21 |
import json
|
22 |
|
|
|
16 |
# Lint as: python3
|
17 |
"""KILT tasks training and evaluation data"""
|
18 |
|
|
|
19 |
|
20 |
import json
|
21 |
|