We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6761c4e commit dc535f6Copy full SHA for dc535f6
src/transformers/trainer.py
@@ -16,6 +16,7 @@
16
The Trainer class, to easily train a 🤗 Transformers from scratch or finetune it on a new task.
17
"""
18
19
+import contextlib
20
import functools
21
import glob
22
import inspect
0 commit comments