CoolFace
Modelpublic

Time4Taxes/microaggression-roberta

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes8downloads
config.json43 linesDownload Raw Back to root
1{
2  "add_cross_attention": false,
3  "architectures": [
4    "RobertaForSequenceClassification"
5  ],
6  "attention_probs_dropout_prob": 0.1,
7  "bos_token_id": 0,
8  "classifier_dropout": null,
9  "dtype": "float32",
10  "eos_token_id": 2,
11  "hidden_act": "gelu",
12  "hidden_dropout_prob": 0.1,
13  "hidden_size": 768,
14  "id2label": {
15    "0": "general_insult",
16    "1": "overt_microaggression",
17    "2": "subtle_microaggression",
18    "3": "hate_speech",
19    "4": "neutral"
20  },
21  "initializer_range": 0.02,
22  "intermediate_size": 3072,
23  "is_decoder": false,
24  "label2id": {
25    "general_insult": 0,
26    "hate_speech": 3,
27    "neutral": 4,
28    "overt_microaggression": 1,
29    "subtle_microaggression": 2
30  },
31  "layer_norm_eps": 1e-05,
32  "max_position_embeddings": 514,
33  "model_type": "roberta",
34  "num_attention_heads": 12,
35  "num_hidden_layers": 12,
36  "pad_token_id": 1,
37  "tie_word_embeddings": true,
38  "transformers_version": "5.10.2",
39  "type_vocab_size": 1,
40  "use_cache": false,
41  "vocab_size": 50265
42}
43