morriszms commited on
Commit
6d3f199
·
verified ·
1 Parent(s): 2ff2f91

Upload folder using huggingface_hub

Browse files
.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
+ SuperChat-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SuperChat-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SuperChat-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SuperChat-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SuperChat-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SuperChat-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SuperChat-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SuperChat-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SuperChat-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SuperChat-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SuperChat-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SuperChat-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - merge
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: Yash21/SuperChat-7B
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## Yash21/SuperChat-7B - GGUF
22
+
23
+ This repo contains GGUF format model files for [Yash21/SuperChat-7B](https://huggingface.co/Yash21/SuperChat-7B).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <s>[INST] {prompt} [/INST]
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [SuperChat-7B-Q2_K.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [SuperChat-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
45
+ | [SuperChat-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
46
+ | [SuperChat-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
47
+ | [SuperChat-7B-Q4_0.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [SuperChat-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
49
+ | [SuperChat-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
50
+ | [SuperChat-7B-Q5_0.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [SuperChat-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
52
+ | [SuperChat-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
53
+ | [SuperChat-7B-Q6_K.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
54
+ | [SuperChat-7B-Q8_0.gguf](https://huggingface.co/tensorblock/SuperChat-7B-GGUF/blob/main/SuperChat-7B-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/SuperChat-7B-GGUF --include "SuperChat-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/SuperChat-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
SuperChat-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6758d54ca8ab33daa395f3244f58a3e93d761cb05345e7719781b81b7b3ab3fd
3
+ size 2719242880
SuperChat-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c8fe9809870eb195ddc85187e4187c03c19d1f9ae70b072f1a0d224965e338
3
+ size 3822025344
SuperChat-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:089775ef8ef3e0c4ca414350cde530fc4f59e79a8e69befc245ae16e62512f1d
3
+ size 3518986880
SuperChat-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef6cbd2cb2069f2b22571b688cc885a26c7681718f5a49b6feb8d55898b4957f
3
+ size 3164568192
SuperChat-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e42be8012a96b9124fcf6674713516772a330e18025f329ca3048cb8ac93009c
3
+ size 4108917376
SuperChat-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd867ef726b634c57518ec4bb6397caa2898ec60a52299ec8be51d53e7c81a81
3
+ size 4368439936
SuperChat-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45d421b70d0fc79f674223f02e1444807825fca1b6822d613db493e43df9663
3
+ size 4140374656
SuperChat-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34f954f36814f67ab7333056002b4fa766f0c2c85f135eb3b5909d4e5caa95c
3
+ size 4997716608
SuperChat-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45618cd0a31cd324d8c01e3e00513a89b0f452fd10c6252d9d703f7d95d9bdc0
3
+ size 5131410048
SuperChat-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f6fbe04402d43fe3548df4d78b25f0d31f4569b4b0ec30a50606680bce9a147
3
+ size 4997716608
SuperChat-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4644289958c998e5b9f69443b368becd2ea84c76c397e5286bea3a7a9f759b
3
+ size 5942065792
SuperChat-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12fdf390e9c789347a8fc5f27d3b6aab1a214b35a65a3bf5533af7de08767821
3
+ size 7695858304