hf_tutorial / config.json
agadelmoula-avey's picture
Upload model
ea3a8ca verified
{
"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
}