boltuix commited on
Commit
91e50f4
·
verified ·
1 Parent(s): 9496f3e

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -81
config.json DELETED
@@ -1,81 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForSequenceClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 256,
10
- "id2label": {
11
- "0": "Anger",
12
- "1": "Confusion",
13
- "2": "Desire",
14
- "3": "Disgust",
15
- "4": "Fear",
16
- "5": "Guilt",
17
- "6": "Happiness",
18
- "7": "Love",
19
- "8": "Neutral",
20
- "9": "Sadness",
21
- "10": "Sarcasm",
22
- "11": "Shame",
23
- "12": "Surprise",
24
- "13": "anger",
25
- "14": "confusion",
26
- "15": "desire",
27
- "16": "disgust",
28
- "17": "fear",
29
- "18": "guilt",
30
- "19": "happiness",
31
- "20": "love",
32
- "21": "neutral",
33
- "22": "sadness",
34
- "23": "sarcasm",
35
- "24": "shame",
36
- "25": "surprise"
37
- },
38
- "initializer_range": 0.02,
39
- "intermediate_size": 1024,
40
- "label2id": {
41
- "Anger": 0,
42
- "Confusion": 1,
43
- "Desire": 2,
44
- "Disgust": 3,
45
- "Fear": 4,
46
- "Guilt": 5,
47
- "Happiness": 6,
48
- "Love": 7,
49
- "Neutral": 8,
50
- "Sadness": 9,
51
- "Sarcasm": 10,
52
- "Shame": 11,
53
- "Surprise": 12,
54
- "anger": 13,
55
- "confusion": 14,
56
- "desire": 15,
57
- "disgust": 16,
58
- "fear": 17,
59
- "guilt": 18,
60
- "happiness": 19,
61
- "love": 20,
62
- "neutral": 21,
63
- "sadness": 22,
64
- "sarcasm": 23,
65
- "shame": 24,
66
- "surprise": 25
67
- },
68
- "layer_norm_eps": 1e-12,
69
- "max_position_embeddings": 512,
70
- "model_type": "bert",
71
- "num_attention_heads": 4,
72
- "num_hidden_layers": 8,
73
- "pad_token_id": 0,
74
- "position_embedding_type": "absolute",
75
- "problem_type": "single_label_classification",
76
- "torch_dtype": "float32",
77
- "transformers_version": "4.51.3",
78
- "type_vocab_size": 2,
79
- "use_cache": true,
80
- "vocab_size": 30522
81
- }