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
@@ -6,7 +6,7 @@ language_creators:
|
|
6 |
languages:
|
7 |
- en
|
8 |
licenses:
|
9 |
-
- gpl-3
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
@@ -18,17 +18,14 @@ task_categories:
|
|
18 |
- fill-mask
|
19 |
- text-retrieval
|
20 |
task_ids:
|
21 |
-
|
22 |
-
|
23 |
-
- utterance-retrieval
|
24 |
-
happy:
|
25 |
-
- dialogue-modeling
|
26 |
-
- utterance-retrieval
|
27 |
-
offmychest:
|
28 |
-
- dialogue-modeling
|
29 |
-
- utterance-retrieval
|
30 |
paperswithcode_id: pec
|
31 |
pretty_name: Persona-Based Empathetic Conversational
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
|
34 |
# Dataset Card for PEC
|
|
|
6 |
languages:
|
7 |
- en
|
8 |
licenses:
|
9 |
+
- gpl-3.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
|
|
18 |
- fill-mask
|
19 |
- text-retrieval
|
20 |
task_ids:
|
21 |
+
- dialogue-modeling
|
22 |
+
- utterance-retrieval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
paperswithcode_id: pec
|
24 |
pretty_name: Persona-Based Empathetic Conversational
|
25 |
+
configs:
|
26 |
+
- all
|
27 |
+
- happy
|
28 |
+
- offmychest
|
29 |
---
|
30 |
|
31 |
# Dataset Card for PEC
|