Rudra-ai commited on
Commit
fdd57c7
·
verified ·
1 Parent(s): 214592a

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -0
generation_config.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "bos_token_id": 128000,
3
  "do_sample": true,
 
 
 
 
 
4
  "temperature": 0.6,
5
  "top_p": 0.9,
6
  "transformers_version": "4.46.1"
 
1
  {
2
  "bos_token_id": 128000,
3
  "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
  "transformers_version": "4.46.1"