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 ·
23bfba9
1
Parent(s): d92f88e
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:0239ab1f2d2be4a7b184cc37fe6e58e36bc536d2b2b24efe0ce654d203ef0c94
|
| 3 |
+
size 565356816
|