Color choices may not work for you

#1
by johnblommers - opened

So I asked this LLM to generate some Typst code for putting some text inside a box.
Then I ran the code and it compiled cleanly. Awesome!
Then I came to examine the output PDF.
I wondered how come there wasn't any text visible in the box.
Then I looked closely and realized that the LLM had set the color of the text to white and the box itself had a white interior.

So I'm finding this LLM to be helpful in learning the Typst syntax.
And it's teaching me to really study any generated code so I understand it.
All in all, this is very helpful. Thanks for sharing this model.

FYI I'm running this model under Ollama on a Minisforum small form factor PC, one with an integrated Vega GPU and Ryzen 5 3550 CPU. Performance is reasonable enough for routine use.

Happy to see you find it helpful!
This model (the base version) is only trained on completion and would be most useful as an autocomplete model (think github copilot style). If you want to chat with the model try out the instruct-version: rkstgr/typer-1.5b-instruct.

Using ollama: ollama run rkstgr/typer-1.5b-instruct

The model is currently quite chatty for my taste (long answers), this will be fixed in upcoming iterations.

Sign up or log in to comment