pankajpandey-dev commited on
Commit
ea802c4
·
verified ·
1 Parent(s): 3a11eb4

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -2
generation_config.json CHANGED
@@ -6,5 +6,8 @@
6
  ],
7
  "pad_token_id": 248055,
8
  "transformers_version": "5.5.0",
9
- "use_cache": true
10
- }
 
 
 
 
6
  ],
7
  "pad_token_id": 248055,
8
  "transformers_version": "5.5.0",
9
+ "use_cache": true,
10
+ "repetition_penalty": 1.1,
11
+ "no_repeat_ngram_size": 6,
12
+ "max_new_tokens": 512
13
+ }