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

"Return back this list of words"

Open Yuzabotov opened this issue 2 years ago • 1 comments

Summary

It struggles to return back a list of words. (that look like a python array)

Model version:

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

Example 1

Instruction: return back this list of words Input: [hello,there,how,are,you] Output: [Hello, There, How are you]

Example 2

Instruction: return back this list of words Input: [abc,dsd,aoho,oo] Output: ['a', 'o', 'd', 's']

Example 3

Instruction: return back this list of words Input: [there,are,eleven,cars,in,the,street,2,bicycles,and,a,train,is,also,passing,nearby] Output: There are eleven cars in the street, two bicycles nearby, and a train passing by.

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