Rafaelvariavel commited on
Commit
2a99d0b
·
verified ·
1 Parent(s): df6511a

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +6 -6
generation_config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_from_model_config": true,
 
 
 
 
3
  "bos_token_id": 50256,
4
- "eos_token_id": 50256,
5
- "output_attentions": false,
6
- "output_hidden_states": false,
7
- "transformers_version": "5.0.0",
8
- "use_cache": true
9
  }
 
1
  {
2
+ "max_length": 100,
3
+ "do_sample": true,
4
+ "temperature": 0.7,
5
+ "top_k": 50,
6
+ "top_p": 0.9,
7
  "bos_token_id": 50256,
8
+ "eos_token_id": 50256
 
 
 
 
9
  }