LeroyDyer commited on
Commit
269f470
·
verified ·
1 Parent(s): c81d974

Upload generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -8
generation_config.json CHANGED
@@ -1,8 +1,11 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 1,
4
- "eos_token_id": 2,
5
- "pad_token_id": 0,
6
- "transformers_version": "4.41.2",
7
- "use_cache": false
8
- }
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "use_cache": false,
4
+ "temperature": 0.7,
5
+ "top_p" : 100,
6
+ "top_k": 0.42,
7
+ "do_sample": true,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "transformers_version": "4.38.2"
11
+ }