morriszms commited on
Commit
0a2cc26
·
verified ·
1 Parent(s): 991bcbc

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
+ test-pb-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ test-pb-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ test-pb-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ test-pb-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ test-pb-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ test-pb-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ test-pb-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ test-pb-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ test-pb-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ test-pb-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ test-pb-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ test-pb-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: transformers
4
+ license_name: gemma-terms-of-use
5
+ license_link: https://ai.google.dev/gemma/terms
6
+ pipeline_tag: text-generation
7
+ base_model: gemmathon/test-pb-v0
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## gemmathon/test-pb-v0 - GGUF
25
+
26
+ This repo contains GGUF format model files for [gemmathon/test-pb-v0](https://huggingface.co/gemmathon/test-pb-v0).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [test-pb-v0-Q2_K.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q2_K.gguf) | Q2_K | 1.078 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [test-pb-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q3_K_S.gguf) | Q3_K_S | 1.200 GB | very small, high quality loss |
48
+ | [test-pb-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q3_K_M.gguf) | Q3_K_M | 1.289 GB | very small, high quality loss |
49
+ | [test-pb-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q3_K_L.gguf) | Q3_K_L | 1.365 GB | small, substantial quality loss |
50
+ | [test-pb-v0-Q4_0.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q4_0.gguf) | Q4_0 | 1.445 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [test-pb-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q4_K_S.gguf) | Q4_K_S | 1.453 GB | small, greater quality loss |
52
+ | [test-pb-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q4_K_M.gguf) | Q4_K_M | 1.518 GB | medium, balanced quality - recommended |
53
+ | [test-pb-v0-Q5_0.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q5_0.gguf) | Q5_0 | 1.675 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [test-pb-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q5_K_S.gguf) | Q5_K_S | 1.675 GB | large, low quality loss - recommended |
55
+ | [test-pb-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q5_K_M.gguf) | Q5_K_M | 1.713 GB | large, very low quality loss - recommended |
56
+ | [test-pb-v0-Q6_K.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q6_K.gguf) | Q6_K | 1.921 GB | very large, extremely low quality loss |
57
+ | [test-pb-v0-Q8_0.gguf](https://huggingface.co/tensorblock/test-pb-v0-GGUF/blob/main/test-pb-v0-Q8_0.gguf) | Q8_0 | 2.486 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/test-pb-v0-GGUF --include "test-pb-v0-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/test-pb-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
test-pb-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d56c30e921958ac4ed4aed6668e94de6203938d9808115cb316aec01c07b97
3
+ size 1157924480
test-pb-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:752d352c3d3959aaa23e5b6cbf90ba60077ca233fbb2e86d13d05f002a2d9674
3
+ size 1465591424
test-pb-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b57d4c0f08f5deac8b93157135b720e5ab58bc76f979c6027bfa0b471830667e
3
+ size 1383802496
test-pb-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6fb250fadfa434ec4b33a0fd5fce98311fdc7dcb8a1bef879fa7e024ee7144
3
+ size 1287980672
test-pb-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b2655112284209ef0523af30b1b7da847c15aa507524658b420e7b20e7eef7
3
+ size 1551189632
test-pb-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1854a45ace442ee819b8c615638a12ed1674093ec4a46fc0ac4efb6fb4d814a1
3
+ size 1630262912
test-pb-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6272528e84e13dedb2059498bfc43748fa31c0c354a00cde912f0c1092d48a
3
+ size 1559840384
test-pb-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d2f0205fc9187a56e528394ab0c097c64d84dadea7e247e46c8874638ffb5b
3
+ size 1798915712
test-pb-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bde98026f764d8ffc85137f22fca0ea6954bae53f2765e0160aa61fa786b639
3
+ size 1839650432
test-pb-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e3b283017182545cd0037a768e9dfc0ea9f7a24eb1eaa307bb24516051c18d8
3
+ size 1798915712
test-pb-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:454b90d7a3e5b33897b9c55a472f24f521c6123bca5e207e1ab03026d3ab81b9
3
+ size 2062124672
test-pb-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d52021e5d72cc434ffe9d082ba8e2b51519219a1f34b21f3149990184de9c8
3
+ size 2669069952