Narsil HF staff commited on
Commit
2ef615d
1 Parent(s): fa26ea1

Update config.json

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