#drawing-with-llms

1 messages · Page 1 of 1 (latest)

junior prairie
#

I want to answers about key questions for competition as soon as possible.

  1. This competition has fatal evaluation metric cons. I can just attacking for SoVit model to get high score. Does this metric NEVER change later?
  2. I want to know range which can be changed in this competition. Can I change LLM model? Can I submit with rule-based model? Can I change only text prompt? Can I add arbitrary allowed SVG tag?
magic sigil
ocean sapphire
#

Hi, is it normal that the submission is running for >2 hours? It doesnt give any errors its just still running..

vast sonnet
trim cliff
#

It's a text-to-image generator. Well, how is output evaluated? What happens if my generator has a penchant for Cubist or Abstract Art?

icy token
#

How are submissions evaluated???? I feel as if this is the sort of competition that cannot have a leaderboard, and must be judged by humans, like an art competition, based on certain metrics.

#

Ok so it looks like the optimal method here is to build around the Sovit model…

sinful breach
icy token
ocean sapphire
#

How are people at >0.29 already its been a day😭

magic sigil
#

in fact, for most code/(and probably package) comps that is the case

ocean sapphire
cerulean tapir
#

hi who can team with me

#

please

cerulean tapir
#

please help

magic sigil
cerulean tapir
#

can you team with me

magic sigil
quasi solstice
magic sigil
quasi solstice
#

I'm looking for team if you have any vacant spot lemme know Thanks

peak crystal
#

My submission is getting failed even after running properly and passing the kaggle evaluation test

jovial trellis
#

My scoring is failing and it says invalid submission format but everything seems as per the format
Everything runs smoothly but at the end just after scoring... it shows failed

#

There are no error messages I can debug 😭

peak crystal
#

same model class is working fine in my other notebook

glad kindle
#

Anyone want to collaborate?

flint gale
glad kindle
hexed turret
glad kindle
ocean sapphire
glad kindle
ocean sapphire
glad kindle
gray basin
#

May I ask what hardware is being used for the evaluation? I would like to estimate the runtime for processing 500 prompts.

magic sigil
#

you can choose between

  1. CPU
  2. GPU(1xP100, 32GB VRAM)
  3. GPU(2xT4, 16GB + 16GB VRAM)
hexed turret
magic sigil
#

in general use T4

hexed turret
#

So in general t4 better right ?

magic sigil
#

if you can somehow utilize both the gpus then it is better

hexed turret
magic sigil
hexed turret
#

And in which cases tpus are better to use ?

magic sigil
#

T4: left, P100: right

hexed turret
magic sigil
#

there were some tpu specific comps ig

#

a few years back

hexed turret
#

Oh there seems to be not much emphasis on tpus nowadays

magic sigil
#

¯_(ツ)_/¯

hexed turret
#

Mostly on gpus

magic sigil
#

we dk what google is doing with their own models

#

maybe TPUs are the key

hexed turret
magic sigil
#

I don't really know the hardware aspect of everything very well

#

so I might be saying somethings wrong

hexed turret
magic sigil
hexed turret
#

True

magic sigil
#

there is no G in the GPUs we use

#

even tho they are called GPU ¯_(ツ)_/¯

hexed turret
magic sigil
hexed turret
#

They made it actually for computer graphics

magic sigil
#

T4 does not even support opengl properly

hexed turret
hexed turret
magic sigil
#

no not in AI projects

#

I used to render stuff in an evolution simulator

hexed turret
#

Oh

magic sigil
#

I second hobby is to make cool graphic things

#

particularly emergence

hexed turret
#

As cool as ai

magic sigil
#

I like emergent simulations

hexed turret
#

What exactly emergent simulations like though 🤔

magic sigil
#

emergence is complex behavior emerging from simple rules

#

the most common example I give is the Conway's game of life

hexed turret
magic sigil
#

no

#

I am not really much into the internal graphic aspect

hexed turret
#

Now they even entered robotics which is great

magic sigil
#

I don't really care about what goes on behind the scene

#

but for AI, I do care what goes on behind the scene

hexed turret
magic sigil
#

I am like Indian idiot

#

in fact, I am the one

hexed turret
magic sigil
#

don't disrespect them

#

they are big names

hexed turret
#

Today

magic sigil
#

let us move to dms or smth

trim cliff
#

this counts as advancing the field of text2image generation 🤣

#

and I still don't get why you'd want to use an LLM to draw SVG code based images. Maybe a system that renders faster on mid ressources than Stable Diffusion Models would make more sense. About the only thing I'd use from LLM is word tokenizers, like Bert.

violet quarry
#

Does drawing sketches with LLMs gives sequence of strokes or they outputs a direct images?

smoky flower
#

can see, AI is in its childhood 😁

sinful breach
trim cliff
stray aspen
#

Hi, just wanted to check explicitely that the use of closed-weights models like Sonnet 3.7 is allowed, and that the cost to run it is all on ourself?

hexed turret
stray aspen
sinful breach
#

However, you can use Claude to generate a dataset for an offline model that you can then upload to kaggle and run in your notebook.

jovial trellis
#

Does anyone here have a script for fine-tuning flux or stable diffusion? Would love to have a look

steep fossil
#

Is stable diffusion allowed? I see it in a lot of the solutions and just wanted to confirm.

I think Stable Diffusion is a latent diffusion model and not technically an LLM, and seeing as the title is "Drawing with LLMs", I wanted to confirm.

SD -> png -> svg is a little different from LLM -> svg so I wanted to ask for clarification whether that is in the spirit of the rules.

hazy carbon
#

Has anyone tried the star-vector model on the test set here? If no one has done it yet, I could write a script today, just wanted to see what kind of scores it is getting

jovial trellis
jovial trellis
hazy carbon
#

Even img2svg their gradio demo in the repo has bugs, had to use hf space to try it out

untold flower
hazy carbon
hazy carbon
steep fossil
hazy carbon
#

Haven't read the paper yet, but I am happy we have now atleast 2 high quality large scale svg dataset. Just 2 months ago, when I was looking at this problem I couldn't find a single dataset that passed the vibe check

trim cliff
lethal hound
#

Why can’t I see any data inside the test.csv file on the competition page? Am I missing something?

balmy ivy
upbeat jewel
ocean sapphire
upbeat jewel
clear yarrow
ocean sapphire
upbeat jewel
dense helm
#

ModuleNotFoundError: No module named 'kaggle_evaluation' i am getting this error does anyobody know what to do about it

dense helm
fallen dust
#

Hi @woeful basalt, Jeff here

trim cliff
trim cliff
upbeat jewel
trim cliff
#

go for it though

#

SVG is basically turning images into a set of instructions for rendering VS values for pixels. In the early days of the Net, it meant less info had to be sent for creating an image, client-side, aka, not sending thousands of pixel values but instructions for constructing an image. In this day and age though, not as much necessary. IMHO. It was a creative compression algo, of sorts, for its Time.

rugged eagle
#

I am interested in becoming a member of teams which require team members.

Feel free to shoot me a DM.

safe silo
#

What are the reasons for getting package prediction error? and how to debug it?

rancid token
#

a lighthouse overlooking the ocean

trim cliff
small notch
#

Hello, black-forest-labs/FLUX.1-dev has a flux-1-dev-non-commercial-license. Can this be considered to be within the bounds of the rules for this competition? It would be really nice if a Kaggle moderator could confirm this 🙂

clear yarrow
livid osprey
#

Hi, did anyone face Kaggle Errors while submitting in this competition? Ive had cases where my submission runs for a couple houurs and throws a Kaggle Error, if I try rerunning, it fails in about half an hour, Ive also had a case where my subission ran for over 15 hrs and threw a Kaggle Error. Ive had this 4 times now and not quite sure how to resolve this as the docs on this is very limited and it asks you to simply retry.

Kaggle Error: A rare system error. Please try resubmitting to resolve the error and contact Kaggle Support if it persists.

Any help regarding this is much appreciated! 🙏

clear yarrow
#

I am getting package import error for some reason even if I haven't imported any new package compared to a previous version that didn't run into this error.

safe silo
#

How to save a model fine tuned by me so that it can be used by the evaluation system?
Should I just save it in /kaggle/input or do I have to do something else?

waxen valley
#

Save in kaggle/output

#

Then when the notebook has saved, go to outputs and convert to a dataset or model

zenith geyser
#

I'm getting dependency installation error when running notebook
Ive added pip installs in Add-ons -> Install dependencies.
And internet is on
Yet notebook is giving import errors
How can I resolve this?

random lotus
#

Is anyone still facing Package Prediction Error when submitting ?

Our team ran into that yesterday...thought it's fixed 😐

zenith geyser
#

I was able to submit notebook successfully, but while scoring it failed.
It shows notebook threw an exception. I've checked output and logs but I couldn't find any error.

How can I know where the issue is

hazy carbon
#

How are you all saving your model for submission? I tried saving it in package asset but when I save the version it says I ran out of disk space

trim cliff
#

Someone show their Drawings. Let's see them SVG Unicorns, etc.

gloomy egret
#

Hola 👋