morriszms commited on
Commit
407aaf3
·
verified ·
1 Parent(s): 58288ea

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
+ gemma-2b-data-std-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-2b-data-std-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-2b-data-std-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-2b-data-std-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-2b-data-std-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-2b-data-std-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-2b-data-std-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-2b-data-std-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-2b-data-std-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-2b-data-std-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-2b-data-std-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-2b-data-std-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ license: other
7
+ base_model: jylee420/gemma-2b-data-std-v0
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## jylee420/gemma-2b-data-std-v0 - GGUF
22
+
23
+ This repo contains GGUF format model files for [jylee420/gemma-2b-data-std-v0](https://huggingface.co/jylee420/gemma-2b-data-std-v0).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [gemma-2b-data-std-v0-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q2_K.gguf) | Q2_K | 1.078 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [gemma-2b-data-std-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q3_K_S.gguf) | Q3_K_S | 1.200 GB | very small, high quality loss |
45
+ | [gemma-2b-data-std-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q3_K_M.gguf) | Q3_K_M | 1.289 GB | very small, high quality loss |
46
+ | [gemma-2b-data-std-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q3_K_L.gguf) | Q3_K_L | 1.365 GB | small, substantial quality loss |
47
+ | [gemma-2b-data-std-v0-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q4_0.gguf) | Q4_0 | 1.445 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [gemma-2b-data-std-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q4_K_S.gguf) | Q4_K_S | 1.453 GB | small, greater quality loss |
49
+ | [gemma-2b-data-std-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q4_K_M.gguf) | Q4_K_M | 1.518 GB | medium, balanced quality - recommended |
50
+ | [gemma-2b-data-std-v0-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q5_0.gguf) | Q5_0 | 1.675 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [gemma-2b-data-std-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q5_K_S.gguf) | Q5_K_S | 1.675 GB | large, low quality loss - recommended |
52
+ | [gemma-2b-data-std-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q5_K_M.gguf) | Q5_K_M | 1.713 GB | large, very low quality loss - recommended |
53
+ | [gemma-2b-data-std-v0-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q6_K.gguf) | Q6_K | 1.921 GB | very large, extremely low quality loss |
54
+ | [gemma-2b-data-std-v0-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-2b-data-std-v0-GGUF/blob/main/gemma-2b-data-std-v0-Q8_0.gguf) | Q8_0 | 2.486 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/gemma-2b-data-std-v0-GGUF --include "gemma-2b-data-std-v0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/gemma-2b-data-std-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
gemma-2b-data-std-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e240693514ab19b8dfcc00e67970b8be41a2e45b9ed2593e74608a1221132c
3
+ size 1157924352
gemma-2b-data-std-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a24ff0494cd4c8d71e7d088dc2171418582f795a9f56ccf80f44d0c3d4f9e12
3
+ size 1465591296
gemma-2b-data-std-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3f1c6e86528cd5f4432f6feefdd0cc9cfc60c2f44effced240a6855139f538a
3
+ size 1383802368
gemma-2b-data-std-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863da8cb0ff2e21e1beaf8a253791efe702dc6e078c07a7fd1468749570d42d4
3
+ size 1287980544
gemma-2b-data-std-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c484e6f23745071d63e4f2ccbebd44ddf2f59017772817ca95338f7a3306fac3
3
+ size 1551189504
gemma-2b-data-std-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71aeacbe137565c9d3917a99ac07a97eab20260b14f5dadc63e8f5db53f0fb9
3
+ size 1630262784
gemma-2b-data-std-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113549f9c4ff2f7bebfa4d9f756d1e18948ffdf50c6d0f649baa9831bb7edb58
3
+ size 1559840256
gemma-2b-data-std-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec7f5a4d6cd3947d6cb85d3d9c201cbc41e66e07f425d39951fe06401daedc7
3
+ size 1798915584
gemma-2b-data-std-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eb06502db744c4936ee3c65f43cb89af36ada03b63c29170e708ac87534447f
3
+ size 1839650304
gemma-2b-data-std-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7dec8439acb7a8fb2d32885f52c98638285934955cd21983637f0638448b9ec
3
+ size 1798915584
gemma-2b-data-std-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c4bace64d33f4209b242c70b2038e3663ed3f5871ddf56e64edac56c1b09f1
3
+ size 2062124544
gemma-2b-data-std-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493ee5318874804a5726e287ec1a213649878d32e185692b048e53f40dad96f9
3
+ size 2669069824