Helw150 commited on
Commit
6232d79
·
1 Parent(s): 5819f88

tokenizer fix

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -1
tokenizer_config.json CHANGED
@@ -2058,5 +2058,7 @@
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 1000000000000000019884624838656,
2061
- "tokenizer_class": "PreTrainedTokenizerFast"
 
 
2062
  }
 
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 1000000000000000019884624838656,
2061
+ "tokenizer_class": "PreTrainedTokenizerFast",
2062
+ "pad_token": "<|reserved_special_token_0|>",
2063
+ "padding_side": "right"
2064
  }