sparrow / config.json
TerenceLau's picture
Upload model
12621a6 verified
raw
history blame
521 Bytes
{
"architectures": [
"SparrowModel"
],
"attention_bias": false,
"auto_map": {
"AutoConfig": "modelling_sparrow.SparrowConfig"
},
"dropout": 0.0,
"flash_attn": true,
"hidden_dim": 512,
"hidden_size": 512,
"intermediate_dim": 2048,
"max_seq_len": 512,
"mlp_bias": false,
"model_type": "sparrow",
"norm_eps": 1e-05,
"num_attention_heads": 16,
"num_hidden_layers": 8,
"num_key_value_heads": 16,
"torch_dtype": "float32",
"transformers_version": "4.48.2",
"vocab_size": 32000
}