Text Classification
Transformers
PyTorch
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use Elron/deberta-v3-large-hate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Elron/deberta-v3-large-hate with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Elron/deberta-v3-large-hate")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Elron/deberta-v3-large-hate") model = AutoModelForSequenceClassification.from_pretrained("Elron/deberta-v3-large-hate") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5b50f24 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ab5223d2f36ffa1a5fa517d7faaf2c139d4aa6881beafc0a86c86709ddeb5fbb
size 1740393387
|