This commit is contained in:
Arthur Zucker
2024-10-24 09:35:05 +02:00
parent b0f0c61899
commit b298161146
53 changed files with 53 additions and 53 deletions

View File

@@ -47,7 +47,7 @@ from transformers.utils import check_min_version, send_example_telemetry
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.46.0.dev0")
check_min_version("4.46.0")
task_to_keys = {
"cola": ("sentence", None),