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
Commit History
Addition of Rust model 559062a
Adding TF checkpoint 3c477ed
Update README.md ed46884
Improve README e464797
Pengcheng He commited on
Update README.md 766641b
Update README.md d586687
Update README.md e339e9c
Update README.md 41efbb1
Update README.md e69fce6
Update README.md 2c19ca0
Update README.md f98b109
Update README.md e68dde0
Update README.md 42c78fd
Update README.md e446fd5
update 19a85ba
Pengcheng He commited on
Add deberta v3 base model 5f32929
Pengcheng He commited on