MaziyarPanahi
commited on
Upload folder using huggingface_hub (#1)
Browse files- 82616f420e2ce0d0f9908b511a1b8c2e64d71a6499f86cea34d5054efe66afe8 (9fe615e9a0a5519ce00d7faa4781c1fe9ff620f4)
- d276ddb0ef81d26ff40364fdbbb4b21576ba403a2b445c68a6a621be84cb50ab (2e0114529fe5f229dd98cc7676fe618cac3de5a8)
- 14856a07c6682ef307279f5232132644eab0bcd97a3f0803fe369023190a5685 (6d77c064d2f012bf2ee9cefc416af4ca781d34c4)
- e0f9a43ca5131f8668752cc8dd55f2a385381b66961e9480d16f39500d95fd66 (a75a6df3c20c7a68f9736acbcf52e56611eebf0f)
- 08781ef12fd8974130f14a61ec8b954395e80ace5f6bf69a8c9a23bbca502e9c (87ff4f3782eba7a095e3bf3283fd9df3a67fdd2c)
- 77df00da39b251f387b4b4cf136c13ebe1b4f8004c5241d5671c4a68be55600d (c6b10afedeb079e6a3b9a07aea4d17218843e42b)
- .gitattributes +6 -0
- README.md +45 -0
- RP-SAINEMO-GGUF_imatrix.dat +3 -0
- RP-SAINEMO.Q5_K_M.gguf +3 -0
- RP-SAINEMO.Q5_K_S.gguf +3 -0
- RP-SAINEMO.Q6_K.gguf +3 -0
- RP-SAINEMO.Q8_0.gguf +3 -0
- RP-SAINEMO.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 |
+
RP-SAINEMO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
RP-SAINEMO.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
RP-SAINEMO.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
RP-SAINEMO.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
RP-SAINEMO.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
RP-SAINEMO-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Moraliane/RP-SAINEMO
|
3 |
+
inference: false
|
4 |
+
model_creator: Moraliane
|
5 |
+
model_name: RP-SAINEMO-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/RP-SAINEMO-GGUF](https://huggingface.co/MaziyarPanahi/RP-SAINEMO-GGUF)
|
20 |
+
- Model creator: [Moraliane](https://huggingface.co/Moraliane)
|
21 |
+
- Original model: [Moraliane/RP-SAINEMO](https://huggingface.co/Moraliane/RP-SAINEMO)
|
22 |
+
|
23 |
+
## Description
|
24 |
+
[MaziyarPanahi/RP-SAINEMO-GGUF](https://huggingface.co/MaziyarPanahi/RP-SAINEMO-GGUF) contains GGUF format model files for [Moraliane/RP-SAINEMO](https://huggingface.co/Moraliane/RP-SAINEMO).
|
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.
|
RP-SAINEMO-GGUF_imatrix.dat
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:751c0bcff67e6d6b15d94e4445b59c58cc0b4112299ec7ec9d4e9974d81c2846
|
3 |
+
size 7054394
|
RP-SAINEMO.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e71f9ef9e2a90c9bac044a9abcfdb1db7fb309c77ac5a9f78f2baeff615dff9
|
3 |
+
size 8727631584
|
RP-SAINEMO.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acc0d4ca5311e33cfcfd669c110b7f90e29038d06c09bc0fb1970e1464b49162
|
3 |
+
size 8518735584
|
RP-SAINEMO.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:240c919a376bfbcce520e3155ff71ecd2bcbf89b1e3326868bd2423e0198725d
|
3 |
+
size 10056210144
|
RP-SAINEMO.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12b57ee07a6ac899b14184f94aefd341ecc4d5829507f5bc517a12fd829626f7
|
3 |
+
size 13022369504
|
RP-SAINEMO.fp16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7497002b6a934793957fda3c3837a3faeb49f3c350683ba9b675f1206fdc3e1b
|
3 |
+
size 24504276512
|