Cran-May commited on
Commit
3c9dfc2
·
verified ·
1 Parent(s): d7d4d73

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AwA_Motacilla-cinerea-0122",
3
+ "architectures": [
4
+ "InternLM3ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_internlm3.InternLM3Config",
9
+ "AutoModel": "modeling_internlm3.InternLM3Model",
10
+ "AutoModelForCausalLM": "modeling_internlm3.InternLM3ForCausalLM"
11
+ },
12
+ "bias": false,
13
+ "bos_token_id": 1,
14
+ "eos_token_id": 2,
15
+ "head_dim": 128,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 4096,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 10240,
20
+ "max_position_embeddings": 32768,
21
+ "model_type": "internlm3",
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 48,
24
+ "num_key_value_heads": 2,
25
+ "pad_token_id": 2,
26
+ "qkv_bias": false,
27
+ "rms_norm_eps": 1e-05,
28
+ "rope_scaling": {
29
+ "factor": 6.0,
30
+ "rope_type": "dynamic"
31
+ },
32
+ "rope_theta": 50000000,
33
+ "tie_word_embeddings": false,
34
+ "torch_dtype": "bfloat16",
35
+ "transformers_version": "4.47.1",
36
+ "use_cache": true,
37
+ "vocab_size": 128133
38
+ }