MaziyarPanahi commited on
Commit
d584425
1 Parent(s): 82022d5

Upload folder using huggingface_hub (#1)

Browse files

- 05eb6968cac5762fb9e3192b60eb135349e7dde3b015129af26d81060cf6cbb1 (a3290f04f7acdc3e960695b479a96e8397061891)
- b9096970c077cb156e7e54dd52867a5d7c53fdcbdab64312bed517b337230008 (428f420c69a820031085e39dc496ab6fb9047dac)
- d9855ca06323b7877c7337302191a6ef3a256bb7993942d7aa920ddf9ccdeedd (9ff0c25be7fef6c7a6cf7bb41f7516117e931233)
- fdf4b141009324b307d8759ab19bcae9148f18aec5d38654a48761168a3dfe4a (d226319dcf5a7da5e7dbe079e8e27f74979e4a0c)
- bc61dbe7ba21e067eb1476087e31425c7b3d31e3edd566b02ce69099343e9157 (0530fbe61e2e2303cc8a607837f229f5bf2c45a8)
- a665a60d0872c2953cbdec0eec3d67ab4e44dc3bd31472bddfb798431958e91a (87c379f543ac097fc43a95535fbd95211168ce48)

.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
+ fratricide-12B-Unslop-Mell-DARKNESS.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ fratricide-12B-Unslop-Mell-DARKNESS.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ fratricide-12B-Unslop-Mell-DARKNESS.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ fratricide-12B-Unslop-Mell-DARKNESS.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ fratricide-12B-Unslop-Mell-DARKNESS.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ fratricide-12B-Unslop-Mell-DARKNESS-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: redrix/fratricide-12B-Unslop-Mell-DARKNESS
3
+ inference: false
4
+ model_creator: redrix
5
+ model_name: fratricide-12B-Unslop-Mell-DARKNESS-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/fratricide-12B-Unslop-Mell-DARKNESS-GGUF](https://huggingface.co/MaziyarPanahi/fratricide-12B-Unslop-Mell-DARKNESS-GGUF)
20
+ - Model creator: [redrix](https://huggingface.co/redrix)
21
+ - Original model: [redrix/fratricide-12B-Unslop-Mell-DARKNESS](https://huggingface.co/redrix/fratricide-12B-Unslop-Mell-DARKNESS)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/fratricide-12B-Unslop-Mell-DARKNESS-GGUF](https://huggingface.co/MaziyarPanahi/fratricide-12B-Unslop-Mell-DARKNESS-GGUF) contains GGUF format model files for [redrix/fratricide-12B-Unslop-Mell-DARKNESS](https://huggingface.co/redrix/fratricide-12B-Unslop-Mell-DARKNESS).
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.
fratricide-12B-Unslop-Mell-DARKNESS-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fecf208f7a4edc42552fb64a32dea3a764bf97f5b02c55a4881f3471ff0f2a2a
3
+ size 7054394
fratricide-12B-Unslop-Mell-DARKNESS.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:115e0b166400ce88a9fd59507bdac044bd501d229bd9dcf65a1f6727031e5a00
3
+ size 8727647232
fratricide-12B-Unslop-Mell-DARKNESS.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc164c72955c423948d3f62424e3005136212ec3c370f47a19438bcd7597bbf
3
+ size 8518751232
fratricide-12B-Unslop-Mell-DARKNESS.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbe0b1339f0c73b0dd696825be328d079f99f06f1c3fec9fb778b3ff5c7b530
3
+ size 10056227168
fratricide-12B-Unslop-Mell-DARKNESS.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51053d6c4e19e0df703df817ff0917bae05b35aab51c04e1f4d9b44b6c556876
3
+ size 13022391456
fratricide-12B-Unslop-Mell-DARKNESS.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a8b93858e0589b965d44f5b8fd0a67c71b70c7c3160045cdea3f6e0ac8187fc
3
+ size 24504317632