book genre classifiers
Collection
text classification models for book genres
•
5 items
•
Updated
•
1
This model is a fine-tuned version of roberta-large-mnli on an unknown dataset. It achieves the following results on the evaluation set:
This classifies one or more genre labels in a multi-label setting for a given book title.
The 'standard' way of interpreting the predictions is that the predicted labels for a given example are only the ones with a greater than 50% probability.
The following hyperparameters were used during training:
Training Loss | Epoch | Step | Validation Loss | F1 |
---|---|---|---|---|
0.3096 | 1.0 | 62 | 0.2862 | 0.3707 |
0.2863 | 2.0 | 124 | 0.2804 | 0.4422 |
0.2618 | 3.0 | 186 | 0.2773 | 0.4989 |
0.2432 | 4.0 | 248 | 0.2764 | 0.5223 |
0.2241 | 5.0 | 310 | 0.2758 | 0.5464 |
Base model
FacebookAI/roberta-large-mnli