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
Browse filesSee docs: https://huggingface.co/docs/hub/models-widgets#enabling-a-widget
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 |
---
|