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

Word counting

Open Yuzabotov opened this issue 2 years ago • 1 comments

Summary

It struggles counting the number of words in a sentence

Model version:

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

Example 1

Instruction: Count the number of words in the sentence Input: hello there how are you Output: The sentence "hello there how are you" has 3 words.

Example 2

Instruction: Count the number of words in the sentence Input: Count the number of words in the sentence Output: The sentence has 10 words.

Example 3

Instruction: Count the number of words in the sentence Input: what is three plus four? Output: The sentence "what is three plus four?" has two words: "what" and "is".

Yuzabotov avatar Apr 20 '23 14:04 Yuzabotov

Re-tested:

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

Yuzabotov avatar Apr 28 '23 15:04 Yuzabotov