Earlier quoted context omitted.
This thread started with AI code whose correctness of is_prime no-one has questioned so far :-D -1 True 0 True 1 True 2 True 3 True 4 False
Well, I’m questioning it… not that it really matters. -1, 0, and 1 are no good. Two divisors for positive integer X: 1, X I recently demonstrated GPT-4 via by having it explain phases of matter metaphorically with animals. Though impressive, it points to loose abstraction being more in range than firm abstraction. Let’s get that model a python interpreter and see how far we can take this party. Until then, I’m going…
Code Llama, a state-of-the-art large language model for coding
521–525 of 525 posts
Re: Code Llama, a state-of-the-art large language model for coding
#522Earlier quoted context omitted.
Looks like they aren't releasing a pretty interesting model too. In the paper they mention a "Unnatural Code Llama" which wipes the floor with every other model/finetune on every benchmark except for slightly losing to Code Llama Python on MBPP pass@100 and slightly losing to GPT-4 on HumanEval pass@1 which is insane. Meta says later on that they aren't releasing it and give no explanation. I wonder why given how inc…
Note that current GPT-4 pass@1 for HumanEval is closer to 90% than to 67% reported in GPT-4 technical report, as reported, e.g., in [1] [1] https://arxiv.org/abs/2305.01210
Re: Code Llama, a state-of-the-art large language model for coding
#523Earlier quoted context omitted.
I'm not sure copilot is using codex anymore[0]. They've also been talking about a shift towards GPT-4 with "Copilot X" a few times now[1][2]. [0] https://github.blog/2023-07-28-smarter-more-efficient-coding... [1] https://github.com/features/preview/copilot-x [2] https://github.blog/2023-07-20-github-copilot-chat-beta-now-...
Copilot X is just their name for their project to bring AI to more areas of VSCode. I don’t believe they can use GPT-4 for completions because it’s a chat-optimized model. It seems that they are using something else, that blog post seems to imply it’s a custom-trained model.
[1] https://github.com/cosmojg/nvim-magic
Re: Code Llama, a state-of-the-art large language model for coding
#524Re: Code Llama, a state-of-the-art large language model for coding
#525Earlier quoted context omitted.
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.
The only thing that takes anyone's job is demand shortfalls. Productivity increases certainly don't do it. It's like saying getting a raise makes you poorer.