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
Commit History
Add generator a048466
Pengcheng He commited on
Add TF checkpoint 7d66e84
Update README.md a1052d3
Update README.md 1d31a10
Update README.md 20d3ada
Update README.md c998f9d
Update README.md b2129d4
Update README.md 9ead775
Update README.md 2772bce
Update README.md 4d9496a
Add mDeBERTa base model 4d6e70c
Pengcheng He commited on
Add mDeBERTa base model 02a9971
Pengcheng He commited on