kaliani commited on
Commit
93ac521
1 Parent(s): 0a86115

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "kaliani/flair-ner-skill",
3
  "architectures": [
4
- "FlairModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,
@@ -12,7 +12,7 @@
12
  "intermediate_size": 1536,
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
- "model_type": "glove",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 6,
18
  "pad_token_id": 0,
 
1
  {
2
  "_name_or_path": "kaliani/flair-ner-skill",
3
  "architectures": [
4
+ "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,
 
12
  "intermediate_size": 1536,
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 6,
18
  "pad_token_id": 0,