-
Hi friends,
I was trying the finetuing/starcoder/finetune.py using torch.distributed.launch, and met the following error :
FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/ch…
-
When will support huggingface GPT BigCode model
-
When will support huggingface GPT BigCode model
-
Excuse me, how is your reproduction in starcoder/wizardCoder? Can the data achieve the effect of humaneval 57 claimed in the paper?
thank you very much!
-
starcoder's format for inference in code completion is PSM, + prefix + + suffix +
what's that for starcoder2?
from the paper, we could only see that
![image](https://github.com/bigcode-pro…
-
StarCoderPlus uses StarCoder + RefinedWeb dataset for training but with a longer context length. Are there plans to release a version with a longer context length, such as 8192?
-
The reproduced pass@1 result of StarCoder on the MBPP dataset is 43.6*, which differs from the reported result of 52.7 in the paper. Can you explain that?
-
### 相关问题
申请增加starcoder支持!
### 可能的解决办法
申请增加starcoder支持!
### 帮助开发
- [ ] 我愿意协助开发!
### 补充说明
_No response_
-
实测sqlcoder2(基于starcoder)模型的速度比vllm快,但是输出内容与原版模型相差甚远,是否完全是因为不支持beam search的问题?
-
目前第一步数据清洗是与starcoder相同,想学习了解后面是如何过滤掉低质量代码、语法错误或可读性差的代码的。
谢谢!