wygbb commited on
Commit
745a0c7
·
verified ·
1 Parent(s): 8b3cfa1

Delete config.json

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