hiyouga commited on
Commit
753ecfd
1 Parent(s): 8e5e61a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -4,8 +4,8 @@
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "eos_token_id": 2,
9
  "hidden_act": "silu",
10
  "hidden_size": 16,
11
  "initializer_range": 0.02,
@@ -21,7 +21,7 @@
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
- "transformers_version": "4.32.0",
25
  "use_cache": true,
26
- "vocab_size": 32000
27
  }
 
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "eos_token_id": 128009,
9
  "hidden_act": "silu",
10
  "hidden_size": 16,
11
  "initializer_range": 0.02,
 
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
+ "transformers_version": "4.40.0",
25
  "use_cache": true,
26
+ "vocab_size": 128256
27
  }