Instructions to use microsoft/deberta-v3-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v3-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v3-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v3-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Add task to enable widget (#1)
Browse files- Add task to enable widget (18c2fb39529815cff961bc54ba5461ade1dcefea)
Co-authored-by: Lewis Tunstall <lewtun@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -3,6 +3,7 @@ language: en
|
|
| 3 |
tags:
|
| 4 |
- deberta
|
| 5 |
- deberta-v3
|
|
|
|
| 6 |
thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
|
| 7 |
license: mit
|
| 8 |
---
|
|
|
|
| 3 |
tags:
|
| 4 |
- deberta
|
| 5 |
- deberta-v3
|
| 6 |
+
- fill-mask
|
| 7 |
thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
|
| 8 |
license: mit
|
| 9 |
---
|