KaeriJenti commited on
Commit
8bd755a
·
1 Parent(s): 74a2f97

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -9
generation_config.json CHANGED
@@ -1,15 +1,11 @@
1
  {
2
  "chat_format": "raw",
3
- "do_sample": true,
4
  "eos_token_id": 151643,
5
- "max_new_tokens": 512,
6
  "pad_token_id": 151643,
7
- "stop_words_ids": [
8
- [
9
- 151643
10
- ]
11
- ],
12
  "top_k": 0,
13
  "top_p": 0.8,
14
- "transformers_version": "4.34.1"
15
- }
 
1
  {
2
  "chat_format": "raw",
 
3
  "eos_token_id": 151643,
 
4
  "pad_token_id": 151643,
5
+ "stop_words_ids": [[151643]],
6
+ "max_new_tokens": 512,
7
+ "do_sample": true,
 
 
8
  "top_k": 0,
9
  "top_p": 0.8,
10
+ "transformers_version": "4.31.0"
11
+ }