Update model_output/config.json
Browse files- model_output/config.json +3 -0
model_output/config.json
CHANGED
|
@@ -68,6 +68,9 @@
|
|
| 68 |
"layer_norm_eps": 1e-12,
|
| 69 |
"max_position_embeddings": 512,
|
| 70 |
"model_type": "bert",
|
|
|
|
|
|
|
|
|
|
| 71 |
"num_attention_heads": 12,
|
| 72 |
"num_hidden_layers": 12,
|
| 73 |
"pad_token_id": 0,
|
|
|
|
| 68 |
"layer_norm_eps": 1e-12,
|
| 69 |
"max_position_embeddings": 512,
|
| 70 |
"model_type": "bert",
|
| 71 |
+
"architectures": [
|
| 72 |
+
"BertForTokenClassification"
|
| 73 |
+
],
|
| 74 |
"num_attention_heads": 12,
|
| 75 |
"num_hidden_layers": 12,
|
| 76 |
"pad_token_id": 0,
|