Skip to content

Commit 72aebb2

Browse files
committed
Add image to website
1 parent 34b332e commit 72aebb2

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

images/fomo26.png

108 KB
Loading

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,16 @@ <h3 class="text-base font-bold text-gray-900">Bias and Fairness</h3>
391391
</div>
392392
</section>
393393

394+
<section class="bg-white text-gray-900 max-w-4xl mx-auto px-8 py-12 my-8 rounded-lg shadow-md">
395+
<h2 class="text-2xl font-bold mb-4">Challenge Overview</h2>
396+
<p class="text-gray-700 mb-6">
397+
The goal is to pretrain a foundation model and evaluate it on 7 downstream tasks, of which 5 require finetuning.
398+
Tasks 5 and 6 are linear probing tasks — participants only need to provide a container that produces an embedding per input; no finetuning is necessary.
399+
We provide boilerplate code for all tasks, including how to build the submission containers, to minimize workload.
400+
</p>
401+
<img src="images/fomo26.png" alt="FOMO26 challenge overview" class="w-full rounded-lg" />
402+
</section>
403+
394404
<section id="rules" class="bg-white text-gray-900 max-w-4xl mx-auto px-8 py-12 my-8 rounded-lg shadow-md">
395405
<h2 class="text-2xl font-bold mb-8">Challenge Rules</h2>
396406

0 commit comments

Comments
 (0)