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
@@ -7,7 +7,7 @@ language_creators:
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
-
- cc-by-4
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
@@ -15,38 +15,21 @@ size_categories:
|
|
15 |
source_datasets:
|
16 |
- extended
|
17 |
task_categories:
|
18 |
-
|
19 |
-
|
20 |
-
ecthr_b:
|
21 |
-
- text-classification
|
22 |
-
eurlex:
|
23 |
-
- text-classification
|
24 |
-
scotus:
|
25 |
-
- text-classification
|
26 |
-
unfair_tos:
|
27 |
-
- text-classification
|
28 |
-
ledgar:
|
29 |
-
- text-classification
|
30 |
-
case_hold:
|
31 |
-
- question-answering
|
32 |
task_ids:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
- topic-classification
|
46 |
-
unfair_tos:
|
47 |
-
- multi-label-classification
|
48 |
-
case_hold:
|
49 |
-
- multiple-choice-qa
|
50 |
---
|
51 |
|
52 |
# Dataset Card for "LexGLUE"
|
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
+
- cc-by-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
|
|
15 |
source_datasets:
|
16 |
- extended
|
17 |
task_categories:
|
18 |
+
- question-answering
|
19 |
+
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
task_ids:
|
21 |
+
- multi-class-classification
|
22 |
+
- multi-label-classification
|
23 |
+
- multiple-choice-qa
|
24 |
+
- topic-classification
|
25 |
+
configs:
|
26 |
+
- case_hold
|
27 |
+
- ecthr_a
|
28 |
+
- ecthr_b
|
29 |
+
- eurlex
|
30 |
+
- ledgar
|
31 |
+
- scotus
|
32 |
+
- unfair_tos
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# Dataset Card for "LexGLUE"
|