opencompass icon indicating copy to clipboard operation
opencompass copied to clipboard

[Bug] missing meta template for ChatGLM2-6B

Open cdpath opened this issue 2 years ago • 0 comments

Prerequisite

Type

I'm evaluating with the officially supported tasks/models/datasets.

Environment

None

Reproduces the problem - code/configuration sample

None

Reproduces the problem - command or script

None

Reproduces the problem - error message

None

Other information

The official repo for ChatGLM2-6B provides:

def build_prompt(text):
    return "[Round {}]\n\n问:{}\n\n答:".format(1, text)

Is this intended to serve as a meta template?

cdpath avatar Sep 18 '23 06:09 cdpath