Upload folder using huggingface_hub
#1
by
MaziyarPanahi
- opened
- .gitattributes +9 -0
- README.md +56 -0
- Yi-1.5-6B-Chat.Q2_K.gguf +3 -0
- Yi-1.5-6B-Chat.Q3_K_L.gguf +3 -0
- Yi-1.5-6B-Chat.Q3_K_M.gguf +3 -0
- Yi-1.5-6B-Chat.Q3_K_S.gguf +3 -0
- Yi-1.5-6B-Chat.Q4_K_M.gguf +3 -0
- Yi-1.5-6B-Chat.Q4_K_S.gguf +3 -0
- Yi-1.5-6B-Chat.Q5_K_M.gguf +3 -0
- Yi-1.5-6B-Chat.Q5_K_S.gguf +3 -0
- Yi-1.5-6B-Chat.Q6_K.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,12 @@ 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 |
+
Yi-1.5-6B-Chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Yi-1.5-6B-Chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Yi-1.5-6B-Chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Yi-1.5-6B-Chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Yi-1.5-6B-Chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Yi-1.5-6B-Chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Yi-1.5-6B-Chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Yi-1.5-6B-Chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Yi-1.5-6B-Chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- quantized
|
4 |
+
- 2-bit
|
5 |
+
- 3-bit
|
6 |
+
- 4-bit
|
7 |
+
- 5-bit
|
8 |
+
- 6-bit
|
9 |
+
- 8-bit
|
10 |
+
- GGUF
|
11 |
+
- transformers
|
12 |
+
- safetensors
|
13 |
+
- llama
|
14 |
+
- text-generation
|
15 |
+
- conversational
|
16 |
+
- arxiv:2403.04652
|
17 |
+
- license:apache-2.0
|
18 |
+
- autotrain_compatible
|
19 |
+
- endpoints_compatible
|
20 |
+
- text-generation-inference
|
21 |
+
- region:us
|
22 |
+
- text-generation
|
23 |
+
model_name: Yi-1.5-6B-Chat-GGUF
|
24 |
+
base_model: 01-ai/Yi-1.5-6B-Chat
|
25 |
+
inference: false
|
26 |
+
model_creator: 01-ai
|
27 |
+
pipeline_tag: text-generation
|
28 |
+
quantized_by: MaziyarPanahi
|
29 |
+
---
|
30 |
+
# [MaziyarPanahi/Yi-1.5-6B-Chat-GGUF](https://huggingface.co/MaziyarPanahi/Yi-1.5-6B-Chat-GGUF)
|
31 |
+
- Model creator: [01-ai](https://huggingface.co/01-ai)
|
32 |
+
- Original model: [01-ai/Yi-1.5-6B-Chat](https://huggingface.co/01-ai/Yi-1.5-6B-Chat)
|
33 |
+
|
34 |
+
## Description
|
35 |
+
[MaziyarPanahi/Yi-1.5-6B-Chat-GGUF](https://huggingface.co/MaziyarPanahi/Yi-1.5-6B-Chat-GGUF) contains GGUF format model files for [01-ai/Yi-1.5-6B-Chat](https://huggingface.co/01-ai/Yi-1.5-6B-Chat).
|
36 |
+
|
37 |
+
### About GGUF
|
38 |
+
|
39 |
+
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.
|
40 |
+
|
41 |
+
Here is an incomplete list of clients and libraries that are known to support GGUF:
|
42 |
+
|
43 |
+
* [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
|
44 |
+
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
|
45 |
+
* [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.
|
46 |
+
* [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.
|
47 |
+
* [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.
|
48 |
+
* [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
|
49 |
+
* [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.
|
50 |
+
* [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.
|
51 |
+
* [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
|
52 |
+
* [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.
|
53 |
+
|
54 |
+
## Special thanks
|
55 |
+
|
56 |
+
🙏 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.
|
Yi-1.5-6B-Chat.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b06cd22229726943567698f001d4aeceb3f03cae69aae66e3c59176b870f698c
|
3 |
+
size 2337066880
|
Yi-1.5-6B-Chat.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9265a8789ff3cc2e30969b3a3bf2d2020c97cded50ea628bd9a506ee89c6659
|
3 |
+
size 3236892544
|
Yi-1.5-6B-Chat.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17e27684338d0e2aa75944e6e84d6cf9ea2ad869e4d0f44c673c32dbc73fe406
|
3 |
+
size 2992836480
|
Yi-1.5-6B-Chat.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc80e3066077a8b98a87defb0399df80cf73063e640724fc3a7cf249caddb93d
|
3 |
+
size 2709196672
|
Yi-1.5-6B-Chat.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a0f853dbd8d38bad71ada1933fd067f45f928b2cd978aba1dfd7d5dec2953db
|
3 |
+
size 3673968512
|
Yi-1.5-6B-Chat.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf32054a0027fc8bec8a671c276a0294b106e87113463b7268a65677294f8a82
|
3 |
+
size 3502919552
|
Yi-1.5-6B-Chat.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ee1af9e1242b79f668465c78bf42f5b66607f4fdab4fe4a3f57cae9fc5a57b6
|
3 |
+
size 4304424832
|
Yi-1.5-6B-Chat.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:294cea6bf32dbeda840afbd67c4bd299039b5e339fbc20b5bf88098b750f7b91
|
3 |
+
size 4204154752
|
Yi-1.5-6B-Chat.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb0672b7bc855280059d0ddeef83b3c43e1e791e67ff34122f03d1d9d43e3442
|
3 |
+
size 4974284672
|