Skip to content

Fix tokenizer in evaluate_gsm8k.py - #1304

Open
bmavrin wants to merge 1 commit into
QwenLM:mainfrom
bmavrin:patch-1
Open

Fix tokenizer in evaluate_gsm8k.py#1304
bmavrin wants to merge 1 commit into
QwenLM:mainfrom
bmavrin:patch-1

Conversation

@bmavrin

@bmavrin bmavrin commented Jul 23, 2024

Copy link
Copy Markdown

Context

There is typo in tokenizer

Solution

tokenizer.tokenizer.encode() -> tokenizer.encode()
tokenizer.tokenizer.decode() -> tokenizer.decode()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant