Left side paddin
Browse filesChanges the padding side to the left so the model can be used in a batched manner.
- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -8008,6 +8008,7 @@
|
|
| 8008 |
"input_ids",
|
| 8009 |
"attention_mask"
|
| 8010 |
],
|
|
|
|
| 8011 |
"model_max_length": 1000000000000000019884624838656,
|
| 8012 |
"processor_class": "PixtralProcessor",
|
| 8013 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
|
|
|
| 8008 |
"input_ids",
|
| 8009 |
"attention_mask"
|
| 8010 |
],
|
| 8011 |
+
"padding_side": "left",
|
| 8012 |
"model_max_length": 1000000000000000019884624838656,
|
| 8013 |
"processor_class": "PixtralProcessor",
|
| 8014 |
"tokenizer_class": "PreTrainedTokenizerFast",
|