Datasets:
ArXiv:
Commit ·
e6bf9e3
1
Parent(s): 09d6c93
Fix tasks as arrays (#3)
Browse files- Fix tasks as arrays (49f5d3113696bd8497efb942fba91e74007fcdea)
README.md
CHANGED
|
@@ -31,22 +31,12 @@ multilinguality:
|
|
| 31 |
source_datasets:
|
| 32 |
- extended
|
| 33 |
task_categories:
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
lener_br:
|
| 37 |
-
- token-classification
|
| 38 |
-
multi_eurlex:
|
| 39 |
-
- text-classification
|
| 40 |
-
swissJudgmentPrediction:
|
| 41 |
-
- text-classification
|
| 42 |
task_ids:
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
- named-entity-recognition
|
| 47 |
-
multi_eurlex::
|
| 48 |
-
- multi-label-classification
|
| 49 |
-
- topic-classification
|
| 50 |
---
|
| 51 |
|
| 52 |
# Dataset Card for "LegalGLUE"
|
|
|
|
| 31 |
source_datasets:
|
| 32 |
- extended
|
| 33 |
task_categories:
|
| 34 |
+
- text-classification
|
| 35 |
+
- token-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
task_ids:
|
| 37 |
+
- named-entity-recognition
|
| 38 |
+
- multi-label-classification
|
| 39 |
+
- topic-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
---
|
| 41 |
|
| 42 |
# Dataset Card for "LegalGLUE"
|