File size: 1,009 Bytes
a7bf71b af8da5e a7bf71b 39b6382 a7bf71b af8da5e a7bf71b 791ff16 a7bf71b 59e819c a0e1b32 af8da5e d7ac817 6d154fa a7bf71b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>mistralai/Mistral-7B-Instruct-v0.2 Live Demo</title>
<link rel="stylesheet" href="style.css" />
</head>
<body style="background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(150,53,0,1) 100%);">
<div class="card">
<h1>Welcome to mistralai/Mistral-7B-Instruct-v0.2!</h1>
<p>
TO Learn about Fine-Tuning this model
<a href="https://exnrt.com/blog/ai/mistral-7b-fine-tuning/" target="_blank" style="color: #2effe7;"> Check Here.</a>🤗
</p>
<p style="text-align:center; color: gray;">Wait....</p>
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.8.0/gradio.js"></script>
<gradio-app src="https://exnrt-com-chatbot.hf.space"></gradio-app>
<p style="text-align:center; color: gray; margin-top: 20px; ">"If the first attempt fails, try reloading."</p>
</div>
</body>
</html>
|