Wing4 commited on
Commit
c008f1b
·
verified ·
1 Parent(s): 9cc7c80

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -2
config.json CHANGED
@@ -3,10 +3,16 @@
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
 
6
  "hidden_size": 768,
7
  "num_labels": 6,
8
  "problem_type": "multi_label_classification",
9
- "base_model_name": "beomi/KcELECTRA-base",
 
 
 
 
 
10
  "id2label": {
11
  "0": "STORY",
12
  "1": "OPTIMIZATION",
@@ -23,4 +29,4 @@
23
  "BALANCE": 4,
24
  "ENGAGEMENT": 5
25
  }
26
- }
 
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
6
+ "base_model_name": "beomi/KcELECTRA-base",
7
  "hidden_size": 768,
8
  "num_labels": 6,
9
  "problem_type": "multi_label_classification",
10
+ "hidden_dropout_prob": 0.1,
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "vocab_size": 30000,
13
+ "num_hidden_layers": 12,
14
+ "num_attention_heads": 12,
15
+ "intermediate_size": 3072,
16
  "id2label": {
17
  "0": "STORY",
18
  "1": "OPTIMIZATION",
 
29
  "BALANCE": 4,
30
  "ENGAGEMENT": 5
31
  }
32
+ }