lhoestq HF staff commited on
Commit
12105dc
1 Parent(s): 3951475

Remove config names as yaml keys (#4367)

Browse files

* validate YAML part

* fix bad YAML keys

* don't have config names as yaml keys

* style

* Remove hacking license tags when mirroring datasets on the Hub

* fix test

* fix style

* more fixes

* remove dots in QA column mapping keys

Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80

Files changed (1) hide show
  1. README.md +26 -86
README.md CHANGED
@@ -1,49 +1,12 @@
1
  ---
2
  pretty_name: Multi-Dimensional Gender Bias Classification
3
  annotations_creators:
4
- convai2_inferred:
5
- - machine-generated
6
- funpedia:
7
- - found
8
- gendered_words:
9
- - found
10
- image_chat:
11
- - found
12
- light_inferred:
13
- - machine-generated
14
- name_genders:
15
- - found
16
- new_data:
17
- - crowdsourced
18
- - found
19
- opensubtitles_inferred:
20
- - machine-generated
21
- wizard:
22
- - found
23
- yelp_inferred:
24
- - machine-generated
25
  language_creators:
26
- convai2_inferred:
27
- - found
28
- funpedia:
29
- - found
30
- gendered_words:
31
- - found
32
- image_chat:
33
- - found
34
- light_inferred:
35
- - found
36
- name_genders:
37
- - found
38
- new_data:
39
- - crowdsourced
40
- - found
41
- opensubtitles_inferred:
42
- - found
43
- wizard:
44
- - found
45
- yelp_inferred:
46
- - found
47
  languages:
48
  - en
49
  licenses:
@@ -51,56 +14,33 @@ licenses:
51
  multilinguality:
52
  - monolingual
53
  size_categories:
54
- convai2_inferred:
55
- - 100K<n<1M
56
- funpedia:
57
- - 10K<n<100K
58
- gendered_words:
59
- - n<1K
60
- image_chat:
61
- - 100K<n<1M
62
- light_inferred:
63
- - 100K<n<1M
64
- name_genders:
65
- - 1M<n<10M
66
- new_data:
67
- - 1K<n<10K
68
- opensubtitles_inferred:
69
- - 100K<n<1M
70
- wizard:
71
- - 10K<n<100K
72
- yelp_inferred:
73
- - 1M<n<10M
74
  source_datasets:
75
- convai2_inferred:
76
- - extended|other-convai2
77
- - original
78
- funpedia:
79
- - original
80
- gendered_words:
81
- - original
82
- image_chat:
83
- - original
84
- light_inferred:
85
- - extended|other-light
86
- - original
87
- name_genders:
88
- - original
89
- new_data:
90
- - original
91
- opensubtitles_inferred:
92
- - extended|other-opensubtitles
93
- - original
94
- wizard:
95
- - original
96
- yelp_inferred:
97
- - extended|other-yelp
98
- - original
99
  task_categories:
100
  - text-classification
101
  task_ids:
102
  - text-classification-other-gender-bias
103
  paperswithcode_id: md-gender
 
 
 
 
 
 
 
 
 
 
 
104
  ---
105
 
106
  # Dataset Card for Multi-Dimensional Gender Bias Classification
 
1
  ---
2
  pretty_name: Multi-Dimensional Gender Bias Classification
3
  annotations_creators:
4
+ - crowdsourced
5
+ - found
6
+ - machine-generated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  language_creators:
8
+ - crowdsourced
9
+ - found
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  languages:
11
  - en
12
  licenses:
 
14
  multilinguality:
15
  - monolingual
16
  size_categories:
17
+ - 100K<n<1M
18
+ - 10K<n<100K
19
+ - 1K<n<10K
20
+ - 1M<n<10M
21
+ - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  source_datasets:
23
+ - extended|other-convai2
24
+ - extended|other-light
25
+ - extended|other-opensubtitles
26
+ - extended|other-yelp
27
+ - original
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  task_categories:
29
  - text-classification
30
  task_ids:
31
  - text-classification-other-gender-bias
32
  paperswithcode_id: md-gender
33
+ configs:
34
+ - convai2_inferred
35
+ - funpedia
36
+ - gendered_words
37
+ - image_chat
38
+ - light_inferred
39
+ - name_genders
40
+ - new_data
41
+ - opensubtitles_inferred
42
+ - wizard
43
+ - yelp_inferred
44
  ---
45
 
46
  # Dataset Card for Multi-Dimensional Gender Bias Classification