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 +8 -1
- generics_kb.py +0 -1
README.md
CHANGED
@@ -10,7 +10,14 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
generics_kb:
|
14 |
+
- 1M<n<10M
|
15 |
+
generics_kb_best:
|
16 |
+
- 1M<n<10M
|
17 |
+
generics_kb_simplewiki:
|
18 |
+
- 10K<n<100K
|
19 |
+
generics_kb_waterloo:
|
20 |
+
- 1M<n<10M
|
21 |
source_datasets:
|
22 |
- original
|
23 |
task_categories:
|
generics_kb.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""Generics KB: A Knowledge Base of Generic Statements"""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import ast
|
20 |
import csv
|
|
|
14 |
# limitations under the License.
|
15 |
"""Generics KB: A Knowledge Base of Generic Statements"""
|
16 |
|
|
|
17 |
|
18 |
import ast
|
19 |
import csv
|