Earlier quoted context omitted.
I've heard claims like that 6 months ago. But so far nobody is even in the same ballpark. And not just freely distributed models, but proprietary ones backed by big money, as well. It really makes one wonder what kind of secret sauce OpenAI has. Surely it can't just be all that compute that Microsoft bought them, since Google could easily match that, and yet...
> But so far nobody is even in the same ballpark. Miqu is pretty good. Sure, it's a leak...but there's nothing special there. It's just a 70b llama2 finetune.
Hi everyone yes, I left OpenAI yesterday
421–430 of 472 posts
Re: Hi everyone yes, I left OpenAI yesterday
#422Earlier quoted context omitted.
I’ll wait 5 seconds for the right code over 1 sec for bad code.
Yes but if a 7b LLM will give you the same “Hello World” as the 70b, and that’s literally all you need, using a bigger model is just burning energy for no reason at all.
Re: Hi everyone yes, I left OpenAI yesterday
#423Earlier quoted context omitted.
But no one cares about 3.5. It’s an order of magnitude worse than 4. An order of magnitude is a lot harder to catch up with.
Yeah but for how long… at this rate I would expect some of the freely distributed models to hit gpt4 levels in as little as 3-6 months.
Re: Hi everyone yes, I left OpenAI yesterday
#424Earlier quoted context omitted.
It lost a little of its cool factor. However, they provide a nearly essential service at this point. While it is easy to underestimate, I suspect this is already have a measurable impact on global GDP.
> I suspect this is already have a measurable impact on global GDP. Yeah putting people out of work on an industrial scale is probably gonna have a pretty big effect on global GDP
Re: Hi everyone yes, I left OpenAI yesterday
#425Earlier quoted context omitted.
I know things keep moving faster and faster, especially in this space, but GPT-4 is less than a year old. Claiming they are losing their luster, because they aren’t shaking the earth with new models every quarter, seems a little ridiculous. As the popularity has exploded, and ethical questions have become increasingly relevant, it is probably worth taking some time to nail certain aspects down before releasing everyt…
Perhaps GPT-4 is losing its luster because the more people actually use it, they go from "wow that's amazing" to "amazing, yes, but..."? And the "but" looms larger and larger with more time and more exposure? Note well: I haven't actually used it myself, so I'm speculating (guessing) rather than saying that this is how it is.
Re: Hi everyone yes, I left OpenAI yesterday
#426Let me say, he's a great teacher! I took a CV class with him. He should teach more, and take it seriously. Being a popular AI influencer is not necessarily correlated with being a good researcher though. And I would argue there is a strong indication that it is negatively correlated with being a good business leader / founder. Here's to hoping he chills out and goes back to the sorely needed lost art of explaining co…
>He should teach more, and take it seriously. if only we compensated that knowledge properly. Youtube seems to come the closest, but Youtube educators also show how much time you have to spend attracting views instead of teaching expertise. > It makes you a target for offers and opportunities because of your name/influence, but not necessarily because of your underlying "best fit" That's unfortunately life in a nutsh…
Re: Hi everyone yes, I left OpenAI yesterday
#427Earlier quoted context omitted.
If we're going to be reductive, at least include the other main roadblock to a solution which is the current government of Israel.
That doesn't explain why deals weren't reached with the previous governments of Israel.
Re: Hi everyone yes, I left OpenAI yesterday
#428Earlier quoted context omitted.
Yes but if a 7b LLM will give you the same “Hello World” as the 70b, and that’s literally all you need, using a bigger model is just burning energy for no reason at all.
The cost is fixed for me at least at this point so why would I choose the inferior version.
Re: Hi everyone yes, I left OpenAI yesterday
#429Earlier quoted context omitted.
So I think that’s a “your problem isn’t right for the tool” issue, not a “Mistral isn’t capable” issue.
It isn’t capable unless you have a very specialized task and carefully fine tune to solve just that task. GPT4 covers a lot of ground out of the box. The best model I’ve seen so far on the FOSS side, Mixtral MoE, is less capable than even GPT 3.5. I often submit my requests to both Mixtral and GPT4. If I’m problem solving (learning something, working with code, summarizing, working on my messaging) Mixtral is nearly…
LLM are not AGI, they are tools that have specific uses we are still discovering.
If you aren’t trying to optimize your accuracy to start with and just saying “I’ll run the most expensive thing and assume it is better” with zero evaluation you’re wasting money, time, and hurting the environment.
Also, I don’t even like running Mistral if I can avoid it - a lot of tasks can be done with a fine tune of BERT or DistilBERT. It takes more work but my custom BERT models way outperform GPT-4 on bounded tasks because I have highly curated training data.
Within specialized domains you just aren’t going to see GPT-4/5/6 performing on par with expert curated data.
Re: Hi everyone yes, I left OpenAI yesterday
#430Earlier quoted context omitted.
NN were already a casual topic in my high school computer science class more than 20 years ago. I've always assumed they were already fairly common by that point. (~2000)
They were and they were in use, for instance in character recognition. They just hadn't had their breakout success yet.
Might be hard to imagine today but back then OCR and image recognition was typically done with normal statistical regression models, and the neural networks they had then were worse than those.