ts-medium-reglu / config.json
tdooms's picture
Update config.json
645ad98 verified
raw
history blame contribute delete
315 Bytes
{
"architectures": [
"Transformer"
],
"bilinear": true,
"d_hidden": 2048,
"d_model": 512,
"gate": "relu",
"modifier": null,
"n_ctx": 256,
"n_head": 8,
"n_layer": 6,
"n_vocab": 4096,
"noise": null,
"normalization": true,
"torch_dtype": "float32",
"transformers_version": "4.39.0"
}