Commit
·
c044f95
1
Parent(s):
899ba6d
add summary generation model link
Browse files- index.html +8 -1
index.html
CHANGED
|
@@ -23,7 +23,14 @@
|
|
| 23 |
</h2>
|
| 24 |
<p class="text-gray-700 mb-2 text-sm">
|
| 25 |
Find and explore the 🤗 Hub using via semantic search on LLM generated
|
| 26 |
-
summaries!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
</p>
|
| 28 |
|
| 29 |
<div
|
|
|
|
| 23 |
</h2>
|
| 24 |
<p class="text-gray-700 mb-2 text-sm">
|
| 25 |
Find and explore the 🤗 Hub using via semantic search on LLM generated
|
| 26 |
+
summaries! Summaries are generated using
|
| 27 |
+
<a
|
| 28 |
+
href="https://huggingface.co/davanstrien/Smol-Hub-tldr"
|
| 29 |
+
target="_blank"
|
| 30 |
+
class="text-blue-500 hover:text-blue-700 hover:underline"
|
| 31 |
+
>
|
| 32 |
+
Smol-Hub-tldr </a
|
| 33 |
+
>.
|
| 34 |
</p>
|
| 35 |
|
| 36 |
<div
|