Update index.html
Browse filesAdded redirect to main HF dynamic leaderboard
- 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())
|