myownskyW7 commited on
Commit
aea943d
·
verified ·
1 Parent(s): 19b4728

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json CHANGED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "InternLMXComposer2ForCausalLM"
4
+ ],
5
+ "attn_implementation": "flash_attention_2",
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_internlm_xcomposer2.InternLMXcomposer2Config",
8
+ "AutoModel": "modeling_internlm_xcomposer2.InternLMXComposer2ForCausalLM",
9
+ "AutoModelForCausalLM": "modeling_internlm_xcomposer2.InternLMXComposer2ForCausalLM"
10
+ },
11
+ "bias": false,
12
+ "bos_token_id": 1,
13
+ "eos_token_id": 2,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 4096,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 14336,
18
+ "max_length": 16384,
19
+ "max_position_embeddings": 24576,
20
+ "model_type": "internlm2",
21
+ "num_attention_heads": 32,
22
+ "num_hidden_layers": 32,
23
+ "num_key_value_heads": 8,
24
+ "pad_token_id": 2,
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_scaling": {
27
+ "type": "dynamic",
28
+ "factor": 2.0
29
+ },
30
+ "rope_theta": 1000000,
31
+ "tie_word_embeddings": false,
32
+ "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.33.1",
34
+ "use_cache": false,
35
+ "vocab_size": 92544
36
+ }