Open kislerdm opened 1 year ago
OpenAI provides LLMs which however do not perform well when it comes to text2diagram.
Perform fine-tuning of the curie model using the data sample of 100+ elements:
curie
[{ "prompt": "three connected boxes", "completion": {"nodes":[{"id":"0"},{"id":"1"},{"id":"2"}],"links":[{"from":"0","to":"1"},{"from":"1","to":"2"},{"from":"2","to":"0"}]} }, ... ]
*.py
@deim @diegohordi @ColeDrain @UtopicUnicorn Hey folks! Your help is crucial here! Please submit your examples to the directory, feel free to use the sample as the structure example.
Problem
OpenAI provides LLMs which however do not perform well when it comes to text2diagram.
Proposed Solution
Perform fine-tuning of the
curie
model using the data sample of 100+ elements:*.py
file with the training data sample.DoD
Acceptance Criteria