Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
We can't have the same logic, make sure to add a padding token using tokenizer.add_special_tokens({"pad_token":"<pad>"}) and resize the token embedding accordingly.