starcoder icon indicating copy to clipboard operation
starcoder copied to clipboard

Home of StarCoder: fine-tuning & inference!

Results 127 starcoder issues
Sort by recently updated
recently updated
newest added
trafficstars

I try to run the model with a CPU-only python driving file but unfortunately always got failure on making some attemps. And here is my adapted file: **Attempt 1:** ```...

I'm using the ```starcoderbase``` model across four GPUs to run inference. For some reason, one of the prompts I'm using causes a CUDA OOM error. Putting the tensor on GPU...

Howdy! I am using the `finetune/finetune.py` script. It trains on NVIDIA A40, and at the end when it tries to save the model/checkpoints it raises the `torch.cuda.OutOfMemoryError: CUDA out of...

I am trying to fine tune bigcode/starcoderbase model on compute A100 with 8 GPUs 80Gb VRAM. My initial steps are to adjust parameters. I get some impression that it becomes...

Beside the well-kown ChatGPT, now more and more startups and researchers note the great value and potential in OpenAI embedding API (https://platform.openai.com/docs/guides/embeddings). It enables many domain-specific adaptation and applications, like...

Seeing a lot of typical test examples like a Python counting function or code completion I'm wondering if there is something in the works to help on the project level....

Hi there. I am wondering how to disable the functionality of wanddb, when running finetune.py. Is it possible to do this by executing the "**$wandb offline**" command? Or are there...

I run the model and when running the model this message appears: Setting `pad_token_id` to `eos_token_id`:0 for open-end generation. Input length of input_ids is 21, but `max_length` is set to...

Hi I am working on FineTuning StarCoder by following the [README](https://github.com/bigcode-project/starcoder/tree/main/chat#fine-tuning-starcoder-for-chat-based-applications) in the `/chat` directory. I encounter the following Assertion error: ``` AssertionError: Check batch related parameters. train_batch_size is not...

As per the title, I have attempted to fine-tune Starcoder with my own 400MB Python code. I concatenated all .py files into a single text file, similar to the content...