song_artist_classifier / config.json
tjl223's picture
Training in progress, epoch 1
0be77a6 verified
{
"_name_or_path": "distilbert/distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Megan Thee Stallion",
"1": "Nicki Minaj",
"2": "Jelly Roll",
"3": "Noah Kahan",
"4": "Chris Stapleton",
"5": "Travis Scott",
"6": "Jack Harlow",
"7": "Doja Cat",
"8": "The Weeknd",
"9": "Zach Bryan",
"10": "Morgan Wallen",
"11": "21 Savage",
"12": "The Smile",
"13": "Dua Lipa",
"14": "The Grateful Dead",
"15": "Taylor Swift",
"16": "Olivia Rodrigo",
"17": "Drake",
"18": "Luke Combs",
"19": "SZA"
},
"initializer_range": 0.02,
"label2id": {
"21 Savage": 11,
"Chris Stapleton": 4,
"Doja Cat": 7,
"Drake": 17,
"Dua Lipa": 13,
"Jack Harlow": 6,
"Jelly Roll": 2,
"Luke Combs": 18,
"Megan Thee Stallion": 0,
"Morgan Wallen": 10,
"Nicki Minaj": 1,
"Noah Kahan": 3,
"Olivia Rodrigo": 16,
"SZA": 19,
"Taylor Swift": 15,
"The Grateful Dead": 14,
"The Smile": 12,
"The Weeknd": 8,
"Travis Scott": 5,
"Zach Bryan": 9
},
"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.38.2",
"vocab_size": 30522
}