File size: 578 Bytes
e51eaf7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"architectures": [
"AriaForSequenceEmbedding"
],
"eos_token_id": 1,
"pad_token_id": 2,
"hidden_size": 1536,
"embedding_size": 512,
"intermediate_size": 6144,
"max_seq_len": 2048,
"model_type": "aria",
"num_attention_heads": 24,
"num_hidden_layers": 16,
"torch_dtype": "bfloat16",
"transformers_version": "4.45.0",
"use_cache": false,
"vocab_size": 17727,
"auto_map": {
"AutoConfig": "configuration_aria.AriaConfig",
"AutoModel": "modeling_aria.AriaModel",
"AutoModelForCausalLM": "modeling_aria.AriaForSequenceEmbedding"
}
}
|