vikenkd commited on
Commit
9fe89c2
·
verified ·
1 Parent(s): bb230a5

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "batchnorm_layer": 256,
3
+ "dropout": 0.3,
4
+ "embed_dim": 512,
5
+ "expansion_factor": 4,
6
+ "hidden_dim": 128,
7
+ "input_layer": 128,
8
+ "model_type": "bert",
9
+ "n_dense": 6,
10
+ "n_heads": 8,
11
+ "num_layers": 2,
12
+ "output_classification": 3454,
13
+ "output_layer": 256,
14
+ "transformers_version": "4.41.2",
15
+ "w_s": 0.5
16
+ }