dataset tools books book genre

mobilebert-uncased-title2genre

This model is a fine-tuned version of google/mobilebert-uncased for multi-label classification (18 labels).

Model description

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.

Details

Labels

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"
  },

Eval results (validation)

It achieves the following results on the evaluation set:

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Framework versions