Docs for v4.16.0dev0

This commit is contained in:
Patrick von Platen
2021-12-22 20:39:44 +01:00
parent 05fa1a7ac1
commit fa39ff9fc4
26 changed files with 28 additions and 28 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.15.0")
check_min_version("4.16.0.dev0")
task_to_keys = {
"cola": ("sentence", None),