Arsh9210 commited on
Commit
6b2df4d
·
verified ·
1 Parent(s): 43caea6

Added nv-whisper/generation_config.json

Browse files
Files changed (1) hide show
  1. nv-whisper/generation_config.json +11 -0
nv-whisper/generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chat_format": "chatml",
3
+ "eos_token_id": [151643,151645],
4
+ "pad_token_id": 151643,
5
+ "do_sample": true,
6
+ "top_k": 0,
7
+ "top_p": 0.01,
8
+ "temperature": 1.0,
9
+ "repetition_penalty": 1.1,
10
+ "transformers_version": "4.38.1"
11
+ }