MaziyarPanahi commited on
Commit
92b9a62
·
verified ·
1 Parent(s): 363d253

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,14 @@ 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-small-3.1-24b-instruct-2503-hf.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-small-3.1-24b-instruct-2503-hf.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-small-3.1-24b-instruct-2503-hf.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-small-3.1-24b-instruct-2503-hf.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-small-3.1-24b-instruct-2503-hf.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-small-3.1-24b-instruct-2503-hf.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-small-3.1-24b-instruct-2503-hf.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-small-3.1-24b-instruct-2503-hf.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-small-3.1-24b-instruct-2503-hf.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-small-3.1-24b-instruct-2503-hf.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-small-3.1-24b-instruct-2503-hf.fp16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mrfakename/mistral-small-3.1-24b-instruct-2503-hf
3
+ inference: false
4
+ model_creator: mrfakename
5
+ model_name: mistral-small-3.1-24b-instruct-2503-hf-GGUF
6
+ pipeline_tag: text-generation
7
+ quantized_by: MaziyarPanahi
8
+ tags:
9
+ - quantized
10
+ - 2-bit
11
+ - 3-bit
12
+ - 4-bit
13
+ - 5-bit
14
+ - 6-bit
15
+ - 8-bit
16
+ - GGUF
17
+ - text-generation
18
+ ---
19
+ # [MaziyarPanahi/mistral-small-3.1-24b-instruct-2503-hf-GGUF](https://huggingface.co/MaziyarPanahi/mistral-small-3.1-24b-instruct-2503-hf-GGUF)
20
+ - Model creator: [mrfakename](https://huggingface.co/mrfakename)
21
+ - Original model: [mrfakename/mistral-small-3.1-24b-instruct-2503-hf](https://huggingface.co/mrfakename/mistral-small-3.1-24b-instruct-2503-hf)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/mistral-small-3.1-24b-instruct-2503-hf-GGUF](https://huggingface.co/MaziyarPanahi/mistral-small-3.1-24b-instruct-2503-hf-GGUF) contains GGUF format model files for [mrfakename/mistral-small-3.1-24b-instruct-2503-hf](https://huggingface.co/mrfakename/mistral-small-3.1-24b-instruct-2503-hf).
25
+
26
+ ### About GGUF
27
+
28
+ 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.
29
+
30
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
31
+
32
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
33
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
34
+ * [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.
35
+ * [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.
36
+ * [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.
37
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
38
+ * [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.
39
+ * [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.
40
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
41
+ * [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.
42
+
43
+ ## Special thanks
44
+
45
+ 🙏 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-small-3.1-24b-instruct-2503-hf.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd6ac1e6cd9b1d86a3e8aa49b52274d1d7c4c7da9cb7ccf2cd465d1f732d847
3
+ size 8890325536
mistral-small-3.1-24b-instruct-2503-hf.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20ee8a233070ea2468834ac73c97b45cd402bb294de6b673320219c08424bea
3
+ size 12400761376
mistral-small-3.1-24b-instruct-2503-hf.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c346af05dcb134295c3269493a582593d594856eb722b434fd4413142195ba
3
+ size 11474082336
mistral-small-3.1-24b-instruct-2503-hf.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b45f27ed32cb270b4b356f1752806c477d11b48bec2b1ab86b4a0cf09bc90f
3
+ size 10400274976
mistral-small-3.1-24b-instruct-2503-hf.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d62479516a51a666cb1fb1cc44c4137d9f9dc59092cbe06efb0c4969d41cbf
3
+ size 14333909536
mistral-small-3.1-24b-instruct-2503-hf.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0e500d1d78cde4c5eaa507553a9f3089b5268f14deceb31ce7ab24ec7b97f9
3
+ size 13549279776
mistral-small-3.1-24b-instruct-2503-hf.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24da7f077f2960cde033edca454ece3de16ceedd632dd358246318879d8ded74
3
+ size 16763984416
mistral-small-3.1-24b-instruct-2503-hf.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1434235cb0ddd29b383c788fb818f5cc80c793b7cfd4991d38644bbe0792ed0
3
+ size 16304413216
mistral-small-3.1-24b-instruct-2503-hf.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:620934e2cd7db317d61ca9f5226a0dfa6a73245a6bed20f50b73a5f28bf8786f
3
+ size 19345938976
mistral-small-3.1-24b-instruct-2503-hf.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6ba96525b26716a311e05f6a5f6813e57a0d77ada7583a6850a1f04c3e0016
3
+ size 25054779936
mistral-small-3.1-24b-instruct-2503-hf.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb5c7ecf46852b4e2013d754a18f935e507d8e03df8c7772e0c68b78e142225
3
+ size 47153519136