denver1 commited on
Commit
538124f
·
1 Parent(s): 03994ce

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -26
config.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "architectures": [
3
- "BaiChuanForCausalLM"
4
- ],
5
- "auto_map": {
6
- "AutoConfig": "configuration_baichuan.BaiChuanConfig",
7
- "AutoModelForCausalLM": "modeling_baichuan.BaiChuanForCausalLM"
8
- },
9
- "bos_token_id": 1,
10
- "eos_token_id": 2,
11
- "hidden_act": "silu",
12
- "hidden_size": 4096,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 11008,
15
- "max_position_embeddings": 4096,
16
- "model_type": "baichuan",
17
- "num_attention_heads": 32,
18
- "num_hidden_layers": 32,
19
- "pad_token_id": 0,
20
- "rms_norm_eps": 1e-06,
21
- "tie_word_embeddings": false,
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.29.1",
24
- "use_cache": true,
25
- "vocab_size": 64000
26
- }