book genre classifiers
Collection
text classification models for book genres
•
5 items
•
Updated
•
1
This model is a fine-tuned version of google/mobilebert-uncased for multi-label classification (18 labels).
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.
There are 18 labels, these are already integrated into the config.json
and should be output by the model:
"id2label": {
"0": "History & Politics",
"1": "Health & Medicine",
"2": "Mystery & Thriller",
"3": "Arts & Design",
"4": "Self-Help & Wellness",
"5": "Sports & Recreation",
"6": "Non-Fiction",
"7": "Science Fiction & Fantasy",
"8": "Countries & Geography",
"9": "Other",
"10": "Nature & Environment",
"11": "Business & Finance",
"12": "Romance",
"13": "Philosophy & Religion",
"14": "Literature & Fiction",
"15": "Science & Technology",
"16": "Children & Young Adult",
"17": "Food & Cooking"
},
It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
Base model
google/mobilebert-uncased