Instructions to use ydshieh/tiny-random-DebertaForMaskedLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ydshieh/tiny-random-DebertaForMaskedLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ydshieh/tiny-random-DebertaForMaskedLM")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ydshieh/tiny-random-DebertaForMaskedLM") model = AutoModelForMaskedLM.from_pretrained("ydshieh/tiny-random-DebertaForMaskedLM") - Notebooks
- Google Colab
- Kaggle
Update tiny models for DebertaForMaskedLM
#1
by ydshieh HF Staff - opened
- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 370241
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d98f588022d5b65edbb79d986939aaa0d9e63853c46f040dd5dd275d444a26e
|
| 3 |
size 370241
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 661336
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b234bccd244d29bd8cc33cf222915d48b1c9ba79a9b55dcb811bd40383f44399
|
| 3 |
size 661336
|