Instructions to use microsoft/mdeberta-v3-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/mdeberta-v3-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/mdeberta-v3-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/mdeberta-v3-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Add task tag to enable widget
Browse filesSee docs: https://huggingface.co/docs/hub/models-widgets#enabling-a-widget
README.md
CHANGED
|
@@ -20,6 +20,7 @@ tags:
|
|
| 20 |
- deberta
|
| 21 |
- deberta-v3
|
| 22 |
- mdeberta
|
|
|
|
| 23 |
thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
|
| 24 |
license: mit
|
| 25 |
---
|
|
|
|
| 20 |
- deberta
|
| 21 |
- deberta-v3
|
| 22 |
- mdeberta
|
| 23 |
+
- fill-mask
|
| 24 |
thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
|
| 25 |
license: mit
|
| 26 |
---
|