From 931f95a93b79ae2ffa3e5f7f7975954376b4cae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Pav=C3=A3o?= Date: Wed, 18 Mar 2026 19:10:19 +0100 Subject: [PATCH] Update Benchmark-Examples.md --- .../docs/Organizers/Benchmark_Creation/Benchmark-Examples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md b/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md index 6b8c9fe6c..3c82874b5 100644 --- a/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md +++ b/documentation/docs/Organizers/Benchmark_Creation/Benchmark-Examples.md @@ -11,6 +11,7 @@ More details are given below, to help you select the bundle that suits your own ### Classify Wheat Seeds We propose three versions of the [Classify Wheat Seeds](https://github.com/codalab/competition-examples/tree/master/codabench/wheat_seeds): + - [Result submission bundle](https://github.com/codalab/competition-examples/tree/master/codabench/wheat_seeds/results_submission_bundle), with simple submission of predictions - [Code submission bundle](https://github.com/codalab/competition-examples/tree/master/codabench/wheat_seeds/code_submission_bundle), with submission of Python algorithm - [Ingestion during scoring bundle](https://github.com/codalab/competition-examples/tree/master/codabench/wheat_seeds/ingestion_during_scoring_bundle), where ingestion and scoring run in parallel @@ -22,9 +23,10 @@ We propose three versions of the [Classify Wheat Seeds](https://github.com/codal ### AutoWSL You can find two versions of the [Automated Weakly Supervised Learning Benchmark](https://github.com/codalab/competition-examples/tree/master/codabench/autowsl): + - [Code submission benchmark](https://github.com/codalab/competition-examples/tree/master/codabench/autowsl/code_submission) - [Dataset submission benchmark](https://github.com/codalab/competition-examples/tree/master/codabench/autowsl/dataset_submission) ### GPU test -[GPU test bundle](https://github.com/codalab/competition-examples/tree/master/codabench/example_GPU) is an example bundle to test if GPUs are available or not. It serves as testing compute workers and does **not** contain any problem to solve. \ No newline at end of file +[GPU test bundle](https://github.com/codalab/competition-examples/tree/master/codabench/example_GPU) is an example bundle to test if GPUs are available or not. It serves as testing compute workers and does **not** contain any problem to solve.