guru / config.json
tejadabheja's picture
Update README: add LSH vocabulary filter to architecture
7c67638 verified
raw
history blame contribute delete
313 Bytes
{
"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"
}