TheJournal commited on
Commit
74c8790
·
1 Parent(s): 847d6f3

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +54 -0
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bhadresh-savani/bert-base-go-emotion",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "classifier_dropout": null,
10
+ "dim": 768,
11
+ "dropout": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dim": 3072,
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "anger",
18
+ "1": "love",
19
+ "2": "neutral",
20
+ "3": "positive",
21
+ "4": "sadness",
22
+ "5": "surprise",
23
+ "6": "worry"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "anger": 0,
29
+ "love": 1,
30
+ "neutral": 2,
31
+ "positive": 3,
32
+ "sadness": 4,
33
+ "surprise": 5,
34
+ "worry": 6
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "n_heads": 12,
40
+ "n_layers": 6,
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 12,
43
+ "pad_token_id": 0,
44
+ "position_embedding_type": "absolute",
45
+ "qa_dropout": 0.1,
46
+ "seq_classif_dropout": 0.2,
47
+ "sinusoidal_pos_embds": false,
48
+ "tie_weights_": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.30.2",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "vocab_size": 30522
54
+ }