File size: 894 Bytes
73f9883
 
2826842
 
 
 
 
 
 
 
 
 
 
 
 
 
a870701
2826842
 
 
 
2c4c6a5
2aa372a
 
 
2826842
 
73f9883
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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>