>The Code Llama models provide stable generations with up to 100,000 tokens of context. Not a bad context window, but makes me wonder how embedded code models would pick that context when dealing with a codebase larger than 100K tokens. And this makes me further wonder if, when coding with such a tool (or at least a knowledge that they’re becoming more widely used and leaned on), are there some new considerations tha…
That seems daft. You can, I suppose, contract your code so that it’s context free and uses less tokens, but that makes it more confusing for humans and language models . Taken to the extreme, you can see obviously with one letter functions and variables like i, j, k the model will be able to infer literally nothing and, thus, produce arbitrary nonsense. Clearly the solution is to do what we already do to manage compl…
Code Llama, a state-of-the-art large language model for coding
431–440 of 525 posts
Re: Code Llama, a state-of-the-art large language model for coding
#432Re: Code Llama, a state-of-the-art large language model for coding
#433TheBloke doesn’t joke around [1]. I’m guessing we’ll have the quantized ones by the end of the day. I’m super excited to use the 34B Python 4 bit quantized one that should just fit on a 3090. [1] https://huggingface.co/TheBloke/CodeLlama-13B-Python-fp16
can it be quantised further so it can run locally on a normal laptop of a developer?
Re: Code Llama, a state-of-the-art large language model for coding
#434Earlier quoted context omitted.
Perfect example of why I said academic interest. Awkward tie-ins between SBF and value systems (?) have no effect on practical usage. A theoretical concern they might train on my API data after saying they won't doesn't either. Amazon might be training on everything not bolted down in S3, not worth wasting brain power on that. The moderation API isn't some magic gotcha, it's documented. They don't want to deal with p…
In my opinion the risk is coupling accelerated intelligence to competitive business models.
Re: Code Llama, a state-of-the-art large language model for coding
#435Never before in the history of mankind was a group so absolutely besotted with the idea of putting themselves out of a job.
Re: Code Llama, a state-of-the-art large language model for coding
#436Earlier quoted context omitted.
But it won't stop there. Why would it stop at some arbitrarily defined boundary? The savings associated with no longer having to pay programmers the amounts of money that they believe they are worth (high enough to result in collusion between employers) are just too tempting.
The answer to AI stealing your job is to go ahead and start a company, solve a hard problem, sell the solution and leverage AI to do this.
Re: Code Llama, a state-of-the-art large language model for coding
#437Between this, ideogram.ai (image generator which can spell, from former Google Imagen team member and others), and ChatGPT fine-tuning, this has been a truly epic week. I would argue that many teams will have to reevaluate their LLM strategy _again_ for the second time in a week.
I tried Ideogram yesterday and it felt too much like existing generators (base SD and Midjourney). DALLE2 actually has some interestingly different outputs, the problem is they never update it or fix the bad image quality.
Re: Code Llama, a state-of-the-art large language model for coding
#438Re: Code Llama, a state-of-the-art large language model for coding
#439This is great for asking questions like "how do I do x with y" and this code > isn't working, whats wrong? Much faster that googling, or a great basis for forming a more accurate google search. Where its a bit shit is when its used to provide auto suggest. It hallucinates plausible sounding functions/names, which for me personally are hard to stop if they are wrong (I suspect that's a function of the plugin)