Find answers from the community

Updated 2 years ago

Excel

At a glance

The community member is having trouble with the accuracy of their inference using an XLSX file, and they suspect it's because GPT-3.5 is not very good at math. Another community member suggests converting the file to a SQLite database and using the SQL index or a Pandas dataframe to improve the inference process.

Anyone knows how can I make inference better? I'm using an XLSX file and I would like it to answer the questions in a more accurate manner. I'm receiving a lot of wrong results. Probably because gpt-3.5 is not very good at math. 😒
L
D
2 comments
You could convert the file to a sqlite db and use the sql index or pandas index with a dataframe!
Thank you! πŸ˜„
Add a reply
Sign up and join the conversation on Discord