nbroad HF staff commited on
Commit
1754e24
1 Parent(s): 71a64f9

add hidden size

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -8,6 +8,7 @@
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
 
11
  "id2label": {
12
  "0": "negative",
13
  "1": "positive"
 
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
  "id2label": {
13
  "0": "negative",
14
  "1": "positive"