sidpanda commited on
Commit
0fa0def
1 Parent(s): 9d92461

Update generation_config.json

Browse files

reverting to standard generation

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": 50,
9
- "temperature": 0.2,
10
  "max_new_tokens": 512
11
  }
 
5
  "pad_token_id": 0,
6
  "transformers_version": "4.36.2",
7
  "do_sample": "True",
8
+ "top_k": 10,
9
+ "temperature": 0.8,
10
  "max_new_tokens": 512
11
  }