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
|
@@ -26,7 +26,7 @@ We present the dev results on SQuAD 1.1/2.0 and MNLI tasks.
|
|
| 26 |
| RoBERTa-base | 91.5/84.6 | 83.7/80.5 | 87.6 |
|
| 27 |
| XLNet-base | -/- | -/80.2 | 86.8 |
|
| 28 |
|DeBERTa-base |93.1/87.2| 86.2/83.1| 88.8|
|
| 29 |
-
| **DeBERTa-v3-small** | -/- | -/- | 88.
|
| 30 |
| DeBERTa-v3-small+SiFT | -/- | -/- | 88.8 |
|
| 31 |
|
| 32 |
|
|
|
|
| 26 |
| RoBERTa-base | 91.5/84.6 | 83.7/80.5 | 87.6 |
|
| 27 |
| XLNet-base | -/- | -/80.2 | 86.8 |
|
| 28 |
|DeBERTa-base |93.1/87.2| 86.2/83.1| 88.8|
|
| 29 |
+
| **DeBERTa-v3-small** | -/- | -/- | 88.1 |
|
| 30 |
| DeBERTa-v3-small+SiFT | -/- | -/- | 88.8 |
|
| 31 |
|
| 32 |
|