Hello, I find that after stage3 training the tokenizer.json in checkpoint dir is empty, so when I run evaluation, I am confronted with below error.
File "/home/zmz/miniconda3/envs/osprey/lib/python3.10/site-packages/transformers/tokenization_utils_fast.py", line 111, in __init__
fast_tokenizer = TokenizerFast.from_file(fast_tokenizer_file)
Exception: EOF while parsing a value at line 1 column 0
Hello, I find that after stage3 training the tokenizer.json in checkpoint dir is empty, so when I run evaluation, I am confronted with below error.