Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,11 @@ from matplotlib.colors import LinearSegmentedColormap
|
|
16 |
def make_default_md():
|
17 |
leaderboard_md = f"""
|
18 |
# π Babilong Leaderboard
|
|
|
|
|
|
|
|
|
|
|
19 |
| [GitHub](https://github.com/booydar/recurrent-memory-transformer/) | [Paper](https://arxiv.org/abs/2402.10790) | [Dataset](https://github.com/booydar/babilong/) |
|
20 |
"""
|
21 |
return leaderboard_md
|
|
|
16 |
def make_default_md():
|
17 |
leaderboard_md = f"""
|
18 |
# π Babilong Leaderboard
|
19 |
+
|
20 |
+
(https://huggingface.co/datasets/huggingface/badges/resolve/main/paper-page-sm.svg)]
|
21 |
+
|
22 |
+
[](https://huggingface.co/papers/2402.10790)| [](https://huggingface.co/datasets/booydar/babilong)
|
23 |
+
|
24 |
| [GitHub](https://github.com/booydar/recurrent-memory-transformer/) | [Paper](https://arxiv.org/abs/2402.10790) | [Dataset](https://github.com/booydar/babilong/) |
|
25 |
"""
|
26 |
return leaderboard_md
|