singer_id_model / config.json
peterjwms's picture
Training in progress, epoch 1
e34884c
raw
history blame
No virus
3.13 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Journey",
"1": "The Killers",
"2": "Taylor Swift",
"3": "The Beatles",
"4": "George Strait",
"5": "Fleetwood Mac",
"6": "Michael Jackson",
"7": "OutKast",
"8": "Cat Stevens",
"9": "Coldplay",
"10": "Phil Collins",
"11": "Whitney Houston",
"12": "Paul Simon",
"13": "Adele",
"14": "Ed Sheeran",
"15": "Post Malone",
"16": "Sara Bareilles",
"17": "J. Cole",
"18": "Talking Heads",
"19": "Muse",
"20": "Carrie Underwood",
"21": "Johnny Cash",
"22": "The Beach Boys",
"23": "The Weeknd",
"24": "Elton John",
"25": "The Lumineers",
"26": "Jacob Collier",
"27": "Phoebe Bridgers",
"28": "Neil Young",
"29": "Pink Floyd",
"30": "The Strokes",
"31": "The Kooks",
"32": "The Postal Service",
"33": "Beyonc\u00e9",
"34": "ABBA",
"35": "Zach Bryan",
"36": "Jack Johnson",
"37": "Bruce Springsteen",
"38": "Justin Bieber",
"39": "Lorde",
"40": "Rick Astley",
"41": "My Chemical Romance",
"42": "Kenny Rogers",
"43": "Fall Out Boy",
"44": "Ariana Grande",
"45": "Nickel Creek",
"46": "Daft Punk",
"47": "Beastie Boys",
"48": "Nat King Cole",
"49": "Louis Armstrong",
"50": "Michael Kiwanuka"
},
"initializer_range": 0.02,
"label2id": {
"ABBA": 34,
"Adele": 13,
"Ariana Grande": 44,
"Beastie Boys": 47,
"Beyonc\u00e9": 33,
"Bruce Springsteen": 37,
"Carrie Underwood": 20,
"Cat Stevens": 8,
"Coldplay": 9,
"Daft Punk": 46,
"Ed Sheeran": 14,
"Elton John": 24,
"Fall Out Boy": 43,
"Fleetwood Mac": 5,
"George Strait": 4,
"J. Cole": 17,
"Jack Johnson": 36,
"Jacob Collier": 26,
"Johnny Cash": 21,
"Journey": 0,
"Justin Bieber": 38,
"Kenny Rogers": 42,
"Lorde": 39,
"Louis Armstrong": 49,
"Michael Jackson": 6,
"Michael Kiwanuka": 50,
"Muse": 19,
"My Chemical Romance": 41,
"Nat King Cole": 48,
"Neil Young": 28,
"Nickel Creek": 45,
"OutKast": 7,
"Paul Simon": 12,
"Phil Collins": 10,
"Phoebe Bridgers": 27,
"Pink Floyd": 29,
"Post Malone": 15,
"Rick Astley": 40,
"Sara Bareilles": 16,
"Talking Heads": 18,
"Taylor Swift": 2,
"The Beach Boys": 22,
"The Beatles": 3,
"The Killers": 1,
"The Kooks": 31,
"The Lumineers": 25,
"The Postal Service": 32,
"The Strokes": 30,
"The Weeknd": 23,
"Whitney Houston": 11,
"Zach Bryan": 35
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"vocab_size": 30522
}