Text Classification
Transformers
PyTorch
TensorBoard
Spanish
roberta
Generated from Trainer
acoso
twitter
cyberbullying
text-embeddings-inference
Instructions to use somosnlp-hackathon-2022/Detect-Acoso-Twitter-Es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use somosnlp-hackathon-2022/Detect-Acoso-Twitter-Es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="somosnlp-hackathon-2022/Detect-Acoso-Twitter-Es")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("somosnlp-hackathon-2022/Detect-Acoso-Twitter-Es") model = AutoModelForSequenceClassification.from_pretrained("somosnlp-hackathon-2022/Detect-Acoso-Twitter-Es") - Notebooks
- Google Colab
- Kaggle
Ctrl+K