silvermete0r commited on
Commit
859dd1f
·
verified ·
1 Parent(s): f8156fe

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tf",
3
+ "architectures": ["TFAutoModel"],
4
+ "attention_probs_dropout_prob": 0.1,
5
+ "hidden_dropout_prob": 0.1,
6
+ "initializer_range": 0.02,
7
+ "layer_norm_eps": 1e-12,
8
+ "model": "model.h5"
9
+ }