Text Classification
Transformers
Safetensors
Romanian
bert
Generated from Trainer
roberta
fine-tuned
romanian
toxicity
hate-speech
abuse
political
elections
text-embeddings-inference
Instructions to use olimpia20/toxicity_results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use olimpia20/toxicity_results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="olimpia20/toxicity_results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("olimpia20/toxicity_results") model = AutoModelForSequenceClassification.from_pretrained("olimpia20/toxicity_results") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!