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

Hi! I followed carefully the installations instructions in the README for the fine tuning task (I also have installed the packages in requirements.txt), but the installation wasn't successful. Please, which...

Hi, thanks for sharing the great work! May I ask that where you get the PDDL(Planning Domain Definition Language) data? I run the demo on huggingface and found that starcoder...

My current approach is shown [here](https://github.com/huggingface/peft/issues/662) but besides the error i assume more is wrong with it. there is no resources anywhere that I could find that provide a coherent...

Can you add a Chat Function?

Hi, just fixing word 'hyperparameters'

====================== === EXAMPLE 6 === Implement a program to find the common elements in two arrays without using any extra data structures. You can use Python's built-in set datatype for...

I'm trying to setup star-chat beta, but when i provide input as a part of Predict function, it fails with 400 error code. Could you please provide some information around...

Hi, I wonder how does the training loss computed when we finetune starcoder by lora? Is the loss computation includes prompt tokens and generated tokens, or just the generated tokens?...

how to change this code to make it work on 2 11G 2080ti?: ```# make sure you have accelerate and bitsandbytes installed from transformers import AutoModelForCausalLM, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("bigcode/starcoder")...