morriszms commited on
Commit
374d839
·
verified ·
1 Parent(s): a46e950

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
+ google-gemma-2b-dequantized-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ google-gemma-2b-dequantized-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ google-gemma-2b-dequantized-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ google-gemma-2b-dequantized-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ google-gemma-2b-dequantized-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ google-gemma-2b-dequantized-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ google-gemma-2b-dequantized-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ google-gemma-2b-dequantized-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ google-gemma-2b-dequantized-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ google-gemma-2b-dequantized-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ google-gemma-2b-dequantized-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ google-gemma-2b-dequantized-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: justinxzhao/google-gemma-2b-dequantized
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## justinxzhao/google-gemma-2b-dequantized - GGUF
20
+
21
+ This repo contains GGUF format model files for [justinxzhao/google-gemma-2b-dequantized](https://huggingface.co/justinxzhao/google-gemma-2b-dequantized).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [google-gemma-2b-dequantized-Q2_K.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q2_K.gguf) | Q2_K | 1.158 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [google-gemma-2b-dequantized-Q3_K_S.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q3_K_S.gguf) | Q3_K_S | 1.288 GB | very small, high quality loss |
43
+ | [google-gemma-2b-dequantized-Q3_K_M.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q3_K_M.gguf) | Q3_K_M | 1.384 GB | very small, high quality loss |
44
+ | [google-gemma-2b-dequantized-Q3_K_L.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q3_K_L.gguf) | Q3_K_L | 1.466 GB | small, substantial quality loss |
45
+ | [google-gemma-2b-dequantized-Q4_0.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q4_0.gguf) | Q4_0 | 1.551 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [google-gemma-2b-dequantized-Q4_K_S.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q4_K_S.gguf) | Q4_K_S | 1.560 GB | small, greater quality loss |
47
+ | [google-gemma-2b-dequantized-Q4_K_M.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q4_K_M.gguf) | Q4_K_M | 1.630 GB | medium, balanced quality - recommended |
48
+ | [google-gemma-2b-dequantized-Q5_0.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q5_0.gguf) | Q5_0 | 1.799 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [google-gemma-2b-dequantized-Q5_K_S.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q5_K_S.gguf) | Q5_K_S | 1.799 GB | large, low quality loss - recommended |
50
+ | [google-gemma-2b-dequantized-Q5_K_M.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q5_K_M.gguf) | Q5_K_M | 1.840 GB | large, very low quality loss - recommended |
51
+ | [google-gemma-2b-dequantized-Q6_K.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q6_K.gguf) | Q6_K | 2.062 GB | very large, extremely low quality loss |
52
+ | [google-gemma-2b-dequantized-Q8_0.gguf](https://huggingface.co/tensorblock/google-gemma-2b-dequantized-GGUF/blob/main/google-gemma-2b-dequantized-Q8_0.gguf) | Q8_0 | 2.669 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/google-gemma-2b-dequantized-GGUF --include "google-gemma-2b-dequantized-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/google-gemma-2b-dequantized-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
google-gemma-2b-dequantized-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8edb945a8070ad32e9b5c94ae410c337f2ca4fcb458ca6711fdfd131669e6b19
3
+ size 1157924288
google-gemma-2b-dequantized-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff854de80c73b9f24d24f3e13aa90649d98fdf74849847d13fbfcb67610cfb2f
3
+ size 1465591232
google-gemma-2b-dequantized-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fd86b89d4626419623ff2c2177d23c0e2aa980a216fbfa5a3974131bed01c39
3
+ size 1383802304
google-gemma-2b-dequantized-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab940fc24af2b933f8ac110011687601006cf93681e56a6765ea0b4d4fb4e59
3
+ size 1287980480
google-gemma-2b-dequantized-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9d56580dc7306b22d07e8b6fa0a1d0015cee886841bc412c48108b40234bc9
3
+ size 1551189440
google-gemma-2b-dequantized-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db71760125d6de68d6e22a35c4d53b498c34c18c3b63956dd0cba979ef3dae58
3
+ size 1630262720
google-gemma-2b-dequantized-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ae48407684fe7490e10ea758bd4ab20417aa8386cca1bbb23a5f53ed779772
3
+ size 1559840192
google-gemma-2b-dequantized-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697ca828893899bfb46d16914216b95aa010959eb594243c0e2f1ede42814d26
3
+ size 1798915520
google-gemma-2b-dequantized-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963b93003946021e305b6f32b250f4f4996288130255701d87a5dc2c9769e188
3
+ size 1839650240
google-gemma-2b-dequantized-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696bdb6f23a4f8e91ee18eb7044d61f309ae09af244db633f4bde0579fde349b
3
+ size 1798915520
google-gemma-2b-dequantized-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7605147c005d7db2a2591b8044c3a104883b964027a7a616d2908d88c9b466d5
3
+ size 2062124480
google-gemma-2b-dequantized-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d84d4d46d6b27319cb6788cd459266a7bf90e8e7f5f957bb569b2f2b02b1131d
3
+ size 2669069760