Xenova HF staff commited on
Commit
5d69c5c
1 Parent(s): 4dc145c

Fix architectures in config.json

Browse files

The "Fill Mask" tag is missing. This should fix it.

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,