Commit
Β·
f74d464
1
Parent(s):
425bbbe
Fix formatting of min_library list in task_2.py
Browse files
medvqa/competitions/gi-2025/task_2.py
CHANGED
@@ -24,7 +24,7 @@ os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
|
|
24 |
submission_file = "submission_task1.py"
|
25 |
file_from_validation = "predictions_2.json"
|
26 |
|
27 |
-
min_library = ["datasets>=3.4.1", "transformers", "evaluate", "scipy", "scikit-learn"
|
28 |
"rouge_score", 'tqdm', "gradio_client>=1.8.0", "medvqa"]
|
29 |
|
30 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|
|
|
24 |
submission_file = "submission_task1.py"
|
25 |
file_from_validation = "predictions_2.json"
|
26 |
|
27 |
+
min_library = ["datasets>=3.4.1", "transformers", "evaluate", "scipy", "scikit-learn",
|
28 |
"rouge_score", 'tqdm', "gradio_client>=1.8.0", "medvqa"]
|
29 |
|
30 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|