Datasets:
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
README.md
CHANGED
@@ -4,30 +4,17 @@ annotations_creators:
|
|
4 |
language_creators:
|
5 |
- crowdsourced
|
6 |
languages:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
- en
|
11 |
-
- ml
|
12 |
-
tamil:
|
13 |
-
- en
|
14 |
-
- ta
|
15 |
licenses:
|
16 |
-
- cc-by-4
|
17 |
multilinguality:
|
18 |
-
|
19 |
-
|
20 |
-
malayalam:
|
21 |
-
- multilingual
|
22 |
-
tamil:
|
23 |
-
- multilingual
|
24 |
size_categories:
|
25 |
-
|
26 |
-
|
27 |
-
malayalam:
|
28 |
-
- 1K<n<10K
|
29 |
-
tamil:
|
30 |
-
- 10K<n<100K
|
31 |
source_datasets:
|
32 |
- original
|
33 |
task_categories:
|
@@ -35,8 +22,11 @@ task_categories:
|
|
35 |
task_ids:
|
36 |
- text-classification-other-hope-speech-classification
|
37 |
paperswithcode_id: hopeedi
|
38 |
-
pretty_name: 'HopeEDI: A Multilingual Hope Speech Detection Dataset for Equality,
|
39 |
-
|
|
|
|
|
|
|
40 |
---
|
41 |
|
42 |
# Dataset Card for [Dataset Name]
|
|
|
4 |
language_creators:
|
5 |
- crowdsourced
|
6 |
languages:
|
7 |
+
- en
|
8 |
+
- ml
|
9 |
+
- ta
|
|
|
|
|
|
|
|
|
|
|
10 |
licenses:
|
11 |
+
- cc-by-4.0
|
12 |
multilinguality:
|
13 |
+
- monolingual
|
14 |
+
- multilingual
|
|
|
|
|
|
|
|
|
15 |
size_categories:
|
16 |
+
- 10K<n<100K
|
17 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
18 |
source_datasets:
|
19 |
- original
|
20 |
task_categories:
|
|
|
22 |
task_ids:
|
23 |
- text-classification-other-hope-speech-classification
|
24 |
paperswithcode_id: hopeedi
|
25 |
+
pretty_name: 'HopeEDI: A Multilingual Hope Speech Detection Dataset for Equality, Diversity, and Inclusion'
|
26 |
+
configs:
|
27 |
+
- english
|
28 |
+
- malayalam
|
29 |
+
- tamil
|
30 |
---
|
31 |
|
32 |
# Dataset Card for [Dataset Name]
|