Transformers
English
Japanese
Spanish
recursive_transformer
File size: 268 Bytes
94ab089
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "model_type": "recursive_transformer",
  "embedding_dim": 384,
  "num_petals": 8,
  "decay_alpha": 0.95,
  "consensus_threshold": 0.75,
  "contradiction_threshold": 0.65,
  "max_recursive_passes": 3,
  "transformers_version": "4.45.0",
  "torch_dtype": "float32"
}