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 +2 -2
- md_gender_bias.py +0 -1
README.md
CHANGED
@@ -61,7 +61,7 @@ size_categories:
|
|
61 |
light_inferred:
|
62 |
- 100K<n<1M
|
63 |
name_genders:
|
64 |
-
- n
|
65 |
new_data:
|
66 |
- 1K<n<10K
|
67 |
opensubtitles_inferred:
|
@@ -69,7 +69,7 @@ size_categories:
|
|
69 |
wizard:
|
70 |
- 10K<n<100K
|
71 |
yelp_inferred:
|
72 |
-
- n
|
73 |
source_datasets:
|
74 |
convai2_inferred:
|
75 |
- extended|other-convai2
|
|
|
61 |
light_inferred:
|
62 |
- 100K<n<1M
|
63 |
name_genders:
|
64 |
+
- 1M<n<10M
|
65 |
new_data:
|
66 |
- 1K<n<10K
|
67 |
opensubtitles_inferred:
|
|
|
69 |
wizard:
|
70 |
- 10K<n<100K
|
71 |
yelp_inferred:
|
72 |
+
- 1M<n<10M
|
73 |
source_datasets:
|
74 |
convai2_inferred:
|
75 |
- extended|other-convai2
|
md_gender_bias.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""Multi-Dimensional Gender Bias classification"""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import json
|
20 |
import os
|
|
|
14 |
# limitations under the License.
|
15 |
"""Multi-Dimensional Gender Bias classification"""
|
16 |
|
|
|
17 |
|
18 |
import json
|
19 |
import os
|