Unverified Commit c7b585c7 authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update finetune_multitask_dialouge_doc.py

parent a4caf2aa
...@@ -362,7 +362,7 @@ def train(): ...@@ -362,7 +362,7 @@ def train():
) )
tokenizer = QWenTokenizer.from_pretrained( tokenizer = QWenTokenizer.from_pretrained(
"monkey_model", model_args.model_name_or_path,
cache_dir=training_args.cache_dir, cache_dir=training_args.cache_dir,
model_max_length=training_args.model_max_length, model_max_length=training_args.model_max_length,
padding_side="right", padding_side="right",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment