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