fw-small / config.json
tdooms's picture
Update config.json
aa33b80 verified
raw
history blame contribute delete
342 Bytes
{
"architectures": [
"Transformer"
],
"bias": false,
"bilinear": true,
"d_hidden": 3072,
"d_model": 768,
"gate": null,
"n_ctx": 512,
"n_head": 12,
"n_layer": 12,
"normalization": true,
"repo": null,
"tokenizer": "mistral",
"dataset": "fineweb",
"torch_dtype": "float32",
"transformers_version": "4.45.1"
}