MaziyarPanahi commited on
Commit
ffe3d57
·
verified ·
1 Parent(s): 46be35e

Upload folder using huggingface_hub (#1)

Browse files

- 5ce79283ced52e26381d145769178218824a72743046ab0f227c97f79234175e (b4b7b8fd992239b0487dfa6a4a80a2e906ab0868)
- a9ab785ae3a1b6ee4bf21c1d60a88653b878377615be7a3ac5622512a722896c (ada3ea402db200e5be8081e18c4823d613fd0b23)
- 71b40e3f2c4a8d26afef2f5bb12bfd502de15144ecc70df9690548b903ebb74a (b5fa972675b6bab403d2a65031f12ebeea3912e2)
- 9084e24da5023bf13e1ab364bee9f9cc2315396eeba99a1acc33ede8fc19d686 (7e865ac119b13094c1593c4e620cb882c9d2fc5c)
- 4f60f24f587bb183386c6680321185ae516b6fe664627a85c582fd52452594c5 (761dc4c6ede010ed71e543ce3c95fc4a82e0e7ef)
- 82b4d6754199fd151557a3942c0bc40b27aa39d1e67e2d95a4e40d07fb1913ea (79aa174169519a651a1c05b15fe8b6ef8b68cc96)

.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
+ patricide-12B-Unslop-Mell.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ patricide-12B-Unslop-Mell.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ patricide-12B-Unslop-Mell.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ patricide-12B-Unslop-Mell.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ patricide-12B-Unslop-Mell.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ patricide-12B-Unslop-Mell-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: redrix/patricide-12B-Unslop-Mell
3
+ inference: false
4
+ model_creator: redrix
5
+ model_name: patricide-12B-Unslop-Mell-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/patricide-12B-Unslop-Mell-GGUF](https://huggingface.co/MaziyarPanahi/patricide-12B-Unslop-Mell-GGUF)
20
+ - Model creator: [redrix](https://huggingface.co/redrix)
21
+ - Original model: [redrix/patricide-12B-Unslop-Mell](https://huggingface.co/redrix/patricide-12B-Unslop-Mell)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/patricide-12B-Unslop-Mell-GGUF](https://huggingface.co/MaziyarPanahi/patricide-12B-Unslop-Mell-GGUF) contains GGUF format model files for [redrix/patricide-12B-Unslop-Mell](https://huggingface.co/redrix/patricide-12B-Unslop-Mell).
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.
patricide-12B-Unslop-Mell-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7676b6b429673545cda88983cffdeb0e543146025355cce714c4e988e614d95
3
+ size 7054394
patricide-12B-Unslop-Mell.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a69f261765332d04c37a6444954191952dfa2c1870053d233d8462d8fa2890f7
3
+ size 8727631264
patricide-12B-Unslop-Mell.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ccc35a678f86b0c32c38e6839b25f954217a7acbc9046682f1c95f7abed3292
3
+ size 8518735264
patricide-12B-Unslop-Mell.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da0d84f7bf6427f066898faf1b62c6dc5fd6ff367f6304ad5bc9f5b0d34c00d
3
+ size 10056209824
patricide-12B-Unslop-Mell.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a6c848bf340e0136f2801bee57f4724aef23db6db162ebaa5b17e91e0eb3ed
3
+ size 13022369184
patricide-12B-Unslop-Mell.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e56c2eaeac8c255e0df1fd703790abcbdbc68aab2b520695f36fcb38ff862d4
3
+ size 24504276160