mbur commited on
Commit
2f7c171
Β·
verified Β·
1 Parent(s): 1d90d14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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
+ [![Paper on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/paper-page-sm.svg)](https://huggingface.co/papers/2402.10790)| [![Dataset on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-sm.svg)](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