Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
extended
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
2d3524c
1 Parent(s): 733b673

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 +15 -32
README.md CHANGED
@@ -7,7 +7,7 @@ language_creators:
7
  languages:
8
  - en
9
  licenses:
10
- - cc-by-4-0
11
  multilinguality:
12
  - monolingual
13
  size_categories:
@@ -15,38 +15,21 @@ size_categories:
15
  source_datasets:
16
  - extended
17
  task_categories:
18
- ecthr_a:
19
- - text-classification
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
- ecthr_a:
34
- - multi-label-classification
35
- ecthr_b:
36
- - multi-label-classification
37
- eurlex:
38
- - multi-label-classification
39
- - topic-classification
40
- scotus:
41
- - multi-class-classification
42
- - topic-classification
43
- ledgar:
44
- - multi-class-classification
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"