ChiYeung Law

Results 39 comments of ChiYeung Law

Unprompted, WizardCoder can be used for code completion, similar to the base Starcoder. It also retains the capability of performing fill-in-the-middle, just like the original Starcoder. However, since WizardCoder is...

I think you do not install the environment correctly. Please follow the instructions in the wizardcoder's finetuning section to install the environment.

Thank you for your great work. We will add the acknowledgment in the readme. ;)

yes, we are working on WizardLM 65B.

I think this is a possible reason. I took about 440s to load wizardcoder from huggingface.

If you load the ckpt and tokenizer `WizardLM/WizardCoder-15B-V1.0` from Huggingface, I think you can delete this code.

We met the same error before. We installed `deepspeed==0.9.2` and `transformers==4.29.2` to fix this error. We train our models with 8 V100-32GB GPUs.

I think you first need to check whether you have generated the codes correctly. Then check whether you install the humaneval environment correctly. Since your capture only provides limit information,...

This is a strange problem. I think you can do a small experiment to fine-tune the model with Code Alpaca and check whether the same problem exists. Maybe just fine-tune...