Pablogps commited on
Commit
e6ba6f0
1 Parent(s): 984e69d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -201,6 +201,24 @@ We are currently in the process of applying our language models to downstream ta
201
 
202
  </figure>
203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
 
205
  ## SQUAD-es
206
  Using sequence length 128 we have achieved exact match 50.96 and F1 68.74.
201
 
202
  </figure>
203
 
204
+ <figure>
205
+
206
+ <caption>Table x.</caption>
207
+
208
+ | Model | CoNLL 2002-POS (F1/Acc) | CoNLL 2002-NER (F1/Acc) |
209
+ |--------------|-------------------------|-------------------------|
210
+ | BERT-m | 0.9629 / 0.9687 | |
211
+ | BERT-wwm | 0.9642 / 0.9700 | |
212
+ | BSC-BNE | 0.9659 / 0.9707 | |
213
+ | Beta | 0.9638 / 0.9690 | |
214
+ | Random | 0.9656 / 0.9704 | |
215
+ | Stepwise | 0.9656 / 0.9707 | |
216
+ | Gaussian | 0.9662 / 0.9709 | |
217
+ | Random-512 | 0.9660 / 0.9707 | |
218
+ | Gaussian-512 | **0.9662 / 0.9714** | |
219
+
220
+ </figure>
221
+
222
 
223
  ## SQUAD-es
224
  Using sequence length 128 we have achieved exact match 50.96 and F1 68.74.