Views
No views yet
roberta-base sequence classifier for the AG News four-class classification task.roberta-base| Label ID | Label |
|---|---|
| 0 | World |
| 1 | Sports |
| 2 | Business |
| 3 | Sci/Tech |
| Metric | Value |
|---|---|
| Test accuracy | 0.947237 |
| Test macro F1 | 0.947215 |
| Accuracy 95% Wilson CI | 0.941981–0.952041 |
| Misclassified examples | 401 |
| Single-example latency mean | 12.267 ms |
| Training time | 1285.03 s |
| Class | F1 |
|---|---|
| World | 0.955263 |
| Sports | 0.988421 |
| Business | 0.919222 |
| Sci/Tech | 0.925955 |
repo_id = "martian786/agnews-roberta-seed42-fulltext-50pct"AutoTokenizer.from_pretrained(repo_id) and AutoModelForSequenceClassification.from_pretrained(repo_id).