Felix
commited on
Commit
•
97412fb
1
Parent(s):
1889f0b
new splits of supersim, sweana and swesat
Browse files- data/supersim-superlim/supersim-superlim-relatedness_test.jsonl +2 -2
- data/supersim-superlim/supersim-superlim-relatedness_train.jsonl +3 -0
- data/supersim-superlim/supersim-superlim-similarity_test.jsonl +2 -2
- data/supersim-superlim/supersim-superlim-similarity_train.jsonl +3 -0
- data/sweanalogy/sweanalogy_test.jsonl +2 -2
- data/sweanalogy/sweanalogy_train.jsonl +3 -0
- data/swesat-synonyms/swesat-synonyms_test.jsonl +2 -2
- data/swesat-synonyms/swesat-synonyms_train.jsonl +3 -0
- superlim-2.py +1 -1
data/supersim-superlim/supersim-superlim-relatedness_test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:051c8f9c80217220fe6ffc1e789851575bb722e38d21130759ae4940e603ec7d
|
3 |
+
size 125365
|
data/supersim-superlim/supersim-superlim-relatedness_train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab738815aa015dbc5e7d67fe586225e1ad9f15bef3e843421fc7c2fcaa4b50c8
|
3 |
+
size 13491
|
data/supersim-superlim/supersim-superlim-similarity_test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79d01e48f689f3721f3eff688d6c3a5df909ee89ff4ed7c749715af5527b2713
|
3 |
+
size 123754
|
data/supersim-superlim/supersim-superlim-similarity_train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59988af4f936ca2a10c4992e88a654b8b30cd0513e1f2ca6230d07e03c0b1a6f
|
3 |
+
size 13316
|
data/sweanalogy/sweanalogy_test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eecf464ef61308f948ba46ee4ae0e3e0e4a8140a1e9fdb5c121b679d577e7150
|
3 |
+
size 2701973
|
data/sweanalogy/sweanalogy_train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39003ba1a2074c2efe9797def49c23b0457f2046b4b4d06d4356adbd5e7f133b
|
3 |
+
size 297309
|
data/swesat-synonyms/swesat-synonyms_test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53ea577b478ab58e19fdd96f94f4ba4058cc3a5fe59da2fa08e39035041fa14e
|
3 |
+
size 131568
|
data/swesat-synonyms/swesat-synonyms_train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b20e570c0619c4c3bd98c6b2b0b939338f73b1ad2b09ef38b1c1c25d7f276bf
|
3 |
+
size 14696
|
superlim-2.py
CHANGED
@@ -358,7 +358,7 @@ class SuperLim(datasets.GeneratorBasedBuilder):
|
|
358 |
},
|
359 |
)
|
360 |
splits.append(split_dev)
|
361 |
-
if self.config.name in ("absabank-imm", "argumentation_sent", "dalaj-ged", "swefaq", "swewic", "swemnli", "swedn", "swepar"):
|
362 |
data_dir_train = dl_manager.download_and_extract(os.path.join(_URL,DATA_FOLDER,f"{_TASKS[self.config.name]}_train.{file_format}"))
|
363 |
split_train = datasets.SplitGenerator(
|
364 |
name=datasets.Split.TRAIN,
|
|
|
358 |
},
|
359 |
)
|
360 |
splits.append(split_dev)
|
361 |
+
if self.config.name in ("absabank-imm", "argumentation_sent", "dalaj-ged", "swefaq", "swewic", "swemnli", "swedn", "swepar", "swesim", "swesat", "sweana"):
|
362 |
data_dir_train = dl_manager.download_and_extract(os.path.join(_URL,DATA_FOLDER,f"{_TASKS[self.config.name]}_train.{file_format}"))
|
363 |
split_train = datasets.SplitGenerator(
|
364 |
name=datasets.Split.TRAIN,
|