morriszms commited on
Commit
9faaafb
·
verified ·
1 Parent(s): aea27ac

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
+ SN29Best3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SN29Best3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SN29Best3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SN29Best3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SN29Best3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SN29Best3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SN29Best3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SN29Best3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SN29Best3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SN29Best3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SN29Best3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SN29Best3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: deepnet/SN29Best3
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## deepnet/SN29Best3 - GGUF
21
+
22
+ This repo contains GGUF format model files for [deepnet/SN29Best3](https://huggingface.co/deepnet/SN29Best3).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|im_start|>system
36
+ {system_prompt}<|im_end|>
37
+ <|im_start|>user
38
+ {prompt}<|im_end|>
39
+ <|im_start|>assistant
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [SN29Best3-Q2_K.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q2_K.gguf) | Q2_K | 3.361 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [SN29Best3-Q3_K_S.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q3_K_S.gguf) | Q3_K_S | 3.915 GB | very small, high quality loss |
48
+ | [SN29Best3-Q3_K_M.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q3_K_M.gguf) | Q3_K_M | 4.354 GB | very small, high quality loss |
49
+ | [SN29Best3-Q3_K_L.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q3_K_L.gguf) | Q3_K_L | 4.736 GB | small, substantial quality loss |
50
+ | [SN29Best3-Q4_0.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q4_0.gguf) | Q4_0 | 5.091 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [SN29Best3-Q4_K_S.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q4_K_S.gguf) | Q4_K_S | 5.129 GB | small, greater quality loss |
52
+ | [SN29Best3-Q4_K_M.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q4_K_M.gguf) | Q4_K_M | 5.415 GB | medium, balanced quality - recommended |
53
+ | [SN29Best3-Q5_0.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q5_0.gguf) | Q5_0 | 6.198 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [SN29Best3-Q5_K_S.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q5_K_S.gguf) | Q5_K_S | 6.198 GB | large, low quality loss - recommended |
55
+ | [SN29Best3-Q5_K_M.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q5_K_M.gguf) | Q5_K_M | 6.365 GB | large, very low quality loss - recommended |
56
+ | [SN29Best3-Q6_K.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q6_K.gguf) | Q6_K | 7.374 GB | very large, extremely low quality loss |
57
+ | [SN29Best3-Q8_0.gguf](https://huggingface.co/tensorblock/SN29Best3-GGUF/blob/main/SN29Best3-Q8_0.gguf) | Q8_0 | 9.550 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/SN29Best3-GGUF --include "SN29Best3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/SN29Best3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
SN29Best3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3c9f1abc8bd66d12a0f22b668367a4071c509835e45c23ee961d9f6712a27ab
3
+ size 3361246880
SN29Best3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88d270eac082d4e671af32c066b3d1d90131ed95a47047c425de1ba9c7b0c8a
3
+ size 4736397792
SN29Best3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81374d02a6c69ef47362c7da81dc43c40a19c3563fab1a1962b44fa4b57eac6
3
+ size 4353667552
SN29Best3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe819028530f23b04104578109c3e374e9e8d1b19bb4481c5d484272b97b7e81
3
+ size 3914576352
SN29Best3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:364b68e4f5cd53dd9fb750fd8e20d9506bf1ebf8ec2515f1b7475d7d8be030e4
3
+ size 5090661920
SN29Best3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf0a26fd5d794c64897a0375a211087f9e0d7edb04a7b273ad02d5b29fd161d
3
+ size 5415065120
SN29Best3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f00ec712c040a3f4bd26fb02e384e9239bcfe6035cb2a58292c167f3fb7714
3
+ size 5129459232
SN29Best3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f625e7c5a11a552e285cf2e54336a66e9038ca8094ec739054834d0e43fa47d
3
+ size 6197565984
SN29Best3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee190f2534bc47fea0a0abd69c3535406457ceb7d5bcc594452f7d3ededb7fd
3
+ size 6364682784
SN29Best3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37efe70ef1eee7dac868fccf22879bc4316493172c4279566bce41fe4286b3d5
3
+ size 6197565984
SN29Best3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09324069c0edbc2f01f9437bf0b0dfeb8d0d6aeda1f13cf5a721bcae5152685b
3
+ size 7373651552
SN29Best3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7c4afa08ca9c4b46eb0dd23115c5b46132adf4fb114306bcc64ef20f565a55
3
+ size 9550024160