almfz commited on
Commit
43f2fc4
·
verified ·
1 Parent(s): f48d676

Update model_output/config.json

Browse files
Files changed (1) hide show
  1. 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,