LM-Trick-Questions icon indicating copy to clipboard operation
LM-Trick-Questions copied to clipboard

Integer Multiplication

Open Yuzabotov opened this issue 2 years ago • 1 comments

Summary

It struggles multiplying integers over 2-3 digits large

Model version:

RWKV-4-Raven-7B-v10-Eng99%-Other1%-20230418-ctx8192

Example 1

Instruction: what is 23*83 Output: 23 * 83 = 2089

Example 2

Instruction: what is 77*39 Output: 77 * 39 = 3993

Example 3

Instruction: what is 907*32 Output: 907 * 32 = 29504

Yuzabotov avatar Apr 20 '23 13:04 Yuzabotov

Re-tested:

RWKV-4-Raven-7B-v11-Eng99%-Other1%-20230427-ctx8192 No noticeable difference

Yuzabotov avatar Apr 28 '23 15:04 Yuzabotov