v4.21.0.dev0

This commit is contained in:
Sylvain Gugger
2022-06-16 12:20:53 -04:00
parent 36d4647993
commit 7c6ec195ad
36 changed files with 104 additions and 104 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.20.0.dev0")
check_min_version("4.21.0.dev0")
task_to_keys = {
"cola": ("sentence", None),