`self.ckpt_path` -> `self.data.ckpt_path`
This commit is contained in:
parent
05cf9b1dde
commit
a49a633164
|
@ -251,7 +251,7 @@ class TrainerBase(abc.ABC):
|
|||
return True
|
||||
|
||||
def get_tokenizer(self) -> transformers.PreTrainedTokenizerBase:
|
||||
return get_tokenizer(self.ckpt_path)
|
||||
return get_tokenizer(self.data.ckpt_path)
|
||||
|
||||
def save_data(self):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue