Platypus / config.json
ananjayram's picture
Update config.json
9fe033a verified
Raw
History Blame Contribute Delete
285 Bytes
{
"architectures": [
"Platypus"
],
"model_type": "transformer",
"vocab_size": 65,
"n_positions": 128,
"n_embd": 512,
"n_layer": 6,
"n_head": 8,
"n_inner": 2048,
"activation_function": "gelu",
"dropout": 0.1,
"safetensors": true,
"torch_dtype": "float32"
}