Create index.html
Browse files- index.html +47 -0
index.html
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Mistral-7B-Instruct-v0.1-GGUF (Q4_K_M)</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<h1>Mistral-7B-Instruct-v0.1-GGUF (Q4_K_M)</h1>
|
8 |
+
<p>
|
9 |
+
With the utilization of the
|
10 |
+
<a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
|
11 |
+
package, we are excited to introduce the GGUF model hosted in the Hugging
|
12 |
+
Face Docker Spaces, made accessible through an OpenAI-compatible API. This
|
13 |
+
space includes comprehensive API documentation to facilitate seamless
|
14 |
+
integration.
|
15 |
+
</p>
|
16 |
+
<ul>
|
17 |
+
<li>
|
18 |
+
The API endpoint:
|
19 |
+
<a href="https://limcheekin-mistral-7b-instruct-v0-1-gguf.hf.space/v1"
|
20 |
+
>https://limcheekin-mistral-7b-instruct-v0-1-gguf.hf.space/v1</a
|
21 |
+
>
|
22 |
+
</li>
|
23 |
+
<li>
|
24 |
+
The API doc:
|
25 |
+
<a href="https://limcheekin-mistral-7b-instruct-v0-1-gguf.hf.space/docs"
|
26 |
+
>https://limcheekin-mistral-7b-instruct-v0-1-gguf.hf.space/docs</a
|
27 |
+
>
|
28 |
+
</li>
|
29 |
+
</ul>
|
30 |
+
<p>
|
31 |
+
Go ahead and try it out the API endpoint yourself with the
|
32 |
+
<a
|
33 |
+
href="https://huggingface.co/spaces/limcheekin/Mistral-7B-Instruct-v0.1-GGUF/blob/main/mistral-7b-instruct.ipynb"
|
34 |
+
target="_blank"
|
35 |
+
>
|
36 |
+
mistral-7b-instruct.ipynb</a
|
37 |
+
>
|
38 |
+
jupyter notebook.
|
39 |
+
</p>
|
40 |
+
<p>
|
41 |
+
If you find this resource valuable, your support in the form of starring
|
42 |
+
the space would be greatly appreciated. Your engagement plays a vital role
|
43 |
+
in furthering the application for a community GPU grant, ultimately
|
44 |
+
enhancing the capabilities and accessibility of this space.
|
45 |
+
</p>
|
46 |
+
</body>
|
47 |
+
</html>
|