Update generation_config.json
Browse files- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"eos_token_id": 100001,
|
4 |
"do_sample": true,
|
5 |
"num_image_tokens": 576,
|
|
|
6 |
"temperature": 0.7,
|
7 |
"top_p": 0.95
|
8 |
}
|
|
|
3 |
"eos_token_id": 100001,
|
4 |
"do_sample": true,
|
5 |
"num_image_tokens": 576,
|
6 |
+
"pad_token_id": 100015,
|
7 |
"temperature": 0.7,
|
8 |
"top_p": 0.95
|
9 |
}
|