testing calculations

#2
by eramax - opened

100 + 520 + 60
To perform the addition, you can simply add all the numbers together: 100 + 520 + 60 = 680. This gives you the result of the given operation: 680

680 * 700 - 5
To multiply 680 by 700 and then subtract 5 from the result, you can perform these operations one by one: 680 * 700 = 476000 (approximately since we're dealing with integers). Then subtracting 5 gives you
the final result: 476000 - 5 = 476005. Remember, in Python you can directly perform arithmetic operations like this without needing separate functions for each step

@eramax hi, I have tested the 2 examples and the model results are correct:

image.png

maybe you should use the suitable template for it, like this:

System:

{system_prompt}

User:

{user_prompt}

Assistant:

@lvkaokao , thanks for your reply, I think the reason of this issue is the quantization ,
at the begining I was using "q5_K_M" and It gave me the wrong asnwer, now I tried with better quality quantization "q6_K" and got the right answer.

image.png

lvkaokao changed discussion status to closed

Sign up or log in to comment