BETO Events Classifier
A fine-tuned BETO model for binary classification of Spanish news articles as event or non-event.
Labels
| Label | Id |
|---|---|
| NO_EVENTO | 0 |
| EVENTO | 1 |
Usage
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("AltYaper/beto-events")
model = AutoModelForSequenceClassification.from_pretrained("AltYaper/beto-events")
- Downloads last month
- 14
Model tree for AltYaper/beto-events
Base model
dccuchile/bert-base-spanish-wwm-uncased