baileyk Corellios commited on
Commit
5d89684
·
verified ·
1 Parent(s): b3744c9

Define "do_sample" explicitly in generation_config.json (#6)

Browse files

- Define "do_sample" explicitly in generation_config.json (7ccdc12d9801bb398f7f1e594f6d5e82d65cd493)


Co-authored-by: Thibaut <[email protected]>

Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -7,5 +7,6 @@
7
  "transformers_version": "4.54.0",
8
  "temperature": 0.6,
9
  "top_p": 0.95,
10
- "max_new_tokens": 32768
 
11
  }
 
7
  "transformers_version": "4.54.0",
8
  "temperature": 0.6,
9
  "top_p": 0.95,
10
+ "max_new_tokens": 32768,
11
+ "do_sample": true
12
  }