Fill-Mask
Transformers
PyTorch
Safetensors
bert
custom_code
robinzixuan commited on
Commit
c825946
1 Parent(s): 60ff2f2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -4
config.json CHANGED
@@ -22,14 +22,15 @@
22
 
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.31.0",
25
- "type_vocab_size": 2,
 
26
  "use_cache": true,
27
  "vocab_size": 30522,
28
  "attn_implementation":"OutEffHop",
29
  "auto_map":
30
  {"AutoConfig": "configuration_bert.BertConfig",
31
- "AutoModel": "bert_layers.BertModel",
32
- "AutoModelForMaskedLM": "bert_layers.BertForMaskedLM",
33
- "AutoModelForSequenceClassification": "bert_layers.BertForSequenceClassification"
34
  },
35
  }
 
22
 
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.31.0",
25
+ "type_vocab_size": 2
26
+ ,
27
  "use_cache": true,
28
  "vocab_size": 30522,
29
  "attn_implementation":"OutEffHop",
30
  "auto_map":
31
  {"AutoConfig": "configuration_bert.BertConfig",
32
+ "AutoModel": "modeling_bert.BertModel",
33
+ "AutoModelForMaskedLM": "modeling_bert.BertForMaskedLM",
34
+ "AutoModelForSequenceClassification": "modeling_bert.BertForSequenceClassification"
35
  },
36
  }