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

This commit is contained in:
Lysandre
2021-08-31 15:53:10 +02:00
parent 642e1936e3
commit d12bbe4942
22 changed files with 24 additions and 23 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.dev0")
check_min_version("4.10.0")
task_to_keys = {
"cola": ("sentence", None),