MaziyarPanahi commited on
Commit
e77dd15
1 Parent(s): 1c6b6c5

Upload folder using huggingface_hub (#1)

Browse files

- ce0ea338dfcfa158e17e07cc7f67f7885541418bcb3d144772b84d3fdd0dc330 (88deacdaf0d3fb58319acb6f1723e8bf0ccab776)
- 71c57f5a68d26ce4107b02f0ad87b4254177d48727c6840851618857f7c53b9c (6bd20bf7cbfda8b977afc5b9c200c3b9bf3a6cba)
- 45673ed983aabff76ee96c62224b055893095dc02c27cd592d842ec497eed95d (6bc406e538a5c1506fa4376f92efd8f99b301269)
- ca6967de1def4c5c86a651b5c8836cdcfaf3dc49d5bd1e2fe6a8ea625c79e5fe (4d414c3f15343e4784e13b87a2fc1f11ac568278)
- 7f06e1ef2c0507af66ff1ffb1047fc224b26632240d6954dc77d1cb0c6225e1d (cb42d8ab95bfbb9c6314ebb35b4b51daba7cfc6f)
- f360e87cc85ce69ecbf2c8d9cd00ac6aad6ae907c2fcfd58516d5d69fcba20aa (86b063c4a8f52764dd72960857744cca06237a13)

.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-v2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ patricide-12B-Unslop-Mell-v2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ patricide-12B-Unslop-Mell-v2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ patricide-12B-Unslop-Mell-v2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ patricide-12B-Unslop-Mell-v2.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ patricide-12B-Unslop-Mell-v2-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-v2
3
+ inference: false
4
+ model_creator: redrix
5
+ model_name: patricide-12B-Unslop-Mell-v2-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-v2-GGUF](https://huggingface.co/MaziyarPanahi/patricide-12B-Unslop-Mell-v2-GGUF)
20
+ - Model creator: [redrix](https://huggingface.co/redrix)
21
+ - Original model: [redrix/patricide-12B-Unslop-Mell-v2](https://huggingface.co/redrix/patricide-12B-Unslop-Mell-v2)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/patricide-12B-Unslop-Mell-v2-GGUF](https://huggingface.co/MaziyarPanahi/patricide-12B-Unslop-Mell-v2-GGUF) contains GGUF format model files for [redrix/patricide-12B-Unslop-Mell-v2](https://huggingface.co/redrix/patricide-12B-Unslop-Mell-v2).
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-v2-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:042f06b4e88b55a4cbe3f659c39f3fc21371f353b6a1d445d307c99565a49171
3
+ size 7054394
patricide-12B-Unslop-Mell-v2.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:508728e096dbd070c7763a153d3402965b3c2195c7cdecb17e64530a7bd66ba1
3
+ size 8727647008
patricide-12B-Unslop-Mell-v2.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f36588a2a65f361b5872a6aaa89ba84fc61d9f703f13fcdf8a603e50d5d5268
3
+ size 8518751008
patricide-12B-Unslop-Mell-v2.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8d7882865a6b934ef97d84f21b6e24faf1bcfbcfad4acf4b99d75bfaeedf000
3
+ size 10056226944
patricide-12B-Unslop-Mell-v2.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2955c74df30c56e743e06dd79dd59078e4db4cf00e9aae9ebccdab4a941cab3
3
+ size 13022391232
patricide-12B-Unslop-Mell-v2.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3dfa742f9bc2863f11c330e2f06eaa54d3a7a8f39f0c0a12492ffb5e11c6b41
3
+ size 24504317408