Commit
·
cff0372
1
Parent(s):
d323fcc
Update README and pyproject.toml: enhance task 2 submission instructions and bump version to 0.15.0
Browse files- README.md +1 -3
- pyproject.toml +1 -1
README.md
CHANGED
|
@@ -20,6 +20,4 @@ Check [ImageCLEFmed-MEDVQA-GI-2025 competition repo](https://github.com/simula/I
|
|
| 20 |
```bash
|
| 21 |
medvqa validate_and_submit --competition=gi-2025 --task=1 --repo_id=...
|
| 22 |
```
|
| 23 |
-
where repo_id is your HuggingFace Model repo id (like SushantGautam/XXModelCheckpoint) with the submission script as required by the competition organizers, for eg, submission_task1.py file for task 1.
|
| 24 |
-
|
| 25 |
-
Submission for task 2 is not yet implemented. Will be soon live. Stay tuned.
|
|
|
|
| 20 |
```bash
|
| 21 |
medvqa validate_and_submit --competition=gi-2025 --task=1 --repo_id=...
|
| 22 |
```
|
| 23 |
+
where repo_id is your HuggingFace Model repo id (like SushantGautam/XXModelCheckpoint) with the submission script as required by the competition organizers, for eg, submission_task1.py file for task 1 and submission_task2.py for task 2.
|
|
|
|
|
|
pyproject.toml
CHANGED
|
@@ -16,7 +16,7 @@ license = {text = "MIT"}
|
|
| 16 |
name = "medvqa"
|
| 17 |
readme = "README.md"
|
| 18 |
requires-python = ">=3.6"
|
| 19 |
-
version = "0.
|
| 20 |
|
| 21 |
[project.scripts]
|
| 22 |
medvqa = "medvqa.cli:main"
|
|
|
|
| 16 |
name = "medvqa"
|
| 17 |
readme = "README.md"
|
| 18 |
requires-python = ">=3.6"
|
| 19 |
+
version = "0.15.0"
|
| 20 |
|
| 21 |
[project.scripts]
|
| 22 |
medvqa = "medvqa.cli:main"
|