kjhkjh95 commited on
Commit
51bf41c
·
1 Parent(s): f9c1633

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +48 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "beomi/KcELECTRA-base",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Neutral",
14
+ "1": "Non-Moral-Emotion",
15
+ "2": "Other-Condemning",
16
+ "3": "Other-Praising",
17
+ "4": "Other-Suffering",
18
+ "5": "Self-Conscious"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "Neutral": 0,
24
+ "Non-Moral-Emotion": 1,
25
+ "Other-Condemning": 2,
26
+ "Other-Praising": 3,
27
+ "Other-Suffering": 4,
28
+ "Self-Conscious": 5
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "max_position_embeddings": 512,
32
+ "model_type": "electra",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "pad_token_id": 0,
36
+ "position_embedding_type": "absolute",
37
+ "problem_type": "multi_label_classification",
38
+ "summary_activation": "gelu",
39
+ "summary_last_dropout": 0.1,
40
+ "summary_type": "first",
41
+ "summary_use_proj": true,
42
+ "tokenizer_class": "BertTokenizer",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.12.3",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 54343
48
+ }