Does anyone know why the sizes of these models are typically expressed in number of weights (i.e 1.5B and 9B in this case), without mentioning the weight size in bytes? For practical reasons, I often like to know how much GPU RAM is required to run these models locally. The actual number of weights seems to only express some kind of relative power, which I doubt is relevant to most users. Edit: reformulated to sound…
Yi-Coder: A Small but Mighty LLM for Code
81–90 of 117 posts
Re: Yi-Coder: A Small but Mighty LLM for Code
#82I tested this out on my workload ( SRE/Devops/C#/Golang/C++ ). it started responding about non-sense on a simple write me boto python script that changes x ,y,z value. Then I tried other questions in my past to compare... However, I believe the engineer who did the LLM, just used the questions in benchmarks. One instance after a hour of use ( I stopped then ) it answered one question with 4 different programming lang…
Re: Yi-Coder: A Small but Mighty LLM for Code
#83Does anyone know why the sizes of these models are typically expressed in number of weights (i.e 1.5B and 9B in this case), without mentioning the weight size in bytes? For practical reasons, I often like to know how much GPU RAM is required to run these models locally. The actual number of weights seems to only express some kind of relative power, which I doubt is relevant to most users. Edit: reformulated to sound…
Re: Yi-Coder: A Small but Mighty LLM for Code
#84Can someone explain these Aider benchmarks to me? They pass same 113 tests through llm every time. Why they then extrapolate ability of llm to pass these 113 basic python challenges to the general ability to produce/edit code? For me it sounds like this or that model is 70% accurate in solving same hundred python training tasks, but why does it mean that it's good at other languages and arbitrary, private tasks as we…
Re: Yi-Coder: A Small but Mighty LLM for Code
#85Re: Yi-Coder: A Small but Mighty LLM for Code
#86Everytime someone tells how AI 10x his programming capabilities I'm like "tell me you're bad at coding without telling me".
Re: Yi-Coder: A Small but Mighty LLM for Code
#87I tested this out on my workload ( SRE/Devops/C#/Golang/C++ ). it started responding about non-sense on a simple write me boto python script that changes x ,y,z value. Then I tried other questions in my past to compare... However, I believe the engineer who did the LLM, just used the questions in benchmarks. One instance after a hour of use ( I stopped then ) it answered one question with 4 different programming lang…
I have the same experience, hallucinates and rambles on and on about "solutions" that are not related. Unfortunately, this has always been my experience with all open source code models that can be self-hosted.
Re: Yi-Coder: A Small but Mighty LLM for Code
#88Earlier quoted context omitted.
Coding Assistants are not good enough (yet). Inline suggestions and chats are incredibly helpful and boost productivity (and only to those who know to use them well), but that's as fast as they go today. If they can take a Jira ticket, debug the code, create a patch for a large codebase and understand and respect all the workarounds in a legacy codebase, I would have a problem with it.
Have you seen https://www.swebench.com/ ? Once you engage agentic behaviour, it can take you way further than just the chats. We're already in the "resolving JIRA tickets" area - it's just hard to setup, not very well known, and may be expensive.
For very simple tasks maybe, but not for the kinds of things I get paid to do.
I don't think it will be able to get to the level of reliably doing difficult programming tasks that require understanding and inferring requirements without having AGI, in which case society has other things to worry about than programmers losing their jobs.
Re: Yi-Coder: A Small but Mighty LLM for Code
#89Weird they're comparing it to really old deepseek v1 models, even v2 has been out a long time now.
My barely-informed guess is that they don't have the resources to run it (it's a 200b+ model).
Re: Yi-Coder: A Small but Mighty LLM for Code
#90> Continue pretrained on 2.4 Trillion high-quality tokens over 52 major programming languages. I'm still waiting for a model that's highly specialised for a single language only - and either a lot smaller than these jack of all trades ones or VERY good at that specific language's nuances + libraries.
An unfortunate fact is, similar to human with infinite time, LLMs usually have better performance on your specific langauge when they are not limited to learn or over-sample one single language. Not unlike the common saying "learning to code in Haskell makes you a better C++ programmer". Of course, this is far from trivial, you don't just add more data and expect it to automatically be better for everything. So is ti…
Source? Im very curious how learning one language helps model to generate code in language with different paradigms. Java, Markdown, JSON, HTML, Fortran?