mboachie commited on
Commit
af1a48c
1 Parent(s): a806ef0

Update config.json

Browse files

Updated config.json

Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -11,6 +11,10 @@
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
 
 
 
 
14
  "initializer_range": 0.02,
15
  "intermediate_size": 4096,
16
  "layer_norm_eps": 1e-05,
 
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "not_allowed",
16
+ "1": "allowed"
17
+ },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 4096,
20
  "layer_norm_eps": 1e-05,