qgallouedec HF Staff commited on
Commit
cce73ca
·
verified ·
1 Parent(s): 551a416

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -6
generation_config.json CHANGED
@@ -1,13 +1,14 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 2,
 
4
  "eos_token_id": [
5
  1,
6
- 106
 
7
  ],
8
- "output_attentions": false,
9
- "output_hidden_states": false,
10
  "pad_token_id": 0,
11
- "transformers_version": "5.5.0",
12
- "use_cache": true
 
 
13
  }
 
1
  {
 
2
  "bos_token_id": 2,
3
+ "do_sample": true,
4
  "eos_token_id": [
5
  1,
6
+ 106,
7
+ 50
8
  ],
 
 
9
  "pad_token_id": 0,
10
+ "temperature": 1.0,
11
+ "top_k": 64,
12
+ "top_p": 0.95,
13
+ "transformers_version": "5.5.0"
14
  }