parkjunsoo91
commited on
Commit
•
1b0b80a
1
Parent(s):
4343b0f
change pad_token
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -2058,7 +2058,7 @@
|
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
"model_max_length": 4096,
|
2061 |
-
"pad_token": "
|
2062 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
2063 |
"truncation_side": "left"
|
2064 |
}
|
|
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
"model_max_length": 4096,
|
2061 |
+
"pad_token": "<|reserved_special_token_5|>",
|
2062 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
2063 |
"truncation_side": "left"
|
2064 |
}
|