Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
1–10 of 11 posts
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#2Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#3A 6.7B model that's as good as GPT-4 is mostly due to overfitting in such a way that favors certain benchmarks.
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#4A 6.7B model that's as good as GPT-4 is mostly due to overfitting in such a way that favors certain benchmarks.
This a pretty strong claim with zero data to back it up
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#5A 6.7B model that's as good as GPT-4 is mostly due to overfitting in such a way that favors certain benchmarks.
This a pretty strong claim with zero data to back it up
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#6Earlier quoted context omitted.
This a pretty strong claim with zero data to back it up
While I lack specific data, my intuition is based on observed trends in AI model development. I believe some other models that claimed such numbers excelled in benchmarks but fell short in real-world applications. Further research can validate this claim, and I welcome a balanced discussion.
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#7A 6.7B model that's as good as GPT-4 is mostly due to overfitting in such a way that favors certain benchmarks.
I'm way out of my league here so I have no opinion on whether or not that actually addresses overfitting.
(that quote probably doesn't capture their intention - just a pointer into the paper)
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#8Earlier quoted context omitted.
This a pretty strong claim with zero data to back it up
Every small model that has outperformed GPT-4 has proven to be an overfit, so I would say it is the obvious claim, and any claim opposite that is what we should be skeptical of.
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#9Earlier quoted context omitted.
Every small model that has outperformed GPT-4 has proven to be an overfit, so I would say it is the obvious claim, and any claim opposite that is what we should be skeptical of.
With the exception of task specialization. Fine-tuning a small model such as Mistral 7B on a specific set of tasks can outperform using GPT-4 on those tasks, and with cheaper and faster inference.
Re: Wavecoder – a CodeLLM with 6.7B params scoring just behind GPT4
#10A 6.7B model that's as good as GPT-4 is mostly due to overfitting in such a way that favors certain benchmarks.
In their paper they say "To prevent overfitting, we use Low-Rank Adaption (LoRA) [35] for fine-tuning . . ." I'm way out of my league here so I have no opinion on whether or not that actually addresses overfitting. (that quote probably doesn't capture their intention - just a pointer into the paper)
You basically cannot beat GPT-4 on broad reasoning tasks, which the tests are designed to cover, without having some of the tests leaking into training dataset. There simply aren’t enough parameters and isn’t enough training to make that possible.