mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 18:32:14 +08:00
fix error info
Former-commit-id: b90ed220c5e94086d2b73045eff2440ff1b58c5c
This commit is contained in:
parent
037584adfc
commit
c19a5a4575
@ -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