DeepSeek-Coder-V2 icon indicating copy to clipboard operation
DeepSeek-Coder-V2 copied to clipboard

File name char prefix used in training

Open valerybugakov opened this issue 1 year ago • 0 comments

Thanks for the fantastic work you've done with the deepseek-v2-lite-base!

I'm trying to verify if different chars were used as prefixes for the file names in Repository Level Code Completion. Here you have an example with Python where # is used to prefix utils.py. Is it recommended to use # for all the languages for the best FIM completions quality, or is it appropriate to use comment chars specific to the current languages (e.g., # for javascript)?

valerybugakov avatar Aug 26 '24 06:08 valerybugakov