8 ms·
I took at the look at the SVG smilies, only GPT gets it right (https://benchmarks.llmonitor.com/svg https://benchmarks.llmonitor.com/svg). You can preview the S
by smilingemoji 3y ago
I took at the look at the SVG smilies, only GPT gets it right (https://benchmarks.llmonitor.com/svg https://benchmarks.llmonitor.com/svg). You can preview the SVGs drawn by the LLMs by pasting this into the browser console
document.querySelectorAll("td pre").forEach((node) => {
let code = node.textContent;
node.insertAdjacentHTML('afterend', code)
})
Or take a look at my screenshot: https://i.ibb.co/Kw0kp58/Screenshot-2023-09-09-at-17-15-20-https-benchmarks-llmonitor-com.png https://i.ibb.co/Kw0kp58/Screenshot-2023-09-09-at-17-15-20-h...
- ComputerGuru 3y agoClever use of the dev tools console. I think you’re being a little uncharitable, the prompt said “smiley” and not “smiling emoji” and “smiley” was once upon a time used for the whole slew of emoji. With that in mind, several others also pass.
- dr_kiszonka 3y agoGood point, but you may be too charitable. At least according to Wikipedia, a smiley is supposed to be smiling. https://en.wikipedia.org/wiki/Smiley https://en.wikipedia.org/wiki/Smiley
- ComputerGuru 3y agoI don’t know about Wikipedia but I’m speaking from lived historical experience. Here’s a throwback for you: https://www.phpbb.com/customise/db/styles/smilies-13 https://www.phpbb.com/customise/db/styles/smilies-13 (All “emoji” images were just called smilies in a lot of software.)
- vincelt 3y agoOh neat, thanks for sharing, wanted to add an interpreter to that test