"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "a3c5883f2c9a12360cee0734dfb262f92b912b24"
Unverified Commit 223bad24 authored by Alan deLevie's avatar Alan deLevie Committed by GitHub
Browse files

fix typo in (#5893)

parent d441f8d2
...@@ -85,7 +85,7 @@ class TrainingArguments: ...@@ -85,7 +85,7 @@ class TrainingArguments:
If a value is passed, will limit the total amount of checkpoints. Deletes the older checkpoints in If a value is passed, will limit the total amount of checkpoints. Deletes the older checkpoints in
:obj:`output_dir`. :obj:`output_dir`.
no_cuda (:obj:`bool`, `optional`, defaults to :obj:`False`): no_cuda (:obj:`bool`, `optional`, defaults to :obj:`False`):
Wherher to not use CUDA even when it is available or not. Whether to not use CUDA even when it is available or not.
seed (:obj:`int`, `optional`, defaults to 42): seed (:obj:`int`, `optional`, defaults to 42):
Random seed for initialization. Random seed for initialization.
fp16 (:obj:`bool`, `optional`, defaults to :obj:`False`): fp16 (:obj:`bool`, `optional`, defaults to :obj:`False`):
......
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