Earlier quoted context omitted.
If you need a perfect score, don't use LLMs. This seems obvious to me, even given the state of the art LLMs. I am a heavy user of GPT4 and I wouldn't bet $1000 bucks on it being 100% reliable for any non-trivial task.
They'll get better. Humans are far from perfect, and I have no doubt that LLMs will eventually outperform them for non-trivial tasks consistently.
OpenAI GPT-4 vs. Groq Mistral-8x7B
31–40 of 139 posts
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#32Earlier quoted context omitted.
If you have speed you can generate multiple answers and have another model pick the best one.
If I ask an LLM a very complex and specific question 500 times, if it just doesn't know the facts you'll still get the wrong answer 500 times. That's understandable. The real problem is when the AI lies/hallucinates another answer with confidence instead of saying "I don't know".
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#33There are so many applications for LLMs where having a perfect score is much more important than speed, because getting it wrong is so expensive, damaging, or time consuming to resolve for an organisation.
I've tried to apply it to parsing HTML as this article into a pretty long pipeline. I'm using DeepInfra with Mistral 8x7B and I'm still unsure if I'm going to use for production. The problem I'm finding is that the time I wanted to save mantaining selectors and the like is time that I'm spending writing wrapper code and dealing with the mistakes it makes. Some are OK and can deal with them, others are pretty annoying…
In fact, what about a hybrid of what you're doing now? Initially, you use an LLM to generate examples. And then from those examples, you use that same LLM to write deterministic code?
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#34Earlier quoted context omitted.
They'll get better. Humans are far from perfect, and I have no doubt that LLMs will eventually outperform them for non-trivial tasks consistently.
They already have superhuman image classification performance.
We haven't even gotten there yet, have we?
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#35Earlier quoted context omitted.
They'll get better. Humans are far from perfect, and I have no doubt that LLMs will eventually outperform them for non-trivial tasks consistently.
They already have superhuman image classification performance.
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#36Can somebody explain why this Grok is more performant than Microsoft infrastructure ? LPU better than TPU/GPU ?
In short:
Groq - Ai Chip Microsoft etc. - Nvidia Gpu
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#37Earlier quoted context omitted.
If you have speed you can generate multiple answers and have another model pick the best one.
If I ask an LLM a very complex and specific question 500 times, if it just doesn't know the facts you'll still get the wrong answer 500 times. That's understandable. The real problem is when the AI lies/hallucinates another answer with confidence instead of saying "I don't know".
Think the commenter meant use another model/LLM which could give a different answer, then let them vote on the result. Like "old fashioned AI" did with ensemble learning.
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#38A bit off-topic but maybe not? Any words on GPT-5? Is that coming? Or is OpenAI just focusing on the Sora model?
There's no reason for OpenAI to release the model. They have close to 100% market anyways and releasing GPT-5 likely won't increase the total market as it is a incremental leap. And it's a open secret that most other models used GPT-4 synthetic data for training to come close to it. They would likely wait till any model performs better than GPT 4 for the same price
Claude 3 Opus is in the capability ballpark of GPT-4, GPT-3.5 has alternatives that are cheaper (Claude 3 Haiku) or cheaper and work offline (Qwen 1.5, Mixtral, …).
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#39Earlier quoted context omitted.
They already have superhuman image classification performance.
I remember talking to a radiologist who said he was sure something like this was coming like ten years ago where instead of a radiologist looking at scans manually, a machine would go through a lot of images and flag some for manual review. We haven't even gotten there yet, have we?
Re: OpenAI GPT-4 vs. Groq Mistral-8x7B
#40Earlier quoted context omitted.
They already have superhuman image classification performance.
I remember talking to a radiologist who said he was sure something like this was coming like ten years ago where instead of a radiologist looking at scans manually, a machine would go through a lot of images and flag some for manual review. We haven't even gotten there yet, have we?
Yes and no. Countless teams have solved exactly this problems at universities and research groups across the world. Technically it's pretty much a solved problem. The hard part is getting the systems out of the labs and certified as an actual product and convincing hospitals and doctors to actually use them.