DAFERMOH commited on
Commit
a7fc550
·
verified ·
1 Parent(s): 4ace64c

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -4
generation_config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "bos_token_id": 151643,
3
- "do_sample": true,
4
  "eos_token_id": [
5
  151645,
6
  151643
7
  ],
8
  "pad_token_id": 151643,
 
9
  "temperature": 0.6,
10
- "top_k": 20,
11
  "top_p": 0.95,
12
- "transformers_version": "5.7.0"
13
- }
 
 
1
  {
2
  "bos_token_id": 151643,
 
3
  "eos_token_id": [
4
  151645,
5
  151643
6
  ],
7
  "pad_token_id": 151643,
8
+ "do_sample": true,
9
  "temperature": 0.6,
 
10
  "top_p": 0.95,
11
+ "top_k": 20,
12
+ "transformers_version": "4.51.0"
13
+ }