rlucatoor's picture
initial commit
78c1011
{
"architectures": [
"RobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"dtype": "float32",
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "politics",
"1": "health",
"2": "technology",
"3": "entertainment",
"4": "money_finance",
"5": "relationships_dating",
"6": "education_learning",
"7": "work_careers",
"8": "science",
"9": "society_culture",
"10": "gaming",
"11": "lifestyle_hobbies",
"12": "sports",
"13": "automotive",
"14": "other"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"automotive": 13,
"education_learning": 6,
"entertainment": 3,
"gaming": 10,
"health": 1,
"lifestyle_hobbies": 11,
"money_finance": 4,
"other": 14,
"politics": 0,
"relationships_dating": 5,
"science": 8,
"society_culture": 9,
"sports": 12,
"technology": 2,
"work_careers": 7
},
"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",
"transformers_version": "4.57.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}