Can this model perform Basic arithmetic operations

#2
by Kv-boii - opened

i'm building a rag model for csv files and i'm choosing models for the generation part that can also perform calculations - like it need to find the value for total sales in year 2023 by calculating the sum of monthly sales which is present in the csv file

Could you give an example? It really depends how large the arithmetic operation is.

Like the model should be able to calculate like this
prompt: "What is the total sales of the year 2023 "
ans: "the total sales is xxxx in year 2023"

but the csv has only monthly sales - so in this case sum , i want to perform sum, subtract, percentage kinda operations
just minimal and basic functionalities is required for now

I would say it could perform that kind of arithmetic

Locutusque changed discussion status to closed

Sign up or log in to comment