anthonymeo commited on
Commit
300f39c
·
verified ·
1 Parent(s): 286baf7

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "internlm/internlm-7b",
3
+ "architectures": [
4
+ "InternLMForCausalLM"
5
+ ],
6
+ "attn_implementation": "eager",
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_internlm.InternLMConfig",
9
+ "AutoModel": "internlm/internlm-7b--modeling_internlm.InternLMForCausalLM",
10
+ "AutoModelForCausalLM": "modeling_internlm.InternLMForCausalLM"
11
+ },
12
+ "bias": true,
13
+ "bos_token_id": 1,
14
+ "eos_token_id": 2,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 4096,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 11008,
19
+ "max_position_embeddings": 2048,
20
+ "model_type": "internlm",
21
+ "num_attention_heads": 32,
22
+ "num_hidden_layers": 32,
23
+ "pad_token_id": 2,
24
+ "rms_norm_eps": 1e-06,
25
+ "rotary": {
26
+ "base": 10000,
27
+ "type": "dynamic"
28
+ },
29
+ "tie_word_embeddings": false,
30
+ "torch_dtype": "float16",
31
+ "transformers_version": "4.36.0",
32
+ "use_cache": true,
33
+ "vocab_size": 103168
34
+ }