Safetensors
llama
aggr commited on
Commit
2a3b3ce
·
verified ·
1 Parent(s): 347a289

Update generation_config(1).json

Browse files
Files changed (1) hide show
  1. generation_config(1).json +3 -4
generation_config(1).json CHANGED
@@ -1,11 +1,10 @@
1
  {
2
- "bos_token_id": 151643,
3
  "do_sample": true,
4
  "eos_token_id": [
5
- 151645,
6
- 151643
7
  ],
8
- "pad_token_id": 151643,
9
  "repetition_penalty": 1.05,
10
  "temperature": 0.7,
11
  "top_k": 20,
 
1
  {
2
+ "bos_token_id": 100000,
3
  "do_sample": true,
4
  "eos_token_id": [
5
+ 100001
 
6
  ],
7
+ "pad_token_id": 100001,
8
  "repetition_penalty": 1.05,
9
  "temperature": 0.7,
10
  "top_k": 20,