Commit
Β·
77394a6
1
Parent(s):
f74d464
Remove "medvqa" from min_library list in task_1.py and task_2.py
Browse files
medvqa/competitions/gi-2025/task_1.py
CHANGED
@@ -24,7 +24,7 @@ submission_file = "submission_task1.py"
|
|
24 |
file_from_validation = "predictions_1.json"
|
25 |
|
26 |
min_library = ["datasets>=3.4.1", "transformers", "evaluate",
|
27 |
-
"rouge_score", 'tqdm', "gradio_client>=1.8.0"
|
28 |
|
29 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|
30 |
"https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025")
|
|
|
24 |
file_from_validation = "predictions_1.json"
|
25 |
|
26 |
min_library = ["datasets>=3.4.1", "transformers", "evaluate",
|
27 |
+
"rouge_score", 'tqdm', "gradio_client>=1.8.0"]
|
28 |
|
29 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|
30 |
"https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025")
|
medvqa/competitions/gi-2025/task_2.py
CHANGED
@@ -25,7 +25,7 @@ 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"
|
29 |
|
30 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|
31 |
"https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025")
|
|
|
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"]
|
29 |
|
30 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|
31 |
"https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025")
|