fix typo in (#5893)

This commit is contained in:
Alan deLevie
2020-07-20 03:53:03 -04:00
committed by GitHub
parent d441f8d29d
commit 223bad242d

View File

@@ -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`):