Rohanify commited on
Commit
ce3c8c3
·
verified ·
1 Parent(s): 9b2b6e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -16,6 +16,10 @@ pipeline_tag: text-generation
16
 
17
  # Indensa-Coder-FrontEnd
18
 
 
 
 
 
19
  `This is a V1 model. Can be used. V2 is coming soon!`
20
 
21
  A 33M parameter decoder-only transformer that takes a text prompt and spits out a bite-sized HTML + Tailwind CSS block. Trained from scratch on my desk in 6 minutes.
 
16
 
17
  # Indensa-Coder-FrontEnd
18
 
19
+ ⚠️ Note: The native Ollama UI may visually collapse indentation/newlines in generated HTML. This is a UI rendering issue, not a model issue. Verify output in Ollama CLI, VS Code, or by copying the generated text into a code editor.
20
+
21
+ # Indensa-Coder-FrontEnd
22
+
23
  `This is a V1 model. Can be used. V2 is coming soon!`
24
 
25
  A 33M parameter decoder-only transformer that takes a text prompt and spits out a bite-sized HTML + Tailwind CSS block. Trained from scratch on my desk in 6 minutes.