mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 17:52:35 +06:00
fix typo (#30220)
This commit is contained in:
parent
caa5c65db1
commit
ac33aeeeee
@ -196,7 +196,7 @@ class TrainerCallback:
|
||||
train_dataloader (`torch.utils.data.DataLoader`, *optional*):
|
||||
The current dataloader used for training.
|
||||
eval_dataloader (`torch.utils.data.DataLoader`, *optional*):
|
||||
The current dataloader used for training.
|
||||
The current dataloader used for evaluation.
|
||||
metrics (`Dict[str, float]`):
|
||||
The metrics computed by the last evaluation phase.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user