Replies: 2 comments
-
It looks like it matches the Have you tried something like this?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes! The one you said works. Alternatively, you can use the following
|
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,
I am trying to set up training for mistral instruct, can you please advise what dataset config to use.
I have dataset configured in instruct format https://huggingface.co/datasets/dnovak232/sql_create_context-v4-mssql-instruct
but how do I need to configure .yaml for it. I see this recommendation for instruct format below, but not sure as mistral uses
[INST] {instruction} [/INST] {answer}?datasets:
type:
system_prompt: ""
field_system: system
format: "[INST] {instruction} [/INST]"
no_input_format: "[INST] {instruction} [/INST]"
Beta Was this translation helpful? Give feedback.
All reactions