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
Commit ·
a4c41b1
1
Parent(s): 43d13d5
Adding TF checkpoint
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4acc9091ea792243df144e2ec7fb97d2729aaf77adab9290eb25ddc693af2f9
|
| 3 |
+
size 283006984
|