Tailwind version in prompts?

#10
by chiphuyen - opened

Awesome dataset! It looks like a lot of examples use "https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" and the latest version is 3.4.1. Did you notice any change in model performance if you specify the Tailwind version in the prompt vs just say Tailwind in general? Thank you!

HuggingFaceM4 org

Thanks, we just generated the body of the HTML with the LLM (or at least extracted only the body out of the generations), what comes before in our dataset (<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">) is hardcoded.
I wasn't aware of the latest version of Tailwind 3.4.1 or couldn't find the link associated.
We used DeepSeek for the generations and this is the version it usually gave as output when asked to generate Tailwind code so this is simply what we kept

Sign up or log in to comment