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
|
@@ -30,7 +30,7 @@ We present the dev results on SQuAD 2.0 and MNLI tasks.
|
|
| 30 |
| DeBERTa-base |50 |100 | 86.2/83.1| 88.8/88.5|
|
| 31 |
| DeBERTa-v3-large|128|304 | | - |
|
| 32 |
| DeBERTa-v3-base |128|86 | 88.4/85.4 | 90.6/90.7|
|
| 33 |
-
| **DeBERTa-v3-small** |128|44 | 82.8/80.4 | 88.3/87.7|
|
| 34 |
| DeBERTa-v3-small+SiFT|128|22 | -/- | 88.8/88.5|
|
| 35 |
|
| 36 |
|
|
|
|
| 30 |
| DeBERTa-base |50 |100 | 86.2/83.1| 88.8/88.5|
|
| 31 |
| DeBERTa-v3-large|128|304 | | - |
|
| 32 |
| DeBERTa-v3-base |128|86 | 88.4/85.4 | 90.6/90.7|
|
| 33 |
+
| **DeBERTa-v3-small** |128|**44** | **82.8/80.4** | **88.3/87.7**|
|
| 34 |
| DeBERTa-v3-small+SiFT|128|22 | -/- | 88.8/88.5|
|
| 35 |
|
| 36 |
|