morriszms commited on
Commit
2836627
·
verified ·
1 Parent(s): 837f0bc

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
+ palmer-002-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ palmer-002-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ palmer-002-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ palmer-002-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ palmer-002-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ palmer-002-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ palmer-002-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ palmer-002-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ palmer-002-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ palmer-002-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ palmer-002-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ palmer-002-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ datasets:
7
+ - appvoid/no-prompt-15k
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: appvoid/palmer-002
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## appvoid/palmer-002 - GGUF
26
+
27
+ This repo contains GGUF format model files for [appvoid/palmer-002](https://huggingface.co/appvoid/palmer-002).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [palmer-002-Q2_K.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [palmer-002-Q3_K_S.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
49
+ | [palmer-002-Q3_K_M.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
50
+ | [palmer-002-Q3_K_L.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
51
+ | [palmer-002-Q4_0.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [palmer-002-Q4_K_S.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
53
+ | [palmer-002-Q4_K_M.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
54
+ | [palmer-002-Q5_0.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [palmer-002-Q5_K_S.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
56
+ | [palmer-002-Q5_K_M.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
57
+ | [palmer-002-Q6_K.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
58
+ | [palmer-002-Q8_0.gguf](https://huggingface.co/tensorblock/palmer-002-GGUF/blob/main/palmer-002-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/palmer-002-GGUF --include "palmer-002-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/palmer-002-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
palmer-002-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfb4ee848a0fb8e1d2d1466fd734a22c3168be0cfb33abc0dcc62bd8c6078f09
3
+ size 432131328
palmer-002-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff8c6096b9a5a76d7cd64f6e701e4c4d80575ca54d77b5aeceebb1dfb54c7a6
3
+ size 591527168
palmer-002-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aaa14f6a6cb873e2b35d8bfeaedc6852f1925b53254fc93db85e5c12b82fc07
3
+ size 548404480
palmer-002-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39a15b6b6ec76de74dee6d50c9a724614e257618a103ce0bd479c2b64ec55d4c
3
+ size 499342592
palmer-002-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ce991abefb24519248af8b5a9e330bb5505c6901d584dfcfb3eeacc6a35928
3
+ size 636726528
palmer-002-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5721d9caf2870d3842c3f6906c5cfadbf8e0464cc6483968118fa6a5c75dcda6
3
+ size 667815168
palmer-002-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d402f7bcf104d3eaba5adadc90c038f197352c8fe6aa64c569fbf653049ff7ba
3
+ size 639872256
palmer-002-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:294654a03fbf1e167f91838e95ba1cc01ef48535fc387d2354de28ac10da898a
3
+ size 766029056
palmer-002-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a24787dcda02f30ef104e5823ed73a9f0f43e627ff70892048214d7c4553e0c
3
+ size 782044416
palmer-002-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca619e24db33645dd2b4006a3d183c1d4adb2613c75f11c296781a7f9c46b68f
3
+ size 766029056
palmer-002-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f137ed5c4e00f3336f7486ffb9ad3483bafb3adcedc1a02724af1ba139cbcc
3
+ size 903412992
palmer-002-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca312554d6cb4bcf907d8b5df5f21d4eef1d47bf9db7546dd0fa94088a9a1c3
3
+ size 1169808640