jdev8 commited on
Commit
f90a14b
β€’
1 Parent(s): 44436a5

Update src/content.py

Browse files
Files changed (1) hide show
  1. src/content.py +11 -1
src/content.py CHANGED
@@ -6,7 +6,17 @@ from .formatting import styled_warning
6
  INTRODUCTION_TITLE = """<h1 align="center">🏟️ Long Code Arena</h1>"""
7
 
8
  INTRODUCTION_TEXT = """🏟️ Long Code Arena is a benchmark of code-related tasks with large contexts, up to a whole code repository.
9
- It currently spans six different tasks."""
 
 
 
 
 
 
 
 
 
 
10
 
11
  # ================================
12
  # = LEADERBOARD =
 
6
  INTRODUCTION_TITLE = """<h1 align="center">🏟️ Long Code Arena</h1>"""
7
 
8
  INTRODUCTION_TEXT = """🏟️ Long Code Arena is a benchmark of code-related tasks with large contexts, up to a whole code repository.
9
+ It currently spans six different tasks.
10
+
11
+ We are excited to invite you to participate in our benchmark! To submit your results, please send the following materials to our πŸ“© email (lca@jetbrains.com):
12
+
13
+ * Results: Include the summary of your benchmark outcomes.
14
+ * Reproduction Package: To ensure the integrity and reproducibility of your results, please include the code for context collection (if any), predictions generation and evaluating. You can follow [our baselines code](https://github.com/JetBrains-Research/lca-baselines) as a reference.
15
+ * Metadata (model information, organization name, licence of your model, context size and other information you find relevant)
16
+
17
+ We look forward to reviewing your innovative solutions.
18
+
19
+ """
20
 
21
  # ================================
22
  # = LEADERBOARD =