File size: 465 Bytes
b62a937 ea3a8ca b62a937 ea3a8ca b62a937 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"architectures": [
"AveyModel"
],
"auto_map": {
"AutoConfig": "configuration_avey.AveyConfig",
"AutoModel": "modeling_avey.AveyModel"
},
"chunk_size": 256,
"context_proportion": 0.5,
"d_embed": 768,
"dtype": "float32",
"eps": 1e-12,
"expansion_factor": 4,
"hidden_size": 768,
"k": 3,
"max_position_embeddings": 4294967296,
"model_type": "avey",
"n_layers": 30,
"transformers_version": "4.56.2",
"vocab_size": 50304
}
|