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