Instructions to use microsoft/deberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7d4c012 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:16442fa0caaa8927e020e212b89b354db00a85f06c9b68eda20815233f619414
size 554669920
|