tjl223's picture
Training in progress, epoch 1
1586d8b verified
{
"_name_or_path": "FacebookAI/roberta-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": "Taylor Swift",
"1": "Luke Combs",
"2": "The Smile",
"3": "Jack Harlow",
"4": "Zach Bryan",
"5": "Chris Stapleton",
"6": "21 Savage",
"7": "Drake",
"8": "Morgan Wallen",
"9": "Noah Kahan",
"10": "Travis Scott",
"11": "SZA",
"12": "Megan Thee Stallion",
"13": "The Grateful Dead",
"14": "The Weeknd",
"15": "Doja Cat",
"16": "Olivia Rodrigo",
"17": "Dua Lipa",
"18": "Jelly Roll",
"19": "Nicki Minaj"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"21 Savage": 6,
"Chris Stapleton": 5,
"Doja Cat": 15,
"Drake": 7,
"Dua Lipa": 17,
"Jack Harlow": 3,
"Jelly Roll": 18,
"Luke Combs": 1,
"Megan Thee Stallion": 12,
"Morgan Wallen": 8,
"Nicki Minaj": 19,
"Noah Kahan": 9,
"Olivia Rodrigo": 16,
"SZA": 11,
"Taylor Swift": 0,
"The Grateful Dead": 13,
"The Smile": 2,
"The Weeknd": 14,
"Travis Scott": 10,
"Zach Bryan": 4
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.40.0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}