Varnikasiva commited on
Commit
49ba6d1
·
verified ·
1 Parent(s): 3988697

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +56 -56
config.json CHANGED
@@ -1,56 +1,56 @@
1
- {
2
- "_name_or_path": "prajjwal1/bert-mini",
3
- "architectures": [
4
- "BertForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 256,
11
- "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12"
25
- },
26
- "initializer_range": 0.02,
27
- "intermediate_size": 1024,
28
- "label2id": {
29
- "LABEL_0": 0,
30
- "LABEL_1": 1,
31
- "LABEL_10": 10,
32
- "LABEL_11": 11,
33
- "LABEL_12": 12,
34
- "LABEL_2": 2,
35
- "LABEL_3": 3,
36
- "LABEL_4": 4,
37
- "LABEL_5": 5,
38
- "LABEL_6": 6,
39
- "LABEL_7": 7,
40
- "LABEL_8": 8,
41
- "LABEL_9": 9
42
- },
43
- "layer_norm_eps": 1e-12,
44
- "max_position_embeddings": 512,
45
- "model_type": "bert",
46
- "num_attention_heads": 4,
47
- "num_hidden_layers": 4,
48
- "pad_token_id": 0,
49
- "position_embedding_type": "absolute",
50
- "problem_type": "single_label_classification",
51
- "torch_dtype": "float32",
52
- "transformers_version": "4.49.0",
53
- "type_vocab_size": 2,
54
- "use_cache": true,
55
- "vocab_size": 30522
56
- }
 
1
+ {
2
+ "_name_or_path": "prajjwal1/bert-mini",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 256,
11
+ "id2label": {
12
+ "0": "sadness",
13
+ "1": "anger",
14
+ "2": "love",
15
+ "3": "surprise",
16
+ "4": "fear",
17
+ "5": "happiness",
18
+ "6": "neutral",
19
+ "7": "disgust",
20
+ "8": "shame",
21
+ "9": "guilt",
22
+ "10": "confusion",
23
+ "11": "desire",
24
+ "12": "sarcasm"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 1024,
28
+ "label2id": {
29
+ "sadness": 0,
30
+ "anger": 1,
31
+ "love": 2,
32
+ "surprise": 3,
33
+ "fear": 4,
34
+ "happiness": 5,
35
+ "neutral": 6,
36
+ "disgust": 7,
37
+ "shame": 8,
38
+ "guilt": 9,
39
+ "confusion": 10,
40
+ "desire": 11,
41
+ "sarcasm": 12
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "max_position_embeddings": 512,
45
+ "model_type": "bert",
46
+ "num_attention_heads": 4,
47
+ "num_hidden_layers": 4,
48
+ "pad_token_id": 0,
49
+ "position_embedding_type": "absolute",
50
+ "problem_type": "single_label_classification",
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.49.0",
53
+ "type_vocab_size": 2,
54
+ "use_cache": true,
55
+ "vocab_size": 30522
56
+ }