File size: 313 Bytes
7c67638 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"model_type": "webmind-brain",
"architecture": "co-occurrence-graph-transformer",
"dim": 300,
"vocab_size": 400000,
"max_neurons": 100000,
"version": "0.1.0",
"convergence_max_hops": 10,
"convergence_threshold": 0.99,
"successor_k": 10,
"cooccurrence_pull": 0.3,
"license": "Apache-2.0"
}
|