tjl223's picture
Training in progress, epoch 1
58bf15b verified
{
"_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": "Dua Lipa",
"1": "Taylor Swift",
"2": "The Smile",
"3": "Luke Combs",
"4": "Chris Stapleton",
"5": "The Grateful Dead",
"6": "Travis Scott",
"7": "SZA",
"8": "21 Savage",
"9": "Jelly Roll",
"10": "Doja Cat",
"11": "Noah Kahan",
"12": "Drake",
"13": "The Weeknd",
"14": "Nicki Minaj",
"15": "Megan Thee Stallion",
"16": "Jack Harlow",
"17": "Olivia Rodrigo",
"18": "Zach Bryan",
"19": "Morgan Wallen"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"21 Savage": 8,
"Chris Stapleton": 4,
"Doja Cat": 10,
"Drake": 12,
"Dua Lipa": 0,
"Jack Harlow": 16,
"Jelly Roll": 9,
"Luke Combs": 3,
"Megan Thee Stallion": 15,
"Morgan Wallen": 19,
"Nicki Minaj": 14,
"Noah Kahan": 11,
"Olivia Rodrigo": 17,
"SZA": 7,
"Taylor Swift": 1,
"The Grateful Dead": 5,
"The Smile": 2,
"The Weeknd": 13,
"Travis Scott": 6,
"Zach Bryan": 18
},
"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
}