iterative-pagerank / config.json
RameshArvind's picture
Upload config.json with huggingface_hub
3740525 verified
{
"n_nodes": 64,
"d_model": 128,
"n_heads": 4,
"n_layers": 4,
"d_ff": 512,
"dropout": 0.1,
"train_iters": 8,
"rope_base": 10.0,
"damping": 0.85
}