Instructions to use microsoft/deberta-v3-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v3-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v3-small")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v3-small", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ We present the dev results on SQuAD 1.1/2.0 and MNLI tasks.
|
|
| 25 |
| RoBERTa-base | 91.5/84.6 | 83.7/80.5 | 87.6 |
|
| 26 |
| XLNet-base | -/- | -/80.2 | 86.8 |
|
| 27 |
| **DeBERTa-v3-small** | 93.1/87.2 | 86.2/83.1 | 88.2 |
|
|
|
|
| 28 |
|
| 29 |
|
| 30 |
### Citation
|
|
|
|
| 25 |
| RoBERTa-base | 91.5/84.6 | 83.7/80.5 | 87.6 |
|
| 26 |
| XLNet-base | -/- | -/80.2 | 86.8 |
|
| 27 |
| **DeBERTa-v3-small** | 93.1/87.2 | 86.2/83.1 | 88.2 |
|
| 28 |
+
| +SiFT | -/- | -/- | 88.8 |
|
| 29 |
|
| 30 |
|
| 31 |
### Citation
|