v4.9.0.dev0

This commit is contained in:
Sylvain Gugger
2021-06-23 13:31:19 -04:00
parent 9252a5127f
commit 2150dfed31
19 changed files with 22 additions and 20 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.8.0")
check_min_version("4.9.0.dev0")
task_to_keys = {
"cola": ("sentence", None),