Release: v4.7.0
Some checks failed
Release - Conda / build_and_package (push) Has been cancelled

This commit is contained in:
Lysandre
2021-06-17 17:57:42 +02:00
parent d6ea91c96a
commit 7a6c9fab8e
17 changed files with 20 additions and 17 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.6.0.dev0")
check_min_version("4.7.0")
task_to_keys = {
"cola": ("sentence", None),