Docs for v4.10.0

This commit is contained in:
Lysandre
2021-08-31 16:02:31 +02:00
parent d12bbe4942
commit 5ee67a4412
23 changed files with 27 additions and 24 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.10.0")
check_min_version("4.11.0.dev0")
task_to_keys = {
"cola": ("sentence", None),