hub-analysis / index.html
davanstrien's picture
davanstrien HF Staff
layout
88dc7bb
raw
history blame
704 Bytes
<!DOCTYPE html>
<html>
<style>
html {
border: 1px solid black;
}
</style>
<body>
<div class="card">
<h1 class="center" style="text-align: center">
&#x1F917; Hub analysis notebooks &#x1F917;
</h1>
<p class="center">
This Space is used to collect notebooks which assess metadata on 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>
</div>
</body>i
</html>