roberta-final-v2 / config.json
francheska-vicente's picture
Upload 7 files
f9cd64a
{
"_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": "a little upset",
"1": "alterous",
"10": "hyperbole",
"11": "inside joke",
"12": "joking",
"13": "light-hearted",
"14": "literally",
"15": "lyrics",
"16": "metaphorically",
"17": "negative connotation",
"18": "neutral connotation",
"19": "nobody here",
"2": "at you",
"20": "non-serious",
"21": "non-sexual intent",
"22": "not a vent",
"23": "not at you",
"24": "not being rude",
"25": "not forced",
"26": "not mad",
"27": "not passive aggressive",
"28": "not subtweeting",
"29": "off topic",
"3": "clickbait",
"30": "passive aggressive",
"31": "platonic",
"32": "positive connotation",
"33": "quote",
"34": "reference",
"35": "rhetorical question",
"36": "romantic",
"37": "sarcastic",
"38": "serious",
"39": "sexual intent",
"4": "copypasta",
"40": "teasing",
"41": "threat",
"5": "exaggeration",
"6": "fake",
"7": "genuine",
"8": "genuine question",
"9": "half-joking"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"a little upset": "0",
"alterous": "1",
"at you": "2",
"clickbait": "3",
"copypasta": "4",
"exaggeration": "5",
"fake": "6",
"genuine": "7",
"genuine question": "8",
"half-joking": "9",
"hyperbole": "10",
"inside joke": "11",
"joking": "12",
"light-hearted": "13",
"literally": "14",
"lyrics": "15",
"metaphorically": "16",
"negative connotation": "17",
"neutral connotation": "18",
"nobody here": "19",
"non-serious": "20",
"non-sexual intent": "21",
"not a vent": "22",
"not at you": "23",
"not being rude": "24",
"not forced": "25",
"not mad": "26",
"not passive aggressive": "27",
"not subtweeting": "28",
"off topic": "29",
"passive aggressive": "30",
"platonic": "31",
"positive connotation": "32",
"quote": "33",
"reference": "34",
"rhetorical question": "35",
"romantic": "36",
"sarcastic": "37",
"serious": "38",
"sexual intent": "39",
"teasing": "40",
"threat": "41"
},
"layer_norm_eps": 1e-05,
"max_length": 400,
"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": "multi_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.26.1",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}