Instructions to use microsoft/deberta-v3-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v3-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v3-small")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v3-small", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md d92f88e
Update README.md 6f8dde6
Improve README 2e588b2
Pengcheng He commited on
Update README.md 46ce5f5
Update README.md 7aad3ba
Update README.md af93f7c
Update README.md 66be1e4
Update README.md 81ffed8
Update README.md 9f15d06
Update README.md f439f2e
Update README.md 35addd0
Update README.md e2fd614
Update README.md 96d6beb
Update README.md f7c0d71
Update README.md bfb08ac
Update README.md 7205507
Update README.md 1bd59c9
Update README.md e16fd71
Update README.md 64a329c
Update README.md 882e20a
Update README.md 72bd9e0
Update README.md 07ccdc7
Add deberta v3 small model 52978a1
Pengcheng He commited on