Datasets:
Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: SwissJudgementClassification
|
| 2 |
+
description: Multilingual, diachronic dataset of Swiss Federal Supreme Court cases
|
| 3 |
+
annotated with the respective binarized judgment outcome (approval/dismissal)
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: SwissJudgementClassification
|
| 7 |
+
- id: SwissJudgementClassification_de_test
|
| 8 |
+
config: de
|
| 9 |
+
split: test
|
| 10 |
+
- id: SwissJudgementClassification_fr_test
|
| 11 |
+
config: fr
|
| 12 |
+
split: test
|
| 13 |
+
- id: SwissJudgementClassification_it_test
|
| 14 |
+
config: it
|
| 15 |
+
split: test
|