Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ac33aeee
Unverified
Commit
ac33aeee
authored
Apr 12, 2024
by
Michaël Defferrard
Committed by
GitHub
Apr 12, 2024
Browse files
fix typo (#30220)
parent
caa5c65d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/trainer_callback.py
src/transformers/trainer_callback.py
+1
-1
No files found.
src/transformers/trainer_callback.py
View file @
ac33aeee
...
@@ -196,7 +196,7 @@ class TrainerCallback:
...
@@ -196,7 +196,7 @@ class TrainerCallback:
train_dataloader (`torch.utils.data.DataLoader`, *optional*):
train_dataloader (`torch.utils.data.DataLoader`, *optional*):
The current dataloader used for training.
The current dataloader used for training.
eval_dataloader (`torch.utils.data.DataLoader`, *optional*):
eval_dataloader (`torch.utils.data.DataLoader`, *optional*):
The current dataloader used for
training
.
The current dataloader used for
evaluation
.
metrics (`Dict[str, float]`):
metrics (`Dict[str, float]`):
The metrics computed by the last evaluation phase.
The metrics computed by the last evaluation phase.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment