hyxmmm commited on
Commit
9f652e7
1 Parent(s): a7e0953

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AquilaDenseForCausalLM"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_aquiladense.AquilaDenseConfig",
7
+ "AutoModelForCausalLM": "modeling_aquiladense.AquilaDenseForCausalLM"
8
+ },
9
+ "attention_dropout": 0.0,
10
+ "bos_token_id": 151849,
11
+ "eos_token_id": 151850,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 5120,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 17920,
16
+ "rms_norm_eps": 1e-05,
17
+ "max_position_embeddings": 4096,
18
+ "model_type": "aquiladense",
19
+ "num_attention_heads": 40,
20
+ "num_hidden_layers": 40,
21
+ "num_key_value_heads": 8,
22
+ "pad_token_id": 151643,
23
+ "pretraining_tp": 1,
24
+ "rope_scaling": null,
25
+ "rope_theta": 1000000.0,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.37.2",
29
+ "_attn_implementation": "flash_attention_2",
30
+ "use_cache": true,
31
+ "vocab_size": 151851
32
+ }