ldhldh commited on
Commit
fd6b7ac
·
1 Parent(s): 7482ae3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -5
config.json CHANGED
@@ -1,17 +1,13 @@
1
  {
2
  "_name_or_path": "skt/kobert-base-v1",
3
  "architectures": [
4
- "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "author": "Heewon Jeon(madjakarta@gmail.com)",
8
  "classifier_dropout": null,
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
- "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1"
14
- }
15
  "hidden_dropout_prob": 0.1,
16
  "hidden_size": 768,
17
  "initializer_range": 0.02,
 
1
  {
2
  "_name_or_path": "skt/kobert-base-v1",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "author": "Heewon Jeon(madjakarta@gmail.com)",
8
  "classifier_dropout": null,
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
 
 
 
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "initializer_range": 0.02,