g2-model / config.json
gijl's picture
Upload config.json with huggingface_hub
f86f9ea verified
Raw
History Blame Contribute Delete
293 Bytes
{
"model_type": "turing_rdlm",
"architectures": [
"TuringLM"
],
"vocab_size": 32000,
"D_MODEL": 6144,
"D_U": 3072,
"D_V": 3072,
"HIDDEN_REACT": 6144,
"N_ATTRACTORS": 24576,
"MAX_LEN": 128,
"pad_token_id": 0,
"custom_architecture": true
}