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