v4.13.0.dev0

This commit is contained in:
Lysandre
2021-10-28 12:56:46 -04:00
parent 62bf536631
commit b8fad022a0
29 changed files with 33 additions and 30 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.12.0")
check_min_version("4.13.0.dev0")
task_to_keys = {
"cola": ("sentence", None),