GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
1–10 of 109 posts
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#2Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#3edit: I'm specifically referring to the "image generation by trickery (e.g. SVG)" technique being diminished. Other tasks were diminished as well though - is my understanding.
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#4Would be useful if the prompts used to generate the drawing code were included in the site.
https://github.com/adamkdean/gpt-unicorn/blob/master/src/lib...
{ role: 'system', content: `You are a helpful assistant that generates SVG drawings. You respond only with SVG. You do not respond with text.` },
{ role: 'user', content: `Draw a unicorn in SVG format. Dimensions: 500x500. Respond ONLY with a single SVG string. Do not respond with conversation or codeblocks.` }Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#5As is noted in the paper from which this is inspired from: GPT-4's image generation capabilities were severely diminished by the instruction/safety-tuning process. Unfortunately this means the currently available model from the API won't be very capable - certainly not as capable as the early version of GPT-4 that Microsoft had access to. edit: I'm specifically referring to the "image generation by trickery (e.g. SVG…
Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#6Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#7Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#8Re: GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilities
#9As is noted in the paper from which this is inspired from: GPT-4's image generation capabilities were severely diminished by the instruction/safety-tuning process. Unfortunately this means the currently available model from the API won't be very capable - certainly not as capable as the early version of GPT-4 that Microsoft had access to. edit: I'm specifically referring to the "image generation by trickery (e.g. SVG…
It's not just image generation the rlhf worsens too. Calibration (confidence on solving a question in relation to ability to solve that problem) went from excellent to non existent. and you can see from the report that the base model performed better on a number of tests. Basically a dumber model.