mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-06 02:42:15 +08:00
Former-commit-id: 9485692c8d367a0b25d3e653db413aa01cb9ad7d
This commit is contained in:
parent
ae5f71588b
commit
d66e90b816
@ -19,7 +19,7 @@ class ModelArguments:
|
|||||||
metadata={"help": "Where to store the pre-trained models downloaded from huggingface.co or modelscope.cn."}
|
metadata={"help": "Where to store the pre-trained models downloaded from huggingface.co or modelscope.cn."}
|
||||||
)
|
)
|
||||||
use_fast_tokenizer: Optional[bool] = field(
|
use_fast_tokenizer: Optional[bool] = field(
|
||||||
default=True,
|
default=False,
|
||||||
metadata={"help": "Whether to use one of the fast tokenizer (backed by the tokenizers library) or not."}
|
metadata={"help": "Whether to use one of the fast tokenizer (backed by the tokenizers library) or not."}
|
||||||
)
|
)
|
||||||
split_special_tokens: Optional[bool] = field(
|
split_special_tokens: Optional[bool] = field(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user