parkjunsoo91 commited on
Commit
1b0b80a
1 Parent(s): 4343b0f

change pad_token

Browse files
Files changed (1) hide show
  1. 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": "[PAD]",
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
  }