giguru commited on
Commit
f368463
1 Parent(s): 08347a0

Added model_type

Browse files

So AutoTokenizer can retrieve the right tokeniser

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "attention_probs_dropout_prob": 0.1,
3
  "finetuning_task": "ner",
4
  "hidden_act": "gelu",
 
1
  {
2
+ "model_type": "bert",
3
  "attention_probs_dropout_prob": 0.1,
4
  "finetuning_task": "ner",
5
  "hidden_act": "gelu",