rt-plurel / paper /config.json
rishabh-ranjan's picture
Merge stanford-star/rt-p into this repo; move original PluRel-paper checkpoints under paper/
2ed96ef verified
Raw
History Blame Contribute Delete
218 Bytes
{
"model_type": "relational-transformer",
"num_blocks": 12,
"d_model": 256,
"d_text": 384,
"num_heads": 8,
"d_ff": 1024,
"ctx_len": 1024,
"max_bfs_width": 256,
"embedding_model": "all-MiniLM-L12-v2"
}