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

Update finetune_multitask.py

parent c7b585c7
...@@ -325,7 +325,7 @@ def train(): ...@@ -325,7 +325,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