-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
When generating jsonl file, training pairs are now sent with assigned system message from the prompt
-
Emptyshow more show less
Problem
When jsonl file is constructed for fine-tuning, all user defined system messages are merged into 1 large system message and added for each example set.
Each user define system message should only be added to each example set where it belongs.
The final line should look like this:
{custom t5 sys msg + user sys message + custom t5 post sys msg}{example set}
What is:
custom t5 sys msg ->
"You are a machine translation engine and translate single texts or multiple segments {fromTo}"
custom t5 post sys msg -> "Translate the following text _
"_