mrezadit commited on
Commit
2262d80
·
verified ·
1 Parent(s): 99e3a8f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +50 -1
config.json CHANGED
@@ -1 +1,50 @@
1
- {"id2label": {"0": "Normal", "1": "Frustrasi", "2": "Jengkel", "3": "Marah", "4": "Lelah", "5": "Sedih", "6": "Sabar", "7": "Senang", "8": "Takut", "9": "Terkejut", "10": "Gila", "11": "Cinta"}, "label2id": {"Normal": 0, "Frustrasi": 1, "Jengkel": 2, "Marah": 3, "Lelah": 4, "Sedih": 5, "Sabar": 6, "Senang": 7, "Takut": 8, "Terkejut": 9, "Gila": 10, "Cinta": 11}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "indobenchmark/indobert-base-p2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "model_type": "bert",
7
+ "vocab_size": 50000,
8
+ "hidden_size": 768,
9
+ "num_hidden_layers": 12,
10
+ "num_attention_heads": 12,
11
+ "intermediate_size": 3072,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "attention_probs_dropout_prob": 0.1,
15
+ "max_position_embeddings": 512,
16
+ "type_vocab_size": 2,
17
+ "initializer_range": 0.02,
18
+ "layer_norm_eps": 1e-12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "transformers_version": "4.30.0",
22
+ "id2label": {
23
+ "0": "Normal",
24
+ "1": "Frustrasi",
25
+ "2": "Jengkel",
26
+ "3": "Marah",
27
+ "4": "Lelah",
28
+ "5": "Sedih",
29
+ "6": "Sabar",
30
+ "7": "Senang",
31
+ "8": "Takut",
32
+ "9": "Terkejut",
33
+ "10": "Gila",
34
+ "11": "Cinta"
35
+ },
36
+ "label2id": {
37
+ "Normal": 0,
38
+ "Frustrasi": 1,
39
+ "Jengkel": 2,
40
+ "Marah": 3,
41
+ "Lelah": 4,
42
+ "Sedih": 5,
43
+ "Sabar": 6,
44
+ "Senang": 7,
45
+ "Takut": 8,
46
+ "Terkejut": 9,
47
+ "Gila": 10,
48
+ "Cinta": 11
49
+ }
50
+ }