morriszms commited on
Commit
8fe6324
1 Parent(s): bac966b

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-2-27b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-2-27b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-2-27b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-2-27b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-2-27b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-2-27b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-2-27b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-2-27b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-2-27b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-2-27b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-2-27b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-2-27b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ extra_gated_heading: Access Gemma on Hugging Face
6
+ extra_gated_prompt: To access Gemma on Hugging Face, you’re required to review and
7
+ agree to Google’s usage license. To do this, please ensure you’re logged in to Hugging
8
+ Face and click below. Requests are processed immediately.
9
+ extra_gated_button_content: Acknowledge license
10
+ base_model: google/gemma-2-27b
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## google/gemma-2-27b - GGUF
28
+
29
+ This repo contains GGUF format model files for [google/gemma-2-27b](https://huggingface.co/google/gemma-2-27b).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [gemma-2-27b-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q2_K.gguf) | Q2_K | 10.450 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [gemma-2-27b-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q3_K_S.gguf) | Q3_K_S | 12.169 GB | very small, high quality loss |
51
+ | [gemma-2-27b-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q3_K_M.gguf) | Q3_K_M | 13.425 GB | very small, high quality loss |
52
+ | [gemma-2-27b-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q3_K_L.gguf) | Q3_K_L | 14.519 GB | small, substantial quality loss |
53
+ | [gemma-2-27b-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q4_0.gguf) | Q4_0 | 15.628 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [gemma-2-27b-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q4_K_S.gguf) | Q4_K_S | 15.739 GB | small, greater quality loss |
55
+ | [gemma-2-27b-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q4_K_M.gguf) | Q4_K_M | 16.645 GB | medium, balanced quality - recommended |
56
+ | [gemma-2-27b-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q5_0.gguf) | Q5_0 | 18.884 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [gemma-2-27b-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q5_K_S.gguf) | Q5_K_S | 18.884 GB | large, low quality loss - recommended |
58
+ | [gemma-2-27b-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q5_K_M.gguf) | Q5_K_M | 19.408 GB | large, very low quality loss - recommended |
59
+ | [gemma-2-27b-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q6_K.gguf) | Q6_K | 22.344 GB | very large, extremely low quality loss |
60
+ | [gemma-2-27b-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-2-27b-GGUF/blob/main/gemma-2-27b-Q8_0.gguf) | Q8_0 | 28.937 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/gemma-2-27b-GGUF --include "gemma-2-27b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/gemma-2-27b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
gemma-2-27b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca52db7544ce3b7d7e717f47e48d27c958fcae3ba3fc6a9fbb84b7b50825cae
3
+ size 10449574752
gemma-2-27b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fbd0b06cd67e77a2c8fbd31b2068fe16804c6af7753bcd406ff46899b86ed82
3
+ size 14519360352
gemma-2-27b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebaeca2eb8724707ec53df84d745fc4e1f78ea82b15b28dad04905bc2a60a2eb
3
+ size 13424647008
gemma-2-27b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ab73ed0d13d2f3257f096df89348e6eaeaa0d73b3c2bbcb8eb2f7b17b234fc
3
+ size 12169059168
gemma-2-27b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b77075ea79465382cc4c9be719d5a01ea7b0fee24ddd70ae2fbd42b64e0247
3
+ size 15628376928
gemma-2-27b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b27b82fbeeefb07827ed1e406278baa6fa4a9f0f7dffce74cdcce977855ec31
3
+ size 16645380960
gemma-2-27b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956e272cb7f0fb6f92467f7ec2502ceba39195b5fbf82bc0d50a6beeaf5f3956
3
+ size 15739263840
gemma-2-27b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d0e79a0187ca0c99e9e4620db64f925fcc5306cc0dcdb6f9e05bd86d5f9705
3
+ size 18884205408
gemma-2-27b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f36811d0c6daf50da5b2144e3d9758d6e65b8d28a1815e412816ab0d7ca7d0c4
3
+ size 19408116576
gemma-2-27b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b114ec42c7297a85fcdaddcf6912b520652d5dc8d1958cd74754d5de6bc7581
3
+ size 18884205408
gemma-2-27b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:356af5fa5326ac3d78addd8964cb27be1f8d95e5501d5e47fb2b1a8ae61ce9f9
3
+ size 22343523168
gemma-2-27b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5816664f3c79fa42d3805a760b0f1e65750f2d0815a90ed2d022f1a83d9092e5
3
+ size 28937386848