gyulukeyi commited on
Commit
7d2fa54
·
1 Parent(s): 3c493e7

Another attempt to auto-load generation config

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "decoder_start_token_id": 1,
5
  "do_sample": [
6
- false
7
  ],
8
  "early_stopping": true,
9
  "eos_token_id": 1,
 
1
  {
2
+ "_from_model_config": false,
3
  "bos_token_id": 1,
4
  "decoder_start_token_id": 1,
5
  "do_sample": [
6
+ true
7
  ],
8
  "early_stopping": true,
9
  "eos_token_id": 1,