ybelkada commited on
Commit
bf024a4
Β·
verified Β·
1 Parent(s): 8d1b9a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -2
README.md CHANGED
@@ -1,10 +1,48 @@
1
  ---
2
  title: README
3
  emoji: πŸš€
4
- colorFrom: green
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>