Instructions to use microsoft/deberta-v3-xsmall with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v3-xsmall with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v3-xsmall")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v3-xsmall", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Upload DeBERTina.png
#3
by tgsc - opened
This comment has been hidden
tgsc changed pull request status to closed
Sorry, trained deberta v3 in portuguese and unfortunately made a mistake uploading the photo to the wrong repo because of 'xsmall'.