Xenova HF staff commited on
Commit
88593dc
1 Parent(s): 392d3ea

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
 
 
 
4
  "attention_dropout": 0.1,
5
  "dim": 768,
6
  "dropout": 0.1,
 
1
  {
2
  "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,