morriszms commited on
Commit
ed8711f
1 Parent(s): ac38221

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
+ SN29-C00-llama-HK14-1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SN29-C00-llama-HK14-1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SN29-C00-llama-HK14-1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SN29-C00-llama-HK14-1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SN29-C00-llama-HK14-1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SN29-C00-llama-HK14-1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SN29-C00-llama-HK14-1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SN29-C00-llama-HK14-1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SN29-C00-llama-HK14-1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SN29-C00-llama-HK14-1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SN29-C00-llama-HK14-1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SN29-C00-llama-HK14-1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - transformers.js
5
+ - tokenizers
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: deepnet/SN29-C00-llama-HK14-1
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## deepnet/SN29-C00-llama-HK14-1 - GGUF
23
+
24
+ This repo contains GGUF format model files for [deepnet/SN29-C00-llama-HK14-1](https://huggingface.co/deepnet/SN29-C00-llama-HK14-1).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ <|im_start|>system
38
+ {system_prompt}<|im_end|>
39
+ <|im_start|>user
40
+ {prompt}<|im_end|>
41
+ <|im_start|>assistant
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [SN29-C00-llama-HK14-1-Q2_K.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q2_K.gguf) | Q2_K | 2.923 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [SN29-C00-llama-HK14-1-Q3_K_S.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q3_K_S.gguf) | Q3_K_S | 3.340 GB | very small, high quality loss |
50
+ | [SN29-C00-llama-HK14-1-Q3_K_M.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q3_K_M.gguf) | Q3_K_M | 3.626 GB | very small, high quality loss |
51
+ | [SN29-C00-llama-HK14-1-Q3_K_L.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q3_K_L.gguf) | Q3_K_L | 3.796 GB | small, substantial quality loss |
52
+ | [SN29-C00-llama-HK14-1-Q4_0.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q4_0.gguf) | Q4_0 | 3.983 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [SN29-C00-llama-HK14-1-Q4_K_S.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q4_K_S.gguf) | Q4_K_S | 4.200 GB | small, greater quality loss |
54
+ | [SN29-C00-llama-HK14-1-Q4_K_M.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q4_K_M.gguf) | Q4_K_M | 4.507 GB | medium, balanced quality - recommended |
55
+ | [SN29-C00-llama-HK14-1-Q5_0.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q5_0.gguf) | Q5_0 | 4.792 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [SN29-C00-llama-HK14-1-Q5_K_S.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q5_K_S.gguf) | Q5_K_S | 4.894 GB | large, low quality loss - recommended |
57
+ | [SN29-C00-llama-HK14-1-Q5_K_M.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q5_K_M.gguf) | Q5_K_M | 5.156 GB | large, very low quality loss - recommended |
58
+ | [SN29-C00-llama-HK14-1-Q6_K.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q6_K.gguf) | Q6_K | 6.047 GB | very large, extremely low quality loss |
59
+ | [SN29-C00-llama-HK14-1-Q8_0.gguf](https://huggingface.co/tensorblock/SN29-C00-llama-HK14-1-GGUF/blob/main/SN29-C00-llama-HK14-1-Q8_0.gguf) | Q8_0 | 7.319 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/SN29-C00-llama-HK14-1-GGUF --include "SN29-C00-llama-HK14-1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/SN29-C00-llama-HK14-1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
SN29-C00-llama-HK14-1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d9137770dc663c0cd284556b479a4dbbe3bf3bcc5d107a4a521185b0a4ea4d6
3
+ size 2922767296
SN29-C00-llama-HK14-1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39bdb93b96ff4940c101ec4d4792db0018da30bc5b17e341a20b62281fdcb47a
3
+ size 3796433856
SN29-C00-llama-HK14-1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a385fc6909bb5b546e33ae24df422c426eea57ec804489757ece1af02bbb693a
3
+ size 3625876416
SN29-C00-llama-HK14-1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93f795a8784dd256d723d34a328dd1d4592a34976f031f117fce40dacc1b6ee2
3
+ size 3339516864
SN29-C00-llama-HK14-1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:034127bb24ceaad84c83c2cc4ad5dc986f50f9192e3c0b627f684485294c14b2
3
+ size 3982881728
SN29-C00-llama-HK14-1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c08060b44a7f6c1658a8b8b4b7608a9947304b6e03248e6df98938d3e759d50
3
+ size 4507235264
SN29-C00-llama-HK14-1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:669ecc9aac6f3f27035609bbacf49ee986fe75a2ffd7078304bdaa918d33d35c
3
+ size 4199576512
SN29-C00-llama-HK14-1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426c1da765b86541b7993071214d804ef17d2b09e9bfd6554f2208dd0db3f8af
3
+ size 4792087488
SN29-C00-llama-HK14-1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77e1b7d525041db30aab919d38e293a5aaed06f168bb184400f0a16563cdb58
3
+ size 5156336576
SN29-C00-llama-HK14-1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9ba105edf1ac3bf95ec28fe623b64e55da00376321496ce3027903dbaf01de
3
+ size 4893930432
SN29-C00-llama-HK14-1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e99590fae34d03c21b49434cbe0b9a6b37804b893458826a0ce4a404d3b6be
3
+ size 6046510016
SN29-C00-llama-HK14-1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bd094db3b0115cd66f21be4e83a44c7ca1890586df45646e051c82415cddab3
3
+ size 7319190464