-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the generations not right #254
Comments
I think that is more to do with the tokenizer used for example training. The tokenizer contains just a few words only such as [CLS], [UNK] [SEP] etc. You can look at it here, [https://huggingface.co/robot-test/dummy-tokenizer-wordlevel/blob/main/tokenizer.json](Dummy Tokenizer). |
nice! great! when I use:
and modify "examples/config_tiny_llama.yaml"
then result:
|
torchrun --nproc_per_node=1 run_generate.py --ckpt-path checkpoints/10/ --tp 1 --pp 1
result:
The text was updated successfully, but these errors were encountered: