Instructions to use alothomas/deberta-rad-verifier-single with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alothomas/deberta-rad-verifier-single with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="alothomas/deberta-rad-verifier-single")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("alothomas/deberta-rad-verifier-single") model = AutoModelForSequenceClassification.from_pretrained("alothomas/deberta-rad-verifier-single") - Notebooks
- Google Colab
- Kaggle
Upload DebertaV2ForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737719272
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c48e3469aea4a0d70cbd5a29975a8ed41fb896c2378baad7e3ac203b9251eac
|
| 3 |
size 737719272
|