reactiongif-roberta / config.json
Julien Chaumond
save from trainer
cb8ef6d
{
"_name_or_path": "distilroberta-base",
"architectures": [
"RobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "agree",
"1": "applause",
"2": "awww",
"3": "dance",
"4": "deal_with_it",
"5": "do_not_want",
"6": "eww",
"7": "eye_roll",
"8": "facepalm",
"9": "fist_bump",
"10": "good_luck",
"11": "happy_dance",
"12": "hearts",
"13": "high_five",
"14": "hug",
"15": "idk",
"16": "kiss",
"17": "mic_drop",
"18": "no",
"19": "oh_snap",
"20": "ok",
"21": "omg",
"22": "oops",
"23": "please",
"24": "popcorn",
"25": "scared",
"26": "seriously",
"27": "shocked",
"28": "shrug",
"29": "sigh",
"30": "slow_clap",
"31": "smh",
"32": "sorry",
"33": "thank_you",
"34": "thumbs_down",
"35": "thumbs_up",
"36": "want",
"37": "win",
"38": "wink",
"39": "yawn",
"40": "yes",
"41": "yolo",
"42": "you_got_this"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"agree": 0,
"applause": 1,
"awww": 2,
"dance": 3,
"deal_with_it": 4,
"do_not_want": 5,
"eww": 6,
"eye_roll": 7,
"facepalm": 8,
"fist_bump": 9,
"good_luck": 10,
"happy_dance": 11,
"hearts": 12,
"high_five": 13,
"hug": 14,
"idk": 15,
"kiss": 16,
"mic_drop": 17,
"no": 18,
"oh_snap": 19,
"ok": 20,
"omg": 21,
"oops": 22,
"please": 23,
"popcorn": 24,
"scared": 25,
"seriously": 26,
"shocked": 27,
"shrug": 28,
"sigh": 29,
"slow_clap": 30,
"smh": 31,
"sorry": 32,
"thank_you": 33,
"thumbs_down": 34,
"thumbs_up": 35,
"want": 36,
"win": 37,
"wink": 38,
"yawn": 39,
"yes": 40,
"yolo": 41,
"you_got_this": 42
},
"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",
"transformers_version": "4.7.0.dev0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}