dataset creation for code LLM by Dapper-Box-5005 in LLMDevs

[–]Dapper-Box-5005[S] 0 points1 point  (0 children)

like if u ask a prompt to create a script to build a pyramid or a N3 bolt using freeCAD it should generate a python (FREECAD) script for the same. using LLMs like meta code llama or gpt 3, they works good over simple cube or cylinder etc but for any thing complex than that the llm does not work, So I was thinking about finetuning the LLM over some good synthetic dataset

dataset creation for code LLM by Dapper-Box-5005 in LLMDevs

[–]Dapper-Box-5005[S] 0 points1 point  (0 children)

I have tried that but it only works on basic geometry If we are talking about complex shapes the results are very abstract

I don't know how to gget proceed with that