Earlier quoted context omitted.
The LLM (Claude) currently doesn't know to not hallucinate numbers and instead write code + run it (something ChatGPT used to do but they fixed it)
That's because the Claude web UI doesn't yet have the equivalent of the ChatGPT Code Interpreter tool (though they say they're working on it). That's not about the quality of the Claude 3 Opus model, which is the model which people think compares to or beats GPT-4. It's about the tooling that has been built for ChatGPT.
GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
81–90 of 134 posts
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#82Earlier quoted context omitted.
It is trivial to fine tune these days. RAG is already irrelevant with large context windows.
> RAG is already irrelevant with large context windows Just last Friday I took the contents of the 2024 folder of one of the teams at the company I work for, for which we use RAG at the moment. I dumped the text index, concatenated it and used Google’s API to return the token count, to see if it would fit in Gemini’s 1M context window; turned out it was 5.7M tokens. And that’s less than 3 months worth of documents fo…
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#83Does anything currently beat GPT-4? I saw some comments here say to check out Claude. From what I can tell, Claude hasn't figure out yet how to do the whole "generate Python code and run it in a Juptyer notebook" for math yet.
GPT-4 didn't figure that out, either; that’s just tooling built around the model, not something the model “figures out”.
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#84Does anything currently beat GPT-4? I saw some comments here say to check out Claude. From what I can tell, Claude hasn't figure out yet how to do the whole "generate Python code and run it in a Juptyer notebook" for math yet.
A programming task where Mistral-large beats both GPT-4 and Claude Opus: https://sdk.vercel.ai/s/Thi7RDx9e8VOZo1Ee6We5 (only Mistral got the current syntax) Although based on other tasks, overall, GPT-4 seems to be the best, but by a very small margin, so I cancelled my subscription. Although the native mobile app is really great.
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#85Extremely hot LLM take: You will often get better results with few-shot prompting (with good examples) on a modern LLM than with a finetuned LLM. Finetuning was the best option for weaker LLMs with lower context windows (e.g. the original GPT-3): both problems have been solved nowadays. The cost economics are much better with few-shot prompting to modern LLMs too: input tokens are super cheap (especially with the rec…
Seems like the bitter lesson is still right: http://www.incompleteideas.net/IncIdeas/BitterLesson.html
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#86Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#87I lead AI teams at my company. I've advised leadership against any kind of training / fine-tuning anything. We're not in the business of training models. We will never be as good as OpenAI / Anthropic etc. Where the real value in applications is smarter prompting techniques and RAG. There is a lot of room at the bottom in doing "dumb" things and simply feeding models with the right context to deliver customer value.
You have to know when to RAG, finetune, or RAG+finetune.
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#88Earlier quoted context omitted.
It is trivial to fine tune these days. RAG is already irrelevant with large context windows.
Citation needed on "trivial to fine tune".
The claim that RAG is dead is obviously wrong.
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#89And in practice, most tasks people are using GPT-4 for in production are more like the latter than the former.
(Disclaimer: building https://openpipe.ai, which makes it super easy to productize this workflow).
Re: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10M
#90A lot of models claim to be GPT3.5 class that clearly are not in the first place.