You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when inferring from a model to FIM, I want to fine-tune it with a dataset, but the format of the dataset is
{"instruction" : "", "output": ""} should I use this format, or should I add tokens such as ?
"<|fim▁hole|>" "<|fim▁begin|>", etc.
when inferring the model, I am using a template like <|fim▁begin|>{prefix}<|fim▁hole|>{suffix}<|fim▁end|>,
is this correct?
For example :
"<|fim▁begin|> handleMoveFocus = (<|fim▁hole|>) => {\n let index =<|fim▁end|>"
Is this the right way to ask for reasoning in this form?
The text was updated successfully, but these errors were encountered:
when inferring from a model to FIM, I want to fine-tune it with a dataset, but the format of the dataset is
{"instruction" : "", "output": ""} should I use this format, or should I add tokens such as ?
"<|fim▁hole|>" "<|fim▁begin|>", etc.
when inferring the model, I am using a template like <|fim▁begin|>{prefix}<|fim▁hole|>{suffix}<|fim▁end|>,
is this correct?
For example :
"<|fim▁begin|> handleMoveFocus = (<|fim▁hole|>) => {\n let index =<|fim▁end|>"
Is this the right way to ask for reasoning in this form?
The text was updated successfully, but these errors were encountered: