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
Adding `safetensors` variant of this model
#6
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0cfe55da42e931e039bc754e760e34d583a094b8cce8383b0a0cd17ddea20b8
|
| 3 |
+
size 350908
|