Hacker News new | ask | show | jobs
by rafaelmelhem 1244 days ago
is GPTJ/NEOX good enough to generate code? tried it with SQL and it was really disappointing
1 comments

They are decently good, I could not find major differences for the cases I was trying. The key is to control the temperature. Make sure it is low, otherwise the randomness increases tremendously. Infact you can feed the same input from openAI into NEOX and it generates results. There are many NEOX open playgrounds that allow you the control the temperature etc.
Cool! Will check it out thanks.