fix padding side
Browse filesLeft padding is not supported in `mpt-30b`, explicitly set the padding side to right.
- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"add_prefix_space": false,
|
3 |
"bos_token": "<|endoftext|>",
|
4 |
"clean_up_tokenization_spaces": true,
|
|
|
1 |
{
|
2 |
+
"padding_side": "right",
|
3 |
"add_prefix_space": false,
|
4 |
"bos_token": "<|endoftext|>",
|
5 |
"clean_up_tokenization_spaces": true,
|