File size: 594 Bytes
d84d6e0
 
 
 
 
 
 
 
 
 
3d03e06
 
 
 
d84d6e0
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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" />
	</head>
	<body>
		<div class="card">
          	<h1>AntX.ai LLM Research Space!</h1>
			<p> A first set of LLM Chinese models built by us based on the Chinese-Alpaca are released! Check them here: </p>
              <p> antx-7B <i>https://huggingface.co/AntX-ai/antx-7B-hf</i> </p>
              <p> antx-13B <i>https://huggingface.co/AntX-ai/antx-13B-hf</i>  </p>          
		</div>
	</body>
</html>