|
{ |
|
"_name_or_path": "distilbert/distilroberta-base", |
|
"architectures": [ |
|
"RobertaForSequenceClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"bos_token_id": 0, |
|
"classifier_dropout": null, |
|
"eos_token_id": 2, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "Nicki Minaj", |
|
"1": "Luke Combs", |
|
"2": "Taylor Swift", |
|
"3": "Zach Bryan", |
|
"4": "The Smile", |
|
"5": "SZA", |
|
"6": "Megan Thee Stallion", |
|
"7": "The Grateful Dead", |
|
"8": "Doja Cat", |
|
"9": "Jelly Roll", |
|
"10": "Chris Stapleton", |
|
"11": "Noah Kahan", |
|
"12": "Drake", |
|
"13": "Travis Scott", |
|
"14": "Dua Lipa", |
|
"15": "Jack Harlow", |
|
"16": "Olivia Rodrigo", |
|
"17": "21 Savage", |
|
"18": "Morgan Wallen", |
|
"19": "The Weeknd" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"21 Savage": 17, |
|
"Chris Stapleton": 10, |
|
"Doja Cat": 8, |
|
"Drake": 12, |
|
"Dua Lipa": 14, |
|
"Jack Harlow": 15, |
|
"Jelly Roll": 9, |
|
"Luke Combs": 1, |
|
"Megan Thee Stallion": 6, |
|
"Morgan Wallen": 18, |
|
"Nicki Minaj": 0, |
|
"Noah Kahan": 11, |
|
"Olivia Rodrigo": 16, |
|
"SZA": 5, |
|
"Taylor Swift": 2, |
|
"The Grateful Dead": 7, |
|
"The Smile": 4, |
|
"The Weeknd": 19, |
|
"Travis Scott": 13, |
|
"Zach Bryan": 3 |
|
}, |
|
"layer_norm_eps": 1e-05, |
|
"max_position_embeddings": 514, |
|
"model_type": "roberta", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 6, |
|
"pad_token_id": 1, |
|
"position_embedding_type": "absolute", |
|
"problem_type": "single_label_classification", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.38.2", |
|
"type_vocab_size": 1, |
|
"use_cache": true, |
|
"vocab_size": 50265 |
|
} |
|
|