Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,48 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
colorTo: gray
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: π
|
4 |
+
colorFrom: purple
|
5 |
colorTo: gray
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<!-- Title -->
|
11 |
+
<h1 style="text-align: center;">
|
12 |
+
NeurIPS 2025 E2LM Competition: Early Training Evaluation of Language Models
|
13 |
+
</h1>
|
14 |
+
|
15 |
+
<!-- Centered and resized image -->
|
16 |
+
<div style="display: flex; justify-content: center; margin: 10px 0;">
|
17 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/62441d1d9fdefb55a0b7d12c/Sz6IO50Bdek4_uZCI7cNX.png"
|
18 |
+
alt="E2LM Banner"
|
19 |
+
style="width: 60%; max-width: 600px; height: auto;">
|
20 |
+
</div>
|
21 |
+
|
22 |
+
<!-- Subtitle -->
|
23 |
+
<p style="text-align: center; font-size: 1.0em;">
|
24 |
+
Join us in building benchmarks that capture early-stage reasoning & Scientific Knowledge in LLMs!
|
25 |
+
</p>
|
26 |
+
|
27 |
+
|
28 |
+
<p style="text-align: center; margin-top: 30px; font-size: 0.9em;">
|
29 |
+
π Visit the official competition website at
|
30 |
+
<a href="https://e2lmc.github.io/" target="_blank" style="color: #1a73e8; text-decoration: none; font-weight: bold;">
|
31 |
+
e2lmc.github.io
|
32 |
+
</a>
|
33 |
+
</p>
|
34 |
+
|
35 |
+
|
36 |
+
<p style="text-align: center; margin-top: 30px; font-size: 0.9em;">
|
37 |
+
π Read more about the competition in
|
38 |
+
<a href="https://arxiv.org/abs/2506.07731" target="_blank" style="color: #1a73e8; text-decoration: none; font-weight: bold;">
|
39 |
+
the paper proposal
|
40 |
+
</a>
|
41 |
+
</p>
|
42 |
+
|
43 |
+
<!-- Centered buttons -->
|
44 |
+
<div style="display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 20px;">
|
45 |
+
<a href="https://discord.gg/fcYeR8bn">
|
46 |
+
<img src="https://github.com/unslothai/unsloth/raw/main/images/Discord.png" width="100" alt="Join Discord">
|
47 |
+
</a>
|
48 |
+
</div>
|