Skip to content

Commit 9adba21

Browse files
authored
Update README.md
1 parent ac69197 commit 9adba21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Before running the training script, ensure the results directory exists:
5050

5151
### 2) Run the following command for training, evaluation and testing
5252

53-
`python3 main.py --modelname "<MODEL_NAME>" --dataset "<DATASET_NAME>" --metric "<METRIC_1>" "<METRIC_2>" ... "<METRIC_N>" --resultfolder "<RESULTS_DIRECTORY>" --run_name "<RUN_NAME>" --device "<DEVICE>" -`
53+
`python3 main.py --modelname "<MODEL_NAME>" --dataset "<DATASET_NAME>" --metric "<METRIC_1>" "<METRIC_2>" ... "<METRIC_N>" --resultfolder "<RESULTS_DIRECTORY>" --run_name "<RUN_NAME>" --device "<DEVICE>"`
5454
Replace placeholders with your desired values:
5555

5656
`<MODEL_NAME>`: You can choose from different models ( `"MagnusModel", "ChristianModel", "SolveigModel", "JanModel", "JohanModel"`).
@@ -111,4 +111,4 @@ title = {{Collaborative Coding Exam}},
111111
url = {https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam},
112112
version = {1.1.0},
113113
year = {2025}
114-
}
114+
}

0 commit comments

Comments
 (0)