Commit
·
e745cf5
1
Parent(s):
d55147c
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"model_max_length": 512,
|
3 |
-
"padding_side": "
|
4 |
"special_tokens_map_file": "special_tokens_map.json",
|
5 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
6 |
}
|
|
|
1 |
{
|
2 |
"model_max_length": 512,
|
3 |
+
"padding_side": "left",
|
4 |
"special_tokens_map_file": "special_tokens_map.json",
|
5 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
6 |
}
|