Text Classification
Transformers
PyTorch
Safetensors
English
roberta
hate-speech
text-embeddings-inference
Instructions to use classla/roberta-base-frenk-hate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use classla/roberta-base-frenk-hate with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="classla/roberta-base-frenk-hate")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("classla/roberta-base-frenk-hate") model = AutoModelForSequenceClassification.from_pretrained("classla/roberta-base-frenk-hate", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5632cc0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ce1777f57fcd02147bbc1c1cf75fc9c67b3ba4c574d2452cc3b23da963c26765
size 501037225
|