ofermend commited on
Commit
7b968b0
·
verified ·
1 Parent(s): d24e9b0

Update index.html

Browse files

Added redirect to main HF dynamic leaderboard

Files changed (1) hide show
  1. index.html +4 -0
index.html CHANGED
@@ -21,6 +21,10 @@
21
  </head>
22
  <body>
23
  <div id="content"></div>
 
 
 
 
24
  <script>
25
  fetch('https://raw.githubusercontent.com/vectara/hallucination-leaderboard/main/README.md')
26
  .then(response => response.text())
 
21
  </head>
22
  <body>
23
  <div id="content"></div>
24
+ <div>
25
+ <p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard <a href="https://huggingface.co/spaces/vectara/leaderboard"here></p>
26
+ <br>
27
+ </div>
28
  <script>
29
  fetch('https://raw.githubusercontent.com/vectara/hallucination-leaderboard/main/README.md')
30
  .then(response => response.text())