hub-analysis / index.html
davanstrien's picture
davanstrien HF staff
Update index.html
2c4c6a5
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
<style>
.center {
text-align: center;
}
</style>
</head>
<body>
<div class="card">
<h1 class="center"> &#x1F917; Hub analysis notebooks &#x1F917;</h1>
<p class="center">This Space collects notebooks which analyze the Hugging Face Hub in various ways.</p>
<h2>Current notebooks</h2>
<ul>
<li><a href="https://huggingface.co/spaces/librarian-bots/hub-metadata-analysis/blob/main/dataset_language_detection.ipynb">Dataset Language Analysis</a></li>
</ul>
<h2>Community analysis work</h2>
<ul>
<li><a href="https://llmconstellation.olafblitz.repl.co/">LLM Atlas by Andrew Kean Gao</li>
</ul>
</div>
</body>
</html>