blair-johnson
commited on
Commit
•
a1f0c4b
1
Parent(s):
ac17d8d
Update tokenizer config to specify left padding
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"model_max_length": 512,
|
3 |
"special_tokens_map_file": "special_tokens_map.json",
|
4 |
-
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"model_max_length": 512,
|
3 |
"special_tokens_map_file": "special_tokens_map.json",
|
4 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
5 |
+
"padding_side": "left"
|
6 |
}
|