mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
fix error info
Former-commit-id: b90ed220c5e94086d2b73045eff2440ff1b58c5c
This commit is contained in:
parent
32f8b1082b
commit
b8574c1b82
@ -147,7 +147,7 @@ class Template:
|
|||||||
elif isinstance(elem, dict):
|
elif isinstance(elem, dict):
|
||||||
token_ids = token_ids + [tokenizer.convert_tokens_to_ids(elem.get("token"))]
|
token_ids = token_ids + [tokenizer.convert_tokens_to_ids(elem.get("token"))]
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError
|
raise ValueError("Input must be string or dict[str, str], got {}".format(type(elem)))
|
||||||
|
|
||||||
return token_ids
|
return token_ids
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user