starcoder
starcoder copied to clipboard
Home of StarCoder: fine-tuning & inference!
I am attempting to finetune the model using the command provided in the README. I am getting CUDA OutOfMemoryError: ``` OutOfMemoryError: CUDA out of memory. Tried to allocate 144.00 MiB...
Hey, I am finishing a project on evaluating code language models on "creative" programming (shadercode). Just yesterday I finished fine-tuning sanatacoder on three different datasets to evaluate on my metric....
Project Uses Code Under Non-Permissive License to train AI models in violation of these licenses.
People had their work added to the training set without their explicit opt in permission and without their consent. This means that this entire project stack, as it's called, is...
error
(venv) PS D:\Python project\venv> python starcoder.py Traceback (most recent call last): File "C:\WINDOWS\system32\venv\Lib\site-packages\huggingface_hub\utils\_errors.py", line 259, in hf_raise_for_status response.raise_for_status() File "C:\WINDOWS\system32\venv\Lib\site-packages\requests\models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client...
Hello! Thank you for your work. I've encountered a strange behavior using a VS Code plugin (HF autocompletion). Sometimes it breaks the completion and adding it from the middle, like...
After installing the dependent library, how to use it
I do not find the link of the StarEncoder. Is StarEncoder available?
trust_remote_code=True should not be necessary with the latest transformers
github -> GitHub
- specify need to log to HF hub in disclaimer - mention use of fp16/bf16 to save memory when loading model - remove `trust_remote_code` when loading model we should probably...