LLM-Research / index.html
yjf9966's picture
Update index.html
b374a14
raw
history blame contribute delete
596 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>BlueWhaleX LLM Research Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>BlueWhaleX 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> bwx-7B <i>https://huggingface.co/BlueWhaleX/bwx-7B-hf</i> </p>
<p> bwx-13B <i>https://huggingface.co/BlueWhaleX/bwx-13B-hf</i> </p>
</div>
</body>
</html>