anakin87 commited on
Commit
5d89eea
1 Parent(s): 5f59db1

keep trying

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_from_model_config": false,
3
  "bos_token_id": 1,
4
  "eos_token_id": [
5
  32007,
@@ -7,4 +6,6 @@
7
  32000
8
  ],
9
  "pad_token_id": 32000,
 
 
10
  }
 
1
  {
 
2
  "bos_token_id": 1,
3
  "eos_token_id": [
4
  32007,
 
6
  32000
7
  ],
8
  "pad_token_id": 32000,
9
+ "do_sample": true,
10
+ "temperature": 0.001
11
  }