Fix architectures in config.json

#6
by Xenova HF staff - opened
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
  "activation": "gelu",
 
 
 
3
  "attention_dropout": 0.1,
4
  "dim": 768,
5
  "dropout": 0.1,
 
1
  {
2
  "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForMaskedLM"
5
+ ],
6
  "attention_dropout": 0.1,
7
  "dim": 768,
8
  "dropout": 0.1,