Docs for v4.14.0

This commit is contained in:
Lysandre
2021-12-15 18:29:53 +01:00
parent 960d8cb41d
commit 7c9c41f43c
27 changed files with 26 additions and 86 deletions

View File

@@ -100,7 +100,7 @@ class SavePretrainedCallback(tf.keras.callbacks.Callback):
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.14.0")
check_min_version("4.15.0.dev0")
task_to_keys = {
"cola": ("sentence", None),