Datasets:
Commit
•
306a795
1
Parent(s):
26a9975
Fix task_ids as an array (#3)
Browse files- Fix task_ids as an array (6aeef197ad7a210c35f75febfd83d2c0906d5ef4)
README.md
CHANGED
@@ -35,30 +35,13 @@ size_categories:
|
|
35 |
source_datasets:
|
36 |
- extended
|
37 |
task_categories:
|
38 |
-
|
39 |
-
- text-classification
|
40 |
-
scotus:
|
41 |
-
- text-classification
|
42 |
-
fscs:
|
43 |
-
- text-classification
|
44 |
-
cail:
|
45 |
-
- text-classification
|
46 |
task_ids:
|
47 |
-
ecthr:
|
48 |
- multi-label-classification
|
49 |
- text-classification-other-bias
|
50 |
- text-classification-other-gender-bias
|
51 |
-
scotus:
|
52 |
-
- multi-class-classification
|
53 |
- topic-classification
|
54 |
-
- text-classification-other-bias
|
55 |
-
fscs:
|
56 |
- multi-class-classification
|
57 |
-
- text-classification-other-bias
|
58 |
-
cail:
|
59 |
-
- multi-class-classification
|
60 |
-
- text-classification-other-bias
|
61 |
-
- text-classification-other-gender-bias
|
62 |
---
|
63 |
|
64 |
# Dataset Card for "FairLex"
|
|
|
35 |
source_datasets:
|
36 |
- extended
|
37 |
task_categories:
|
38 |
+
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
task_ids:
|
|
|
40 |
- multi-label-classification
|
41 |
- text-classification-other-bias
|
42 |
- text-classification-other-gender-bias
|
|
|
|
|
43 |
- topic-classification
|
|
|
|
|
44 |
- multi-class-classification
|
|
|
|
|
|
|
|
|
|
|
45 |
---
|
46 |
|
47 |
# Dataset Card for "FairLex"
|