chenlin
commited on
Commit
•
e70a873
0
Parent(s):
init
Browse files- config.json +36 -0
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/petrelfs/dongxiaoyi/gittest/IXC/output/DS_full_044HD1_1128_BS256/checkpoint-714",
|
3 |
+
"architectures": [
|
4 |
+
"InternLMXComposerForCausalLM"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_InternLM_XComposer.InternLMXComposerConfig",
|
8 |
+
"AutoModel": "modeling_InternLM_XComposer.InternLMXComposerForCausalLM",
|
9 |
+
"AutoModelForCausalLM": "modeling_InternLM_XComposer.InternLMXComposerForCausalLM"
|
10 |
+
},
|
11 |
+
"bias": true,
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"device": "cuda",
|
14 |
+
"eos_token_id": 2,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 4096,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 11008,
|
19 |
+
"intern_converted_llm": true,
|
20 |
+
"internlm_lora": null,
|
21 |
+
"kqvo_bias": true,
|
22 |
+
"max_length": 768,
|
23 |
+
"max_position_embeddings": 2048,
|
24 |
+
"model_type": "InternLMXComposer",
|
25 |
+
"num_attention_heads": 32,
|
26 |
+
"num_hidden_layers": 32,
|
27 |
+
"num_quant": 32,
|
28 |
+
"num_query_token": 64,
|
29 |
+
"pad_token_id": -1,
|
30 |
+
"rms_norm_eps": 1e-05,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "bfloat16",
|
33 |
+
"transformers_version": "4.33.1",
|
34 |
+
"use_cache": false,
|
35 |
+
"vocab_size": 103172
|
36 |
+
}
|