Update README.md
Browse files
README.md
CHANGED
|
@@ -22,9 +22,10 @@ We present the dev results on SQuAD 1.1/2.0 and MNLI tasks.
|
|
| 22 |
|
| 23 |
| Model | SQuAD 1.1 | SQuAD 2.0 | MNLI-m |
|
| 24 |
|-------------------|-----------|-----------|--------|
|
| 25 |
-
| RoBERTa-
|
| 26 |
-
| XLNet-
|
| 27 |
-
|
|
|
|
|
| 28 |
|
| 29 |
### Citation
|
| 30 |
|
|
|
|
| 22 |
|
| 23 |
| Model | SQuAD 1.1 | SQuAD 2.0 | MNLI-m |
|
| 24 |
|-------------------|-----------|-----------|--------|
|
| 25 |
+
| RoBERTa-large | 94.6/88.9 | 89.4/86.5 | 90.2 |
|
| 26 |
+
| XLNet-large | 95.1/89.7 | 90.6/87.9 | 90.8 |
|
| 27 |
+
| DeBERTa-large | -/- | 90.7/88.0 | 91.5 |
|
| 28 |
+
| **DeBERTa-v3-large** | -/- | 91.5/89.0 | 92.0 |
|
| 29 |
|
| 30 |
### Citation
|
| 31 |
|