pgagnidze / ena

ქართული პროგრამირების ენა - Georgian Programming Language
https://ena-lang.org
GNU General Public License v3.0
19 stars 1 forks source link

Build a chatbot with a fine-tuned model #9

Closed pgagnidze closed 1 year ago

pgagnidze commented 1 year ago

Create a chatbot for Ena language that returns the answers for various coding challenges in Ena syntax.

pgagnidze commented 1 year ago

The current token limit of 4097 doesn't allow me to teach gpt-3.5-turbo the Ena syntax. We can train the davinci model with our custom data, however, the data needs to be at least hundreds of records and the model cannot be shared with other openai accounts, So I need to use my own API key for all the operations.

Teach Ena syntax when I get access to gpt4 8k model.