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

This commit is contained in:
Lysandre Debut
2022-05-12 10:50:23 -04:00
parent 9f16a1cc13
commit a22db885b4
34 changed files with 46 additions and 45 deletions

View File

@@ -61,7 +61,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.19.0.dev0")
check_min_version("4.19.0")
task_to_keys = {
"cola": ("sentence", None),