sidpanda commited on
Commit
9d92461
1 Parent(s): 8fc21ae

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -5,7 +5,7 @@
5
  "pad_token_id": 0,
6
  "transformers_version": "4.36.2",
7
  "do_sample": "True",
8
- "top_k": 30,
9
- "temperature": 0.4,
10
  "max_new_tokens": 512
11
  }
 
5
  "pad_token_id": 0,
6
  "transformers_version": "4.36.2",
7
  "do_sample": "True",
8
+ "top_k": 50,
9
+ "temperature": 0.2,
10
  "max_new_tokens": 512
11
  }