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

This commit is contained in:
Lysandre
2022-01-27 13:06:33 -05:00
parent c43749289d
commit f87db5e412
34 changed files with 34 additions and 35 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.dev0")
check_min_version("4.16.0")
task_to_keys = {
"cola": ("sentence", None),