Upload CLISTER.py
Browse files- CLISTER.py +2 -0
CLISTER.py
CHANGED
@@ -131,6 +131,8 @@ class CLISTER(datasets.GeneratorBasedBuilder):
|
|
131 |
"label": e["sim"],
|
132 |
})
|
133 |
|
|
|
|
|
134 |
if split != "test":
|
135 |
|
136 |
ids = [r["id"] for r in all_res]
|
|
|
131 |
"label": e["sim"],
|
132 |
})
|
133 |
|
134 |
+
key += 1
|
135 |
+
|
136 |
if split != "test":
|
137 |
|
138 |
ids = [r["id"] for r in all_res]
|