Commit
•
50b3695
1
Parent(s):
5fdec14
Fix task tags (#2)
Browse files- Fix task tags (adf49cf0d0f1de2dfc58faf571a3bdba4e815e64)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -37,16 +37,16 @@ size_categories:
|
|
37 |
source_datasets:
|
38 |
- original
|
39 |
task_categories:
|
40 |
-
- text-classification
|
41 |
- token-classification
|
|
|
42 |
task_ids:
|
43 |
- multi-class-classification
|
44 |
- multi-label-classification
|
45 |
-
- topic-classification
|
46 |
- named-entity-recognition
|
47 |
-
-
|
48 |
pretty_name: 'LEXTREME: A Multilingual Legal Benchmark for Natural Language Understanding'
|
49 |
tags:
|
|
|
50 |
- judgement-prediction
|
51 |
---
|
52 |
|
|
|
37 |
source_datasets:
|
38 |
- original
|
39 |
task_categories:
|
|
|
40 |
- token-classification
|
41 |
+
- text-classification
|
42 |
task_ids:
|
43 |
- multi-class-classification
|
44 |
- multi-label-classification
|
|
|
45 |
- named-entity-recognition
|
46 |
+
- topic-classification
|
47 |
pretty_name: 'LEXTREME: A Multilingual Legal Benchmark for Natural Language Understanding'
|
48 |
tags:
|
49 |
+
- named-entity-recognition-and-classification
|
50 |
- judgement-prediction
|
51 |
---
|
52 |
|