Commit 33eb8a16 authored by Martin Malmsten's avatar Martin Malmsten
Browse files

Added ,

parent 869b66f6
......@@ -617,7 +617,7 @@ def main():
tokenizer = tokenizer_class.from_pretrained(
args.tokenizer_name if args.tokenizer_name else args.model_name_or_path,
cache_dir=args.cache_dir if args.cache_dir else None,
**tokenizer_args
**tokenizer_args,
)
model = model_class.from_pretrained(
args.model_name_or_path,
......
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