Docs for v4.8.0

This commit is contained in:
Lysandre
2021-06-17 18:17:42 +02:00
parent 7a6c9fab8e
commit 0daadc1919
18 changed files with 21 additions and 19 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.7.0")
check_min_version("4.8.0.dev0")
task_to_keys = {
"cola": ("sentence", None),