We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see in https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/finetune/finetune_deepseekcoder.py#L132 that the padding side for the instruct model is set to right. However, the tokenizer's default is `left. And there are no other official examples I can find for a fine-tune on the base model.
right
So what should the padding side by for the base model during train and eval?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see in https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/finetune/finetune_deepseekcoder.py#L132 that the padding side for the instruct model is set to
right
.However, the tokenizer's default is `left. And there are no other official examples I can find for a fine-tune on the base model.
So what should the padding side by for the base model during train and eval?
The text was updated successfully, but these errors were encountered: