Train without eos token? #990
Answered
by
NanoCode012
StableFluffy
asked this question in
Q&A
-
How to train with ignore eos token? |
Beta Was this translation helpful? Give feedback.
Answered by
NanoCode012
Feb 28, 2024
Replies: 1 comment 2 replies
-
Could you elaborate? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, this would be an edge case. In such case, we support Bringing your own tokenized dataset. Please check readme but in essence, you’ll need to create your own prompt then tokenize it, and save as Dataset.
Afterward, you can pass the dataset path.