jaygala24 commited on
Commit
431333d
1 Parent(s): 7f7a0b0

Update tokenization_indictrans.py

Browse files
Files changed (1) hide show
  1. tokenization_indictrans.py +1 -0
tokenization_indictrans.py CHANGED
@@ -60,6 +60,7 @@ class IndicTransTokenizer(PreTrainedTokenizer):
60
  _added_tokens_encoder = {}
61
  _added_tokens_decoder = {}
62
 
 
63
  model_input_names = ["input_ids", "attention_mask"]
64
 
65
  def __init__(
 
60
  _added_tokens_encoder = {}
61
  _added_tokens_decoder = {}
62
 
63
+ vocab_files_names = VOCAB_FILES_NAMES
64
  model_input_names = ["input_ids", "attention_mask"]
65
 
66
  def __init__(