Update README.md
Browse files
README.md
CHANGED
@@ -175,10 +175,12 @@ All of our models attained good accuracy values, in the range of 0.65, as can be
|
|
175 |
|
176 |
We are currently in the process of applying our language models to downstream tasks.
|
177 |
|
178 |
-
|
|
|
179 |
Using sequence length 128 we have achieved exact match 50.96 and F1 68.74.
|
180 |
|
181 |
-
|
|
|
182 |
All models trained with max length 512 and batch size 8, using the CoNLL 2002 dataset.
|
183 |
|
184 |
<figure>
|
@@ -200,7 +202,7 @@ All models trained with max length 512 and batch size 8, using the CoNLL 2002 da
|
|
200 |
</figure>
|
201 |
|
202 |
|
203 |
-
|
204 |
All models trained with max length 512 and batch size 8, using the CoNLL 2002 dataset.
|
205 |
|
206 |
<figure>
|
@@ -222,7 +224,7 @@ All models trained with max length 512 and batch size 8, using the CoNLL 2002 da
|
|
222 |
</figure>
|
223 |
|
224 |
|
225 |
-
|
226 |
All models trained with max length 512 and batch size 8. The accuracy values in this case are a bit surprising (given some models are below 0.60 while others are close to 0.90), so these were run 3 times, with very similar results (these are the metrics for the last run).
|
227 |
|
228 |
<figure>
|
@@ -243,7 +245,8 @@ All models trained with max length 512 and batch size 8. The accuracy values in
|
|
243 |
<caption>Table 5. Results for PAWS-X.</caption>
|
244 |
</figure>
|
245 |
|
246 |
-
|
|
|
247 |
All models trained with max length 256 and batch size 16.
|
248 |
|
249 |
<figure>
|
|
|
175 |
|
176 |
We are currently in the process of applying our language models to downstream tasks.
|
177 |
|
178 |
+
|
179 |
+
## SQUAD-es
|
180 |
Using sequence length 128 we have achieved exact match 50.96 and F1 68.74.
|
181 |
|
182 |
+
|
183 |
+
## POS
|
184 |
All models trained with max length 512 and batch size 8, using the CoNLL 2002 dataset.
|
185 |
|
186 |
<figure>
|
|
|
202 |
</figure>
|
203 |
|
204 |
|
205 |
+
## NER
|
206 |
All models trained with max length 512 and batch size 8, using the CoNLL 2002 dataset.
|
207 |
|
208 |
<figure>
|
|
|
224 |
</figure>
|
225 |
|
226 |
|
227 |
+
## PAWS-X
|
228 |
All models trained with max length 512 and batch size 8. The accuracy values in this case are a bit surprising (given some models are below 0.60 while others are close to 0.90), so these were run 3 times, with very similar results (these are the metrics for the last run).
|
229 |
|
230 |
<figure>
|
|
|
245 |
<caption>Table 5. Results for PAWS-X.</caption>
|
246 |
</figure>
|
247 |
|
248 |
+
|
249 |
+
## CNLI
|
250 |
All models trained with max length 256 and batch size 16.
|
251 |
|
252 |
<figure>
|