morriszms commited on
Commit
b404925
·
verified ·
1 Parent(s): 49bb8c2

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
+ llama_dec27-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama_dec27-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama_dec27-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama_dec27-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama_dec27-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama_dec27-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama_dec27-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama_dec27-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama_dec27-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama_dec27-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama_dec27-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama_dec27-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: RoyJoy/llama_dec27
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
+ ## RoyJoy/llama_dec27 - GGUF
21
+
22
+ This repo contains GGUF format model files for [RoyJoy/llama_dec27](https://huggingface.co/RoyJoy/llama_dec27).
23
+
24
+ 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).
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
+ | [llama_dec27-Q2_K.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q2_K.gguf) | Q2_K | 3.778 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [llama_dec27-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q3_K_S.gguf) | Q3_K_S | 4.335 GB | very small, high quality loss |
48
+ | [llama_dec27-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q3_K_M.gguf) | Q3_K_M | 4.712 GB | very small, high quality loss |
49
+ | [llama_dec27-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q3_K_L.gguf) | Q3_K_L | 4.929 GB | small, substantial quality loss |
50
+ | [llama_dec27-Q4_0.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q4_0.gguf) | Q4_0 | 5.169 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [llama_dec27-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q4_K_S.gguf) | Q4_K_S | 5.473 GB | small, greater quality loss |
52
+ | [llama_dec27-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q4_K_M.gguf) | Q4_K_M | 5.875 GB | medium, balanced quality - recommended |
53
+ | [llama_dec27-Q5_0.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q5_0.gguf) | Q5_0 | 6.242 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [llama_dec27-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q5_K_S.gguf) | Q5_K_S | 6.386 GB | large, low quality loss - recommended |
55
+ | [llama_dec27-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q5_K_M.gguf) | Q5_K_M | 6.729 GB | large, very low quality loss - recommended |
56
+ | [llama_dec27-Q6_K.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q6_K.gguf) | Q6_K | 7.939 GB | very large, extremely low quality loss |
57
+ | [llama_dec27-Q8_0.gguf](https://huggingface.co/tensorblock/llama_dec27-GGUF/blob/main/llama_dec27-Q8_0.gguf) | Q8_0 | 9.559 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/llama_dec27-GGUF --include "llama_dec27-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/llama_dec27-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
llama_dec27-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324c3c21729c32613c5116ea4cd6356048f40143b544027141e080c22938cefb
3
+ size 3778094912
llama_dec27-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f952018c2c9b76c4d37100cc7dbc3da5d87871e3cec4654a92b1a2ab26c9494
3
+ size 4929298240
llama_dec27-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733f12f2a342df260e40fa8c3fde5095a97dbc65199ba2b8383000f73a8956d7
3
+ size 4712488768
llama_dec27-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ce2536efd132977455a869c1cd2cb3299c9e0d3b0979ad2ae77086ad5c65ab2
3
+ size 4335050560
llama_dec27-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e378dac6d19e9f794f4082a80c13f289efed5c9662eeb0b49cd576010017ae36
3
+ size 5168789312
llama_dec27-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a30d98619b5139fc423de954604b7ab831c2c081f95a9506a863b0cbace478de
3
+ size 5875201856
llama_dec27-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1252ad3f41fc47141bf529e6a8d3774e4d44b83ae60428b1634db3f9b8457b7f
3
+ size 5473318720
llama_dec27-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6312f11929548bfd4e0c6471f94bec9c753e97efb0ee228f32696b393696421e
3
+ size 6241515328
llama_dec27-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8695810d215b0430d3bdd855a71ed77a719214bada02241898a973202ec4579a
3
+ size 6729365312
llama_dec27-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1847bdefdb878205fff954ea3257f234253d0c838c2e758cd441d323f6d0ee99
3
+ size 6385530688
llama_dec27-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d8571c14012b7531c074997321c4c4476deaa693fb9bdba26137a9fbb66aba
3
+ size 7939346240
llama_dec27-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:635d4c282c288e81a5b14b7336900239cf893b25f2ff06ef99c2688a3bdb9992
3
+ size 9559179072