DeepSeek-Coder-V2
DeepSeek-Coder-V2 copied to clipboard
Hi, I have a question about fine tuning.
-
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?