I'm confused as to why this would see any improvement over time. Looking at the code, it's by default hitting the gpt 3.5-turbo API. Maybe I'm misremembering, but I thought I've seen statements from people working at OpenAI where it's been claimed that the API is static, we'd be informed of any changes to the underlying model. Is the model actually receiving updates? edit: Looking at previous days, too, it doesn't ex…
Yes, the models are updated officially around every three months, with a notice you can still use the previous version for a time until it is decommissioned. Some people claim there are also unannounced changes, but I can't vouch for that. The daily variation is likely due to temperature. To make the response less repetitive.
GPT Unicorn has drawn a unicorn
41–50 of 207 posts
Re: GPT Unicorn has drawn a unicorn
#42Is it just me or doesn't image-2023-04-25 look like a unicorn as well?
Re: GPT Unicorn has drawn a unicorn
#43I think it would be a lot of fun to give it the previous unicorn SVG attempt and ask it to make it more like a unicorn.
Re: GPT Unicorn has drawn a unicorn
#44It has become common knowledge that GPT4 (and also 3.5) have problems with deterministic outputs (even at T=0). So what we're seeing here is just the effect of random sampling, not any actual change to the model itself. If you scroll down, you'll see other close attempts by the exact same model that could already be counted as a win depending on who you ask. Edit: This comment section is a super fascinating case stud…
Is there some reference or explanation on why the model it is non deterministic at temperature 0?
One idea is that the cause is batched inference in sparse MoE (mixture of experts) models.
https://152334h.github.io/blog/non-determinism-in-gpt-4/
HN discussion: https://news.ycombinator.com/item?id=37006224
Re: GPT Unicorn has drawn a unicorn
#45Re: GPT Unicorn has drawn a unicorn
#46Re: GPT Unicorn has drawn a unicorn
#47Re: GPT Unicorn has drawn a unicorn
#48Earlier quoted context omitted.
100%. This person is trying to find patterns in random noise and believes they are meaningful. The original post hurts my head with its bad logic.
I don't see the bad logic.
The variance he is seeing in the output is primarily the product of random chance, rather than changes in the model. Specifically this "unicorn" that he found today is likely just random chance and there was no changes in the model between yesterday and today that lead to it arising.
If he wanted to track changes in the model for real, he would have to ask multiple questions per day and try to infer some type of distribution characterization and then see if that changes over time. That is much more complex and not what he is doing.
This is just a curious experiment that doesn't mean much.
Re: GPT Unicorn has drawn a unicorn
#49It has become common knowledge that GPT4 (and also 3.5) have problems with deterministic outputs (even at T=0). So what we're seeing here is just the effect of random sampling, not any actual change to the model itself. If you scroll down, you'll see other close attempts by the exact same model that could already be counted as a win depending on who you ask. Edit: This comment section is a super fascinating case stud…
Is there some reference or explanation on why the model it is non deterministic at temperature 0?
Re: GPT Unicorn has drawn a unicorn
#50The prompt must be particularly bad. I managed to get a nicely looking unicorn at the first (and every subsequent) attempt.