File size: 2,395 Bytes
cb8ef6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "_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
}