joelniklaus
commited on
Commit
•
10f1402
1
Parent(s):
46ede22
adapted data loader
Browse files- lextreme.py +1 -1
lextreme.py
CHANGED
@@ -127,7 +127,7 @@ _BRAZILIAN_COURT_DECISIONS_UNANIMITY = {
|
|
127 |
_SWISS_JUDGMENT_PREDICTION = {
|
128 |
"task_type": TaskType.SLTC,
|
129 |
"hf_hub_name": "swiss_judgment_prediction",
|
130 |
-
"config_name": "
|
131 |
"input_col": "text",
|
132 |
"label_col": "label",
|
133 |
"url": "https://github.com/JoelNiklaus/SwissCourtRulingCorpus",
|
|
|
127 |
_SWISS_JUDGMENT_PREDICTION = {
|
128 |
"task_type": TaskType.SLTC,
|
129 |
"hf_hub_name": "swiss_judgment_prediction",
|
130 |
+
"config_name": "all",
|
131 |
"input_col": "text",
|
132 |
"label_col": "label",
|
133 |
"url": "https://github.com/JoelNiklaus/SwissCourtRulingCorpus",
|