Earlier quoted context omitted.
Author here — thanks for explaining this. My expectation is that there will be incremental updates to the model, so while I'm providing the model `gpt-4` for completions, I'm recording the actual model, `gpt-4-0314` in this case, along with the result. I don't want to monitor (and potentially miss) model updates, which is likely as this is very much a fire and forget project that I'll review over time. One per day se…
But if each image is random, what does an image being "better" one day actually tell you about the underlying model? That's why I suggested generating 16 models each time instead of just 1 a- if all 16 are noticeably better than the previous day you've learned something a lot more interesting than if just one appears to be better than the previous one.
GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
101–109 of 109 posts
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#102[1] https://github.com/adamkdean/gpt-unicorn/commit/08e400dbc437...
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#103Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#104Earlier quoted context omitted.
Author here — thanks for explaining this. My expectation is that there will be incremental updates to the model, so while I'm providing the model `gpt-4` for completions, I'm recording the actual model, `gpt-4-0314` in this case, along with the result. I don't want to monitor (and potentially miss) model updates, which is likely as this is very much a fire and forget project that I'll review over time. One per day se…
But if each image is random, what does an image being "better" one day actually tell you about the underlying model? That's why I suggested generating 16 models each time instead of just 1 a- if all 16 are noticeably better than the previous day you've learned something a lot more interesting than if just one appears to be better than the previous one.
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#105Earlier quoted context omitted.
But if each image is random, what does an image being "better" one day actually tell you about the underlying model? That's why I suggested generating 16 models each time instead of just 1 a- if all 16 are noticeably better than the previous day you've learned something a lot more interesting than if just one appears to be better than the previous one.
I suggest the author generate a few different examples per day, each with a different temperature setting. 0.0 temperature ought to be deterministic on the same model, but would be interesting to look for trends at higher temperatures over time.
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#106I filed an issue: https://github.com/adamkdean/gpt-unicorn/issues/2 "Running this project daily doesn't make sense if GPT-4 is not being constantly updated" With a suggestion to run it monthly instead, and generate 16 images at a time, and backfill it for GPT3 and GPT3.5.
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#107How can a model trained on text know what a unicorn looks like
That is the beauty of the model, that it can understand what a unicorn looks like, and then know roughly where to place the features. Currently we're seeing poor results due to safety tuning but in time, it'll be very interesting to see how it improves. There are a few factors at play here: knowing what a unicorn looks like, knowing the different areas of a unicorn, being able to translate that into a 2D space, and b…
In particular, I cannot understand how the models can properly understand concepts such as spatial relations without being able to 'see'
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#108Earlier quoted context omitted.
I don't see how that diagnoses them as unqualified. The conclusion is unsupported.
Since 'gets anything wrong, ever' is the current goalpost for agi (per the Gary Marcus methodology), we have to judge human intelligence by the same stick. Since the author of this article misunderstood the gpt release process, they have proven they are a non sentient pile of trash brain, ready to be processed into hamburger.
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#109Earlier quoted context omitted.
When I ask GPT-4 to draw a unicorn, I get this: https://i.imgur.com/HQ1Vjp0.png And when I ask it to draw Mona Lisa, I get this: https://i.imgur.com/gsBU49w.png So far as I can see, the only difference is that the GitHub repo uses the API; the ones that I have were rendered using the web chat UI. Which makes me wonder if they're using the bleeding edge model for the chat.
That's a really interesting question! I haven't yet gained access to the enhanced chat features with image outputs. I'm using the API with default parameters, with the gpt-4-0314 model, outputting SVG. It's not a perfect experiment, but we'll see how it gets on over time.