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: 129 Bytes
5b50f24 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:905229a66e041e28383381e29a8c40d438d511982854d7195ae501648f5d83ad
size 3311
|