Dev version

This commit is contained in:
Lysandre Debut
2022-04-06 11:08:12 -04:00
parent b9bf91a970
commit a180efe7fd
31 changed files with 31 additions and 31 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.18.0.dev0")
check_min_version("4.19.0.dev0")
task_to_keys = {
"cola": ("sentence", None),