CreitinGameplays commited on
Commit
ac6db24
·
verified ·
1 Parent(s): 3479ae1

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +3 -3
generation_config.json CHANGED
@@ -3,9 +3,9 @@
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "do_sample": true,
6
- "temperature": 0.58,
7
- "top_p": 0.95,
8
  "typical_p": 0.9,
9
- "top_k": 25,
10
  "transformers_version": "4.51.3"
11
  }
 
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "do_sample": true,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
  "typical_p": 0.9,
9
+ "top_k": 30,
10
  "transformers_version": "4.51.3"
11
  }