Datasets:
parquet-converter
commited on
Commit
•
0ceef54
1
Parent(s):
452e8b3
Update parquet files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +0 -178
- data/da/boolq.tar.gz → boolq_da/overlim-test.parquet +2 -2
- boolq_da/overlim-train.parquet +3 -0
- boolq_da/overlim-validation.parquet +3 -0
- boolq_nb/overlim-test.parquet +3 -0
- boolq_nb/overlim-train.parquet +3 -0
- boolq_nb/overlim-validation.parquet +3 -0
- boolq_sv/overlim-test.parquet +3 -0
- boolq_sv/overlim-train.parquet +3 -0
- boolq_sv/overlim-validation.parquet +3 -0
- data/da/wnli.tar.gz → cb_da/overlim-test.parquet +2 -2
- data/nb/cb.tar.gz → cb_da/overlim-train.parquet +2 -2
- data/da/cb.tar.gz → cb_da/overlim-validation.parquet +2 -2
- data/da/copa.tar.gz → cb_nb/overlim-test.parquet +2 -2
- cb_nb/overlim-train.parquet +3 -0
- cb_nb/overlim-validation.parquet +3 -0
- cb_sv/overlim-test.parquet +3 -0
- cb_sv/overlim-train.parquet +3 -0
- cb_sv/overlim-validation.parquet +3 -0
- copa_da/overlim-test.parquet +3 -0
- copa_da/overlim-train.parquet +3 -0
- copa_da/overlim-validation.parquet +3 -0
- copa_nb/overlim-test.parquet +3 -0
- copa_nb/overlim-train.parquet +3 -0
- copa_nb/overlim-validation.parquet +3 -0
- copa_sv/overlim-test.parquet +3 -0
- copa_sv/overlim-train.parquet +3 -0
- copa_sv/overlim-validation.parquet +3 -0
- data/da/qnli.tar.gz +0 -3
- data/da/qqp.tar.gz +0 -3
- data/da/sst.tar.gz +0 -3
- data/da/stsb.tar.gz +0 -3
- data/nb/boolq.tar.gz +0 -3
- data/nb/copa.tar.gz +0 -3
- data/nb/mnli.tar.gz +0 -3
- data/nb/mrpc.tar.gz +0 -3
- data/nb/qnli.tar.gz +0 -3
- data/nb/qqp.tar.gz +0 -3
- data/nb/rte.tar.gz +0 -3
- data/nb/sst.tar.gz +0 -3
- data/nb/stsb.tar.gz +0 -3
- data/nb/wnli.tar.gz +0 -3
- data/sv/boolq.tar.gz +0 -3
- data/sv/cb.tar.gz +0 -3
- data/sv/copa.tar.gz +0 -3
- data/sv/mnli.tar.gz +0 -3
- data/sv/mrpc.tar.gz +0 -3
- data/sv/qnli.tar.gz +0 -3
- data/sv/qqp.tar.gz +0 -3
- data/sv/rte.tar.gz +0 -3
README.md
DELETED
@@ -1,178 +0,0 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- other
|
4 |
-
language_creators:
|
5 |
-
- other
|
6 |
-
language:
|
7 |
-
- sv
|
8 |
-
- da
|
9 |
-
- nb
|
10 |
-
license:
|
11 |
-
- cc-by-4.0
|
12 |
-
multilinguality:
|
13 |
-
- translation
|
14 |
-
size_categories:
|
15 |
-
- unknown
|
16 |
-
source_datasets:
|
17 |
-
- extended|glue
|
18 |
-
- extended|super_glue
|
19 |
-
task_categories:
|
20 |
-
- text-classification
|
21 |
-
task_ids:
|
22 |
-
- natural-language-inference
|
23 |
-
- semantic-similarity-classification
|
24 |
-
- sentiment-classification
|
25 |
-
- text-scoring
|
26 |
-
pretty_name: overlim
|
27 |
-
tags:
|
28 |
-
- qa-nli
|
29 |
-
- paraphrase-identification
|
30 |
-
---
|
31 |
-
|
32 |
-
# Dataset Card for OverLim
|
33 |
-
|
34 |
-
## Dataset Description
|
35 |
-
|
36 |
-
- **Homepage:**
|
37 |
-
- **Repository:**
|
38 |
-
- **Paper:**
|
39 |
-
- **Leaderboard:**
|
40 |
-
- **Point of Contact:**
|
41 |
-
|
42 |
-
### Dataset Summary
|
43 |
-
|
44 |
-
The _OverLim_ dataset contains some of the GLUE and SuperGLUE tasks automatically
|
45 |
-
translated to Swedish, Danish, and Norwegian (bokmål), using the OpusMT models
|
46 |
-
for MarianMT.
|
47 |
-
|
48 |
-
The translation quality was not manually checked and may thus be faulty.
|
49 |
-
Results on these datasets should thus be interpreted carefully.
|
50 |
-
|
51 |
-
If you want to have an easy script to train and evaluate your models have a look [here](https://github.com/kb-labb/overlim_eval)
|
52 |
-
|
53 |
-
|
54 |
-
### Supported Tasks and Leaderboards
|
55 |
-
|
56 |
-
The data contains the following tasks from GLUE and SuperGLUE:
|
57 |
-
|
58 |
-
- GLUE
|
59 |
-
- `mnli`
|
60 |
-
- `mrpc`
|
61 |
-
- `qnli`
|
62 |
-
- `qqp`
|
63 |
-
- `rte`
|
64 |
-
- `sst`
|
65 |
-
- `stsb`
|
66 |
-
- `wnli`
|
67 |
-
- SuperGLUE
|
68 |
-
- `boolq`
|
69 |
-
- `cb`
|
70 |
-
- `copa`
|
71 |
-
- `rte`
|
72 |
-
|
73 |
-
### Languages
|
74 |
-
|
75 |
-
- Swedish
|
76 |
-
- Danish
|
77 |
-
- Norwegian (bokmål)
|
78 |
-
|
79 |
-
## Dataset Structure
|
80 |
-
|
81 |
-
### Data Instances
|
82 |
-
|
83 |
-
Every task has their own set of features, but all share an `idx` and `label`.
|
84 |
-
|
85 |
-
- GLUE
|
86 |
-
- `mnli`
|
87 |
-
- `premise`, `hypothesis`
|
88 |
-
- `mrpc`
|
89 |
-
- `text_a`, `text_b`
|
90 |
-
- `qnli`
|
91 |
-
- `premise`, `hypothesis`
|
92 |
-
- `qqp`
|
93 |
-
- `text_a`, `text_b`
|
94 |
-
- `sst`
|
95 |
-
- `text`
|
96 |
-
- `stsb`
|
97 |
-
- `text_a`, `text_b`
|
98 |
-
- `wnli`
|
99 |
-
- `premise`, `hypothesis`
|
100 |
-
- SuperGLUE
|
101 |
-
- `boolq`
|
102 |
-
- `question`, `passage`
|
103 |
-
- `cb`
|
104 |
-
- `premise`, `hypothesis`
|
105 |
-
- `copa`
|
106 |
-
- `premise`, `choice1`, `choice2`, `question`
|
107 |
-
- `rte`
|
108 |
-
- `premise`, `hypothesis`
|
109 |
-
|
110 |
-
### Data Splits
|
111 |
-
|
112 |
-
In order to have test-split, we repurpose the original validation-split as
|
113 |
-
test-split, and split the training-split into a new training- and
|
114 |
-
validation-split, with an 80-20 distribution.
|
115 |
-
|
116 |
-
## Dataset Creation
|
117 |
-
|
118 |
-
For more information about the individual tasks see (https://gluebenchmark.com) and (https://super.gluebenchmark.com).
|
119 |
-
|
120 |
-
### Curation Rationale
|
121 |
-
|
122 |
-
Training non-English models is easy, but there is a lack of evaluation datasets to compare their actual performance.
|
123 |
-
|
124 |
-
### Source Data
|
125 |
-
|
126 |
-
#### Initial Data Collection and Normalization
|
127 |
-
|
128 |
-
[More Information Needed]
|
129 |
-
|
130 |
-
#### Who are the source language producers?
|
131 |
-
|
132 |
-
[More Information Needed]
|
133 |
-
|
134 |
-
### Annotations
|
135 |
-
|
136 |
-
#### Annotation process
|
137 |
-
|
138 |
-
[More Information Needed]
|
139 |
-
|
140 |
-
#### Who are the annotators?
|
141 |
-
|
142 |
-
[More Information Needed]
|
143 |
-
|
144 |
-
### Personal and Sensitive Information
|
145 |
-
|
146 |
-
[More Information Needed]
|
147 |
-
|
148 |
-
## Considerations for Using the Data
|
149 |
-
|
150 |
-
### Social Impact of Dataset
|
151 |
-
|
152 |
-
[More Information Needed]
|
153 |
-
|
154 |
-
### Discussion of Biases
|
155 |
-
|
156 |
-
[More Information Needed]
|
157 |
-
|
158 |
-
### Other Known Limitations
|
159 |
-
|
160 |
-
[More Information Needed]
|
161 |
-
|
162 |
-
## Additional Information
|
163 |
-
|
164 |
-
### Dataset Curators
|
165 |
-
|
166 |
-
[More Information Needed]
|
167 |
-
|
168 |
-
### Licensing Information
|
169 |
-
|
170 |
-
[More Information Needed]
|
171 |
-
|
172 |
-
### Citation Information
|
173 |
-
|
174 |
-
[More Information Needed]
|
175 |
-
|
176 |
-
### Contributions
|
177 |
-
|
178 |
-
Thanks to [@kb-labb](https://github.com/kb-labb) for adding this dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/da/boolq.tar.gz → boolq_da/overlim-test.parquet
RENAMED
@@ -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:ca498113ebda02c917380ce8783e515cd8aa8e1653f14ca5a1a3ec4283333eea
|
3 |
+
size 1347532
|
boolq_da/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a895474f8ce8ad7fe15735129aad8a41b1c36c99a81f84653d9185ae81e17632
|
3 |
+
size 2652565
|
boolq_da/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3e1d0f4e88e37b76ba560c972ff99be5a63020990c39c6cb4aac29799b7bd59
|
3 |
+
size 1295166
|
boolq_nb/overlim-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:676e7aa81ef8c0a1d50ae31b84260bcb34003bb12e5a44ff18518a2971565c62
|
3 |
+
size 1305967
|
boolq_nb/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c8c93d8176e484244ae37b55b918637641769b6ba39f599e95da4c093eb0fe6
|
3 |
+
size 2563847
|
boolq_nb/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f78141c58642c62ec02c50bc56b65c569bc88ac3db816f24ba27db5fd28aace
|
3 |
+
size 1256779
|
boolq_sv/overlim-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:016e1d68738a8e40e475c1d80e4525fea0c148966f60a9896f5fa3666bc90f7c
|
3 |
+
size 1355934
|
boolq_sv/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66bf38abf1e0102e27258560a857d93aed0122059df6a0b45dba6c5dd39faddc
|
3 |
+
size 2662361
|
boolq_sv/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15207c10b30eef8e6f97713e8b0789165d57008b08e6c336fae81f4b100dafef
|
3 |
+
size 1303531
|
data/da/wnli.tar.gz → cb_da/overlim-test.parquet
RENAMED
@@ -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:e56520d3c03c580be74f00c03174e39c6b220422ea9d1241b788683899a8ba6d
|
3 |
+
size 19257
|
data/nb/cb.tar.gz → cb_da/overlim-train.parquet
RENAMED
@@ -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:84100934b9005b52bbbcf5965104c40370a0339329b741dde04ad8ace175c2e2
|
3 |
+
size 47578
|
data/da/cb.tar.gz → cb_da/overlim-validation.parquet
RENAMED
@@ -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:6ceb5c40c22647adc3f162e319dc84d99fce6a3e91c9aae3ed7e709e9ae96332
|
3 |
+
size 15572
|
data/da/copa.tar.gz → cb_nb/overlim-test.parquet
RENAMED
@@ -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:c8ccb8c201c7d70b33d3d545dd4d32c7dfae762347a25fb5288d9b5b90db5d72
|
3 |
+
size 18746
|
cb_nb/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2134776c1c414eac6fc1c560b4556d4cfe607a183ad8d89dbcfdcbac68878d39
|
3 |
+
size 44701
|
cb_nb/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1c7cfd4bb4ee1ab769ae856e2a0d262b9ee93e15c8aa78482b3c8a98c9a2f38
|
3 |
+
size 16084
|
cb_sv/overlim-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f8dbb81f82e52bd60392184570dd76e87deed7f0c0afb5aef93c204cbc0ccbb
|
3 |
+
size 19284
|
cb_sv/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed3f9568ed16bd1d5f8b0c6c88a54049b46403cca46eef1ac549d80eff80f3e5
|
3 |
+
size 47998
|
cb_sv/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c3cc1f3ca03df564c3336aa7fee6ef0c3ec5c761e044e7d454f3fa5fed169f
|
3 |
+
size 17230
|
copa_da/overlim-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bf3a8d23cd4b11be6376a3c42c990b1a30db6707162372a9bc37f32b77e75a2
|
3 |
+
size 12184
|
copa_da/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b15ef538416933d1dd9d73f6d002a06be4b2210413373872e514d0fce6db2061
|
3 |
+
size 28964
|
copa_da/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a35d8e3322d28b2f769b7108af1900e9a982a1f0989f8f254f8fc9ebb35e8f7
|
3 |
+
size 10280
|
copa_nb/overlim-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a3aad5de6e59ff3b70df4d7a275b6ec2c9800575efeb24586f89556de2fc00f
|
3 |
+
size 12043
|
copa_nb/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82f095f9792229dc2b1f26750b38ee3823b1a7333ce0ffc964d7d568051d2daa
|
3 |
+
size 28553
|
copa_nb/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9bb1366472435ba6bda0e4e44fb02f2353bdc540658cd5badd48337b6712f99
|
3 |
+
size 10052
|
copa_sv/overlim-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fab35b19872eb8f45d80b76d61f8829d04fa250e9d4cd6b38ba23447d3ca4fb
|
3 |
+
size 12206
|
copa_sv/overlim-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:265db68b7c56271304f8de55b559446d73880d3b67f29daa2e56526b7d3d84c0
|
3 |
+
size 28783
|
copa_sv/overlim-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66d6cb613138f81d358c7e8c4975bc5704d1c013431b72b58e534daf7576bedc
|
3 |
+
size 10317
|
data/da/qnli.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:260153f22ba714106852d1545906e77e7ce490e1220a2ac286730959e37b9278
|
3 |
-
size 11157410
|
|
|
|
|
|
|
|
data/da/qqp.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dd6169eab55cdd5d921328207a5a7facd2789ecbad3dd247c6b33d981b849319
|
3 |
-
size 21500446
|
|
|
|
|
|
|
|
data/da/sst.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5fd539bff626886cf16d31223fa055b5abc3806684606e6e65a7978024fe96de
|
3 |
-
size 1929166
|
|
|
|
|
|
|
|
data/da/stsb.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c80b4d35b817d427f3bb2174039c44881957ad2b020e60dff6968e717fc8acdb
|
3 |
-
size 368211
|
|
|
|
|
|
|
|
data/nb/boolq.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0038ecb49187122ecd3e4607ca3a2db2afae27fd8293279ec805d809d5567de8
|
3 |
-
size 3254901
|
|
|
|
|
|
|
|
data/nb/copa.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:743dc02ade29e7cb4cb77f6716fcfd949635114f889ff3daec6f09bb6592f541
|
3 |
-
size 22695
|
|
|
|
|
|
|
|
data/nb/mnli.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7bdcd02d1cb2c5fd3996011032aa1a4eef96a4dae6b4d812f96ebd0a5fcd1349
|
3 |
-
size 29771448
|
|
|
|
|
|
|
|
data/nb/mrpc.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3af04ec9abc76e422562751c44edbf6bea4341ed64b231e11d9b05c414d81a15
|
3 |
-
size 368694
|
|
|
|
|
|
|
|
data/nb/qnli.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:604c6ccc69b081c3ff24072d97918b547e58f4b3c4b744072c1b750068930088
|
3 |
-
size 10724704
|
|
|
|
|
|
|
|
data/nb/qqp.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f2b0000dfb7f68a277b5b961fe40d78ede324d4fd455a868919e5795cfb41d11
|
3 |
-
size 21097603
|
|
|
|
|
|
|
|
data/nb/rte.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c764579d7ac464fae4b295894a9e36c188707283ae02b8e0dfdcf9e86caf84ab
|
3 |
-
size 379837
|
|
|
|
|
|
|
|
data/nb/sst.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4f932332d705d01675fe565cf356ce4a22eaa2ebf4f4ebf68c3471fd43548d9c
|
3 |
-
size 1905948
|
|
|
|
|
|
|
|
data/nb/stsb.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ddb82ab7453e90010bd27fe470a887a02e96305907994bfce39230d9379b00b8
|
3 |
-
size 368825
|
|
|
|
|
|
|
|
data/nb/wnli.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:07f94f2f11b502ebc188f05ecb83a4f89823d5bb4d0ae4b5b10c3052ecb8fdf9
|
3 |
-
size 29677
|
|
|
|
|
|
|
|
data/sv/boolq.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:159555cd9b2c93ed20480ee3bd2b7e3cb016b7929b81e121fbd0f2d1a030b074
|
3 |
-
size 3368913
|
|
|
|
|
|
|
|
data/sv/cb.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:85587d9ab0ca5cadbb1f1ebad65b648a79c65baff84989334444f503b451752e
|
3 |
-
size 41036
|
|
|
|
|
|
|
|
data/sv/copa.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ddea054e155a16c8857ed078073943058b4fe2ca4c59155d52afafc878ce5722
|
3 |
-
size 22790
|
|
|
|
|
|
|
|
data/sv/mnli.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b5f40c836e15fdd2b2aaad3ea8792a7a8b1cb4ac6fb5baacc6cf13933cdc7319
|
3 |
-
size 30839949
|
|
|
|
|
|
|
|
data/sv/mrpc.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:13900c98246c7389bf8eda4d54e82042a6c1aed095ad26b60582919b7e8380a4
|
3 |
-
size 381946
|
|
|
|
|
|
|
|
data/sv/qnli.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0c9205a5f0f8c2119c3e1d67e5f621201a089a39bd9335d64b51a86a87f90ad3
|
3 |
-
size 11218767
|
|
|
|
|
|
|
|
data/sv/qqp.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c54b8b76973671f5ef1ad8d87a7f2a292851c69b36a8bdbb2c93eaa05607cefb
|
3 |
-
size 21998351
|
|
|
|
|
|
|
|
data/sv/rte.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e77ce27a918be490ddf3f39dd7b25ae9dca202e82bd037b01fca0dc5ddedf8d0
|
3 |
-
size 395529
|
|
|
|
|
|
|
|