Hazy2028 commited on
Commit
cdbaa3a
1 Parent(s): 546449a

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -29
config.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "_name_or_path": "/mnt/petrelfs/qiupengcheng/sftp-src/upload/internlm_pretrain/checkpoint-18000",
3
- "architectures": [
4
- "InternLMForCausalLM"
5
- ],
6
- "auto_map": {
7
- "AutoConfig": "configuration_internlm.InternLMConfig",
8
- "AutoModel": "modeling_internlm.InternLMForCausalLM",
9
- "AutoModelForCausalLM": "modeling_internlm.InternLMForCausalLM"
10
- },
11
- "bias": true,
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": 11008,
18
- "max_position_embeddings": 2048,
19
- "model_type": "internlm",
20
- "num_attention_heads": 16,
21
- "num_hidden_layers": 16,
22
- "pad_token_id": 0,
23
- "rms_norm_eps": 1e-06,
24
- "tie_word_embeddings": false,
25
- "torch_dtype": "float32",
26
- "transformers_version": "4.28.1",
27
- "use_cache": true,
28
- "vocab_size": 103168
29
- }