Transformers
English
Japanese
Spanish
recursive_transformer
Drjkedwards commited on
Commit
94ab089
·
verified ·
1 Parent(s): 7c56176

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "recursive_transformer",
3
+ "embedding_dim": 384,
4
+ "num_petals": 8,
5
+ "decay_alpha": 0.95,
6
+ "consensus_threshold": 0.75,
7
+ "contradiction_threshold": 0.65,
8
+ "max_recursive_passes": 3,
9
+ "transformers_version": "4.45.0",
10
+ "torch_dtype": "float32"
11
+ }