Upload folder using huggingface_hub
#1
by
MaziyarPanahi
- opened
- .gitattributes +12 -0
- README.md +45 -0
- Sailor2-20B-Chat-GGUF_imatrix.dat +3 -0
- Sailor2-20B-Chat.Q2_K.gguf +3 -0
- Sailor2-20B-Chat.Q3_K_L.gguf +3 -0
- Sailor2-20B-Chat.Q3_K_M.gguf +3 -0
- Sailor2-20B-Chat.Q3_K_S.gguf +3 -0
- Sailor2-20B-Chat.Q4_K_M.gguf +3 -0
- Sailor2-20B-Chat.Q4_K_S.gguf +3 -0
- Sailor2-20B-Chat.Q5_K_M.gguf +3 -0
- Sailor2-20B-Chat.Q5_K_S.gguf +3 -0
- Sailor2-20B-Chat.Q6_K.gguf +3 -0
- Sailor2-20B-Chat.Q8_0.gguf +3 -0
- Sailor2-20B-Chat.fp16.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ 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 |
+
Sailor2-20B-Chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Sailor2-20B-Chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Sailor2-20B-Chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Sailor2-20B-Chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Sailor2-20B-Chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Sailor2-20B-Chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Sailor2-20B-Chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Sailor2-20B-Chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Sailor2-20B-Chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Sailor2-20B-Chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Sailor2-20B-Chat.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Sailor2-20B-Chat-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: sail/Sailor2-20B-Chat
|
3 |
+
inference: false
|
4 |
+
model_creator: sail
|
5 |
+
model_name: Sailor2-20B-Chat-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/Sailor2-20B-Chat-GGUF](https://huggingface.co/MaziyarPanahi/Sailor2-20B-Chat-GGUF)
|
20 |
+
- Model creator: [sail](https://huggingface.co/sail)
|
21 |
+
- Original model: [sail/Sailor2-20B-Chat](https://huggingface.co/sail/Sailor2-20B-Chat)
|
22 |
+
|
23 |
+
## Description
|
24 |
+
[MaziyarPanahi/Sailor2-20B-Chat-GGUF](https://huggingface.co/MaziyarPanahi/Sailor2-20B-Chat-GGUF) contains GGUF format model files for [sail/Sailor2-20B-Chat](https://huggingface.co/sail/Sailor2-20B-Chat).
|
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.
|
Sailor2-20B-Chat-GGUF_imatrix.dat
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61bca04c4284b3aae4daba13b249c3df6847badc4e5069f229e4e83678290852
|
3 |
+
size 11418130
|
Sailor2-20B-Chat.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f6510822c32fd39a30a9193dcb188a02e1cd32c5d894537a69088ddca9824fe
|
3 |
+
size 7393209568
|
Sailor2-20B-Chat.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bebeeecefcef11404560e9f9c7c2baa205f8980f47e2b23c12bfadf0e1c36cc
|
3 |
+
size 10239146208
|
Sailor2-20B-Chat.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27301e0a20f8d51f04e2f1ddfddf7d2a9574eb500074933eca666cea5e5de93a
|
3 |
+
size 9457957088
|
Sailor2-20B-Chat.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24075e15041e899aa4fad9c53e87c101c48ab56ff9a27f8ffe11a1e526840b60
|
3 |
+
size 8552249568
|
Sailor2-20B-Chat.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:860d88659e42c768f0ffd25e5cf37b83a8d4f72b8dcc70d3212c2fdc83046adb
|
3 |
+
size 11622380768
|
Sailor2-20B-Chat.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea0faeeb33b618bcd5e12c332430bf3add3aa6fdeab814ccbd5955135cda3952
|
3 |
+
size 11068601568
|
Sailor2-20B-Chat.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4f1aa01e54ed08d1f3ea76f47e82324b51715791806b02f84b50644fb1b108c
|
3 |
+
size 13617542368
|
Sailor2-20B-Chat.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e49c2a8d86cf3c670dacb61ee9750bfa2d5bf757c60d231cc89c1ed400b4a6b0
|
3 |
+
size 13294449888
|
Sailor2-20B-Chat.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3683c6b963542e81ac733618c3ec41cddd8541e6a557aa0514d2a608f0ca567d
|
3 |
+
size 15737401568
|
Sailor2-20B-Chat.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0bcd970eff9911d07c33ba2b1f3c9cc420ecec9412ec7c950fd3fe9750d1ab8
|
3 |
+
size 20380596448
|
Sailor2-20B-Chat.fp16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4b2d9131a1d20050e7c0efc2bb8ed4ed2b13bf733e9f7686db6ce88cc01246c
|
3 |
+
size 38354253824
|