Replies: 1 comment
-
your path_src dataset cannot be in jsonl format, it has to be plain text and you need to replace "\n" by the default.SEP token. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, Iʻm getting issues upon inference on the llama 3.2 1B Quantized model I finetuned.
Hereʻs my training config:
Here is the format of my training prompt (in jsonl format):
Here is my inference config file:
and here is the format of my inference prompt (not in jsonl format):
And this is the output I get:
Can please tell me what Iʻm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions