| { | |
| "_name_or_path": "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": "sports", | |
| "1": "gaming", | |
| "2": "arts_&_culture", | |
| "3": "food_&_dining", | |
| "4": "fashion_&_style", | |
| "5": "film_tv_&_video", | |
| "6": "relationships", | |
| "7": "business_&_entrepreneurs", | |
| "8": "science_&_technology", | |
| "9": "fitness_&_health", | |
| "10": "youth_&_student_life", | |
| "11": "diaries_&_daily_life", | |
| "12": "travel_&_adventure", | |
| "13": "news_&_social_concern", | |
| "14": "other_hobbies", | |
| "15": "learning_&_educational", | |
| "16": "celebrity_&_pop_culture", | |
| "17": "music", | |
| "18": "family" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "arts_&_culture": 2, | |
| "business_&_entrepreneurs": 7, | |
| "celebrity_&_pop_culture": 16, | |
| "diaries_&_daily_life": 11, | |
| "family": 18, | |
| "fashion_&_style": 4, | |
| "film_tv_&_video": 5, | |
| "fitness_&_health": 9, | |
| "food_&_dining": 3, | |
| "gaming": 1, | |
| "learning_&_educational": 15, | |
| "music": 17, | |
| "news_&_social_concern": 13, | |
| "other_hobbies": 14, | |
| "relationships": 6, | |
| "science_&_technology": 8, | |
| "sports": 0, | |
| "travel_&_adventure": 12, | |
| "youth_&_student_life": 10 | |
| }, | |
| "layer_norm_eps": 1e-05, | |
| "max_position_embeddings": 514, | |
| "model_type": "roberta", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 24, | |
| "pad_token_id": 1, | |
| "position_embedding_type": "absolute", | |
| "problem_type": "single_label_classification", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.35.2", | |
| "type_vocab_size": 1, | |
| "use_cache": true, | |
| "vocab_size": 50265 | |
| } | |