File size: 545 Bytes
072784c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"
  ],
  "bos_token_id": 0,
  "eos_token_id": 1,
  "hidden_size": 1536,
  "intermediate_size": 6144,
  "max_position_embeddings": 8192,
  "model_type": "aria",
  "num_attention_heads": 64,
  "num_hidden_layers": 16,
  "torch_dtype": "float16",
  "transformers_version": "4.45.0",
  "use_cache": true,
  "vocab_size": 17731,
  "auto_map": {
    "AutoConfig": "configuration_aria.AriaConfig", 
    "AutoModel": "modeling_aria.AriaModel",
    "AutoModelForCausalLM": "modeling_aria.AriaForCausalLM"
  }
}