dudududukim commited on
Commit
451acf0
1 Parent(s): d36e611

config only for bert_model_name

Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -3,10 +3,8 @@
3
  "BertConcatClassifier"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
6
  "classifier_dropout": null,
7
- "conv_in_channels": 3,
8
- "conv_kernel_size": 1,
9
- "conv_out_channels": 1,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
@@ -137,11 +135,11 @@
137
  "LABEL_9": 9
138
  },
139
  "layer_norm_eps": 1e-12,
140
- "linear_in_features": 768,
141
  "max_position_embeddings": 512,
142
  "model_type": "bert",
143
  "num_attention_heads": 12,
144
  "num_hidden_layers": 12,
 
145
  "pad_token_id": 0,
146
  "position_embedding_type": "absolute",
147
  "torch_dtype": "float32",
 
3
  "BertConcatClassifier"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
+ "bert_model_name": "klue/bert-base",
7
  "classifier_dropout": null,
 
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
 
135
  "LABEL_9": 9
136
  },
137
  "layer_norm_eps": 1e-12,
 
138
  "max_position_embeddings": 512,
139
  "model_type": "bert",
140
  "num_attention_heads": 12,
141
  "num_hidden_layers": 12,
142
+ "output_hidden_states": true,
143
  "pad_token_id": 0,
144
  "position_embedding_type": "absolute",
145
  "torch_dtype": "float32",