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.940132 |
| Test macro F1 | 0.940157 |
| Accuracy 95% Wilson CI | 0.934572–0.945246 |
| Misclassified examples | 455 |
| Single-example latency mean | 11.825 ms |
| Training time | 806.70 s |
| Class | F1 |
|---|---|
| World | 0.951528 |
| Sports | 0.988403 |
| Business | 0.905770 |
| Sci/Tech | 0.914927 |
repo_id = "martian786/agnews-roberta-seed42-fulltext-25pct"AutoTokenizer.from_pretrained(repo_id) and AutoModelForSequenceClassification.from_pretrained(repo_id).