MaziyarPanahi
commited on
Commit
•
2d6b9fe
1
Parent(s):
6669e4f
Upload folder using huggingface_hub (#1)
Browse files- 71f361d1f7959ed1c8c0eb0bf2de911e3e2958d073067911d04ee62a3651d5e6 (06b3ec6c835f3eff8ee0dbdb7ffcbe0332e5d7aa)
- e293efd4a8a97195ffdbd3531b7634229cd9adfebffd0652493f2311adefad50 (9bc8636f86cbf7ea684de7befc67f691b72bb16f)
- 901cc1aced9be205aeac633df29596fd9052825fe6113b70ff320071b20f47f3 (7793fbaa8f1d6f8639167bad421a4a1ee8d1ae62)
- 254081815cf788e7f8829a9b7d94607c40475723dd17c1ec8ed4059f1b1fa957 (f2c122869175436586660a655b41d7d72c30d2a1)
- 39e9368db2c1c596f0d9a05dc368cb5555e84ccb2c266efb4cad729165576061 (f45c5f1fd7b9bbaea214a0bf4ed47c9eb1e8f267)
- 39a8fba5049b731d1af4530d3694e6cfd75baa3ea71567e304d592a2cce74da1 (62322060fda491d7421fc89c11dad2f1b7796f3b)
- .gitattributes +6 -0
- README.md +46 -0
- mistral-sk-7b-GGUF_imatrix.dat +3 -0
- mistral-sk-7b.Q5_K_M.gguf +3 -0
- mistral-sk-7b.Q5_K_S.gguf +3 -0
- mistral-sk-7b.Q6_K.gguf +3 -0
- mistral-sk-7b.Q8_0.gguf +3 -0
- mistral-sk-7b.fp16.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
mistral-sk-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mistral-sk-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mistral-sk-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mistral-sk-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
mistral-sk-7b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
mistral-sk-7b-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- quantized
|
4 |
+
- 2-bit
|
5 |
+
- 3-bit
|
6 |
+
- 4-bit
|
7 |
+
- 5-bit
|
8 |
+
- 6-bit
|
9 |
+
- 8-bit
|
10 |
+
- GGUF
|
11 |
+
- text-generation
|
12 |
+
- text-generation
|
13 |
+
model_name: mistral-sk-7b-GGUF
|
14 |
+
base_model: slovak-nlp/mistral-sk-7b
|
15 |
+
inference: false
|
16 |
+
model_creator: slovak-nlp
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
quantized_by: MaziyarPanahi
|
19 |
+
---
|
20 |
+
# [MaziyarPanahi/mistral-sk-7b-GGUF](https://huggingface.co/MaziyarPanahi/mistral-sk-7b-GGUF)
|
21 |
+
- Model creator: [slovak-nlp](https://huggingface.co/slovak-nlp)
|
22 |
+
- Original model: [slovak-nlp/mistral-sk-7b](https://huggingface.co/slovak-nlp/mistral-sk-7b)
|
23 |
+
|
24 |
+
## Description
|
25 |
+
[MaziyarPanahi/mistral-sk-7b-GGUF](https://huggingface.co/MaziyarPanahi/mistral-sk-7b-GGUF) contains GGUF format model files for [slovak-nlp/mistral-sk-7b](https://huggingface.co/slovak-nlp/mistral-sk-7b).
|
26 |
+
|
27 |
+
### About GGUF
|
28 |
+
|
29 |
+
GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
|
30 |
+
|
31 |
+
Here is an incomplete list of clients and libraries that are known to support GGUF:
|
32 |
+
|
33 |
+
* [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
|
34 |
+
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
|
35 |
+
* [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023.
|
36 |
+
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
|
37 |
+
* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
|
38 |
+
* [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
|
39 |
+
* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
|
40 |
+
* [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
|
41 |
+
* [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
|
42 |
+
* [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models.
|
43 |
+
|
44 |
+
## Special thanks
|
45 |
+
|
46 |
+
🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
|
mistral-sk-7b-GGUF_imatrix.dat
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad42aba1bd83e1379f751472df5e03db06ac53f75ee847877963044b6476a3a8
|
3 |
+
size 4988146
|
mistral-sk-7b.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b56aa9d63c1d51bf346ce9bbdda2831392be699c9ab6dd341dc42578d86fc784
|
3 |
+
size 5131410112
|
mistral-sk-7b.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c77efb85b34963dced2829ad72a497b3239448e580abb5cf388c6c72c2e06606
|
3 |
+
size 4997716672
|
mistral-sk-7b.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5de01154f9258e1a448f39ed30bd20ae27d4b1d1174a7083044aa8b713667319
|
3 |
+
size 5942065856
|
mistral-sk-7b.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53d5b21254448abfa1c096c0bb30a6766ce1f3816a26f8d9f17b6701288cbe9b
|
3 |
+
size 7695858368
|
mistral-sk-7b.fp16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2103e64881817b4bf53db5f1e11f9e7b1664529da10cdf22b6f9c4a9a978125a
|
3 |
+
size 14484732384
|