Felix
commited on
Commit
•
874318c
1
Parent(s):
89e09da
fix typo
Browse files- superlim-2.py +1 -1
superlim-2.py
CHANGED
@@ -105,7 +105,7 @@ The Swedish Word-in-Context dataset provides a benchmark for evaluating distribu
|
|
105 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
106 |
_URL = "https://huggingface.co/datasets/sbx/superlim-2/tree/main/data/"
|
107 |
_TASKS = {
|
108 |
-
"absabank": "ABSAbank-
|
109 |
"dalaj": "DaLAJ",
|
110 |
"swesim_relatedness": "SuperSim_relatedness",
|
111 |
"swesim_similarity": "SuperSim_similarity",
|
|
|
105 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
106 |
_URL = "https://huggingface.co/datasets/sbx/superlim-2/tree/main/data/"
|
107 |
_TASKS = {
|
108 |
+
"absabank": "ABSAbank-Imm",
|
109 |
"dalaj": "DaLAJ",
|
110 |
"swesim_relatedness": "SuperSim_relatedness",
|
111 |
"swesim_similarity": "SuperSim_similarity",
|