Instructions to use ydshieh/tiny-random-DebertaModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ydshieh/tiny-random-DebertaModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ydshieh/tiny-random-DebertaModel")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ydshieh/tiny-random-DebertaModel") model = AutoModel.from_pretrained("ydshieh/tiny-random-DebertaModel") - Notebooks
- Google Colab
- Kaggle
Update tiny models for DebertaModel
#4
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 359312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71004c651a9eb3b50d633afdf3a14ce4df7698bd7595a56f6f8a4a677a6f9d02
|
| 3 |
size 359312
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55b1253ac0fab941d2659b97267ce18b3162757695dfc58357bd015267a2ad6c
|
| 3 |
size 438128
|