Teaching an LLM a Niche Diagraming Language
huy.rocks·3d·
🔧Code Generation
Preview
Report Post

Text-to-diagram seems to be an area that has been solved perfectly by LLMs, but only with popular languages like Mermaid or PlantUML. There are many other less popular diagramming languages like D2, Structurizr, or Pintora. I want to see how far I can go teaching an LLM one of these languages, and Pintora◹ seems like a nice option to pick because I know there will not be a lot of LLMs trained with this language. At least, not the small ones.

Project goal

So, I set out the goal for this training project. It will be an LLM that has the ability to work with Pintora diagrams, for the following tasks:

  • Generating diagrams from scratch
  • Editing any existing diagram

Picking the base model

I also limit t…

Similar Posts

Loading similar posts...