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