morriszms commited on
Commit
e0dd592
·
verified ·
1 Parent(s): 895d28b

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-1.1-7b-it-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-1.1-7b-it-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-1.1-7b-it-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-1.1-7b-it-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-1.1-7b-it-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-1.1-7b-it-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-1.1-7b-it-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-1.1-7b-it-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-1.1-7b-it-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-1.1-7b-it-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-1.1-7b-it-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-1.1-7b-it-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: gemma
4
+ widget:
5
+ - messages:
6
+ - role: user
7
+ content: How does the brain work?
8
+ inference:
9
+ parameters:
10
+ max_new_tokens: 200
11
+ extra_gated_heading: Access Gemma on Hugging Face
12
+ extra_gated_prompt: To access Gemma on Hugging Face, you’re required to review and
13
+ agree to Google’s usage license. To do this, please ensure you’re logged-in to Hugging
14
+ Face and click below. Requests are processed immediately.
15
+ extra_gated_button_content: Acknowledge license
16
+ base_model: google/gemma-1.1-7b-it
17
+ tags:
18
+ - TensorBlock
19
+ - GGUF
20
+ ---
21
+
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
+ </div>
25
+ <div style="display: flex; justify-content: space-between; width: 100%;">
26
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
27
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
28
+ 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>
29
+ </p>
30
+ </div>
31
+ </div>
32
+
33
+ ## google/gemma-1.1-7b-it - GGUF
34
+
35
+ This repo contains GGUF format model files for [google/gemma-1.1-7b-it](https://huggingface.co/google/gemma-1.1-7b-it).
36
+
37
+ 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).
38
+
39
+ <div style="text-align: left; margin: 20px 0;">
40
+ <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;">
41
+ Run them on the TensorBlock client using your local machine ↗
42
+ </a>
43
+ </div>
44
+
45
+ ## Prompt template
46
+
47
+ ```
48
+ <bos><start_of_turn>user
49
+ {prompt}<end_of_turn>
50
+ <start_of_turn>model
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [gemma-1.1-7b-it-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q2_K.gguf) | Q2_K | 3.481 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [gemma-1.1-7b-it-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q3_K_S.gguf) | Q3_K_S | 3.982 GB | very small, high quality loss |
59
+ | [gemma-1.1-7b-it-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q3_K_M.gguf) | Q3_K_M | 4.369 GB | very small, high quality loss |
60
+ | [gemma-1.1-7b-it-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q3_K_L.gguf) | Q3_K_L | 4.709 GB | small, substantial quality loss |
61
+ | [gemma-1.1-7b-it-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q4_0.gguf) | Q4_0 | 5.012 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [gemma-1.1-7b-it-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q4_K_S.gguf) | Q4_K_S | 5.046 GB | small, greater quality loss |
63
+ | [gemma-1.1-7b-it-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q4_K_M.gguf) | Q4_K_M | 5.330 GB | medium, balanced quality - recommended |
64
+ | [gemma-1.1-7b-it-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q5_0.gguf) | Q5_0 | 5.981 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [gemma-1.1-7b-it-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q5_K_S.gguf) | Q5_K_S | 5.981 GB | large, low quality loss - recommended |
66
+ | [gemma-1.1-7b-it-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q5_K_M.gguf) | Q5_K_M | 6.145 GB | large, very low quality loss - recommended |
67
+ | [gemma-1.1-7b-it-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q6_K.gguf) | Q6_K | 7.010 GB | very large, extremely low quality loss |
68
+ | [gemma-1.1-7b-it-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q8_0.gguf) | Q8_0 | 9.078 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/gemma-1.1-7b-it-GGUF --include "gemma-1.1-7b-it-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/gemma-1.1-7b-it-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
gemma-1.1-7b-it-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0392a670abf3064fe0c2ee0a276ec9dcbc0d0bd6d2a9befb0c1df01a88a750
3
+ size 3481447744
gemma-1.1-7b-it-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97bab38e15078d1d19dc618dfaefc8795e3b382972a4ba653a4cf7de8b52b4f
3
+ size 4709068096
gemma-1.1-7b-it-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0ccf4ccab93a77e571e9779339004943fad338ed14a45b62f7e08aedb526a9
3
+ size 4369329472
gemma-1.1-7b-it-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19acbf72011830824a802caeb91f09d904fe01494852af2f50fe4b53fb6d4a77
3
+ size 3982404928
gemma-1.1-7b-it-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b4ae56acb56861bc142d297685614434aa2e96083794a8fe4cd2fe095d23aed
3
+ size 5011844416
gemma-1.1-7b-it-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aeb8a8aa1b218aba222f23bb555dae3dccba4af970129cecd98a5c9c5db1d53
3
+ size 5329759552
gemma-1.1-7b-it-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5559bf81875a5d17d4f0d8db4881aa823106b2912b1d40c6eb4fb057b842f212
3
+ size 5046447424
gemma-1.1-7b-it-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6e55147899aa8f7cb102023a765f9eeb719bae5e9fb33e79046bf2eaedbdf5
3
+ size 5980728640
gemma-1.1-7b-it-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:399682bf008aef5c0fe7494fa5f4b1801c01f1a4b6886c185310b88d23d50431
3
+ size 6144503104
gemma-1.1-7b-it-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eddb53c05c0f0ee783c994c7b707e8c43e99062aca22cc92e2c3e191f7519244
3
+ size 5980728640
gemma-1.1-7b-it-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26fa914cb84820fc114a3faac436f6c0ec13f66180f6e953453546e296316a4d
3
+ size 7010168128
gemma-1.1-7b-it-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e070380289f2d8d9108d4bb20d0f01f7fa922fa22396ab00a38805b7136fe32
3
+ size 9077845312