Camille7777 CCCTTT commited on
Commit
c4c0b31
1 Parent(s): 930487b

Update generation_config.json (#8)

Browse files

- Update generation_config.json (4ec1251079af73c5646a1b9d9243ba4799d5f58f)


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

Files changed (1) hide show
  1. generation_config.json +1 -0
generation_config.json CHANGED
@@ -3,6 +3,7 @@
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "pad_token_id": 2,
 
6
  "temperature": 0.3,
7
  "top_p": 0.95,
8
  "transformers_version": "4.31.0"
 
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "pad_token_id": 2,
6
+ "do_sample": true,
7
  "temperature": 0.3,
8
  "top_p": 0.95,
9
  "transformers_version": "4.31.0"