Docs for version v4.16.0

This commit is contained in:
Lysandre
2022-01-27 13:11:51 -05:00
parent f87db5e412
commit eab338104d
29 changed files with 29 additions and 29 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.16.0")
check_min_version("4.17.0.dev0")
task_to_keys = {
"cola": ("sentence", None),