cahya commited on
Commit
1d1b1a1
1 Parent(s): 558d2f8

updated config

Browse files
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,