From 223bad242d0d64e20a39b956b73ab300231a9c70 Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Mon, 20 Jul 2020 03:53:03 -0400 Subject: [PATCH] fix typo in (#5893) --- src/transformers/training_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/training_args.py b/src/transformers/training_args.py index 9609cc9147..90fc8f266d 100644 --- a/src/transformers/training_args.py +++ b/src/transformers/training_args.py @@ -85,7 +85,7 @@ class TrainingArguments: If a value is passed, will limit the total amount of checkpoints. Deletes the older checkpoints in :obj:`output_dir`. 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): Random seed for initialization. fp16 (:obj:`bool`, `optional`, defaults to :obj:`False`):