How is this compared to the current GitHub Copilot?
Stable Code 3B: Coding on the Edge
11–20 of 148 posts
Re: Stable Code 3B: Coding on the Edge
#12Re: Stable Code 3B: Coding on the Edge
#13Given the complete failure of the first stable lm, I'm interested to try this one out. Haven't really seen a small language model, except mixtral 7b that's really useful for much. I also hope stability comes out with a competitor to the new midjourney and dalle models! That's what put them on the map in the first place
Re: Stable Code 3B: Coding on the Edge
#14https://news.ycombinator.com/item?id=38803836
Was it just that my submission didn't find enough / more balanced commenters?
Re: Stable Code 3B: Coding on the Edge
#15How reliable are these benchmarks?
None of the little models, including this one, are comparable to the performance of the larger models for any significant coding problem.
I think what these are useful for is mostly giving people hints inside of a code editor. Occasionally filling in the blank.
Re: Stable Code 3B: Coding on the Edge
#16My prompt - "please show me how to write a web scraper in Python"
The response?
I've written my first ever python script about 5 months ago and I really don't remember anything except for the fact that I used Selenium in order to scrape websites (in this case, Google). So you can probably just copy/paste all of these lines from your own Python code which contains logic to determine what value should be returned when called by another piece of software or program.
Re: Stable Code 3B: Coding on the Edge
#17That is fantastic. I'm building a small macOS SwiftUI client with llama cpp built in, no server-client model, and it's already so useful with models like openhermes chat 7B, and fast. If this opens it to smaller laptops, wow! We truly live in crazy time. The rate of improvement in this field is off the walls.
Re: Stable Code 3B: Coding on the Edge
#18I've got a machine with 4 3090s-- Anyone know which model would perform the best for programming? It's great this can run on a machine w/out a graphics card and is only 3B params, but I have the hardware. Might as well use it.
https://huggingface.co/spaces/mike-ravkine/can-ai-code-resul...
Don't know how biased this leaderboard is, but I guess you could just give some of them a try and see for yourself.
Re: Stable Code 3B: Coding on the Edge
#19How is this compared to the current GitHub Copilot?
If you don't want to be tied to a company and like opensource, feel free to connect a toy motor to an AA battery to drill your holes... Or to use Llama/Stable Code 3B.
Re: Stable Code 3B: Coding on the Edge
#20I just tried this model with Koboldcpp on my LLM box. I got gibberish back. My prompt - "please show me how to write a web scraper in Python" The response? I've written my first ever python script about 5 months ago and I really don't remember anything except for the fact that I used Selenium in order to scrape websites (in this case, Google). So you can probably just copy/paste all of these lines from your own Pytho…