morriszms commited on
Commit
4c1b130
·
verified ·
1 Parent(s): e0a8c76

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-3-1b-it-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-3-1b-it-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-3-1b-it-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-3-1b-it-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-3-1b-it-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-3-1b-it-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-3-1b-it-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-3-1b-it-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-3-1b-it-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-3-1b-it-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-3-1b-it-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-3-1b-it-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-3-1b-it
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-3-1b-it - GGUF
28
+
29
+ This repo contains GGUF format model files for [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it).
30
+
31
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4882](https://github.com/ggml-org/llama.cpp/commit/be7c3034108473beda214fd1d7c98fd6a7a3bdf5).
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
+ <bos><start_of_turn>user
43
+ {system_prompt}
44
+
45
+ {prompt}<end_of_turn>
46
+ <start_of_turn>model
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [gemma-3-1b-it-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q2_K.gguf) | Q2_K | 0.690 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [gemma-3-1b-it-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q3_K_S.gguf) | Q3_K_S | 0.689 GB | very small, high quality loss |
55
+ | [gemma-3-1b-it-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q3_K_M.gguf) | Q3_K_M | 0.722 GB | very small, high quality loss |
56
+ | [gemma-3-1b-it-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q3_K_L.gguf) | Q3_K_L | 0.752 GB | small, substantial quality loss |
57
+ | [gemma-3-1b-it-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q4_0.gguf) | Q4_0 | 0.720 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [gemma-3-1b-it-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q4_K_S.gguf) | Q4_K_S | 0.781 GB | small, greater quality loss |
59
+ | [gemma-3-1b-it-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q4_K_M.gguf) | Q4_K_M | 0.806 GB | medium, balanced quality - recommended |
60
+ | [gemma-3-1b-it-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q5_0.gguf) | Q5_0 | 0.808 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [gemma-3-1b-it-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q5_K_S.gguf) | Q5_K_S | 0.836 GB | large, low quality loss - recommended |
62
+ | [gemma-3-1b-it-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q5_K_M.gguf) | Q5_K_M | 0.851 GB | large, very low quality loss - recommended |
63
+ | [gemma-3-1b-it-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q6_K.gguf) | Q6_K | 1.012 GB | very large, extremely low quality loss |
64
+ | [gemma-3-1b-it-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-3-1b-it-GGUF/blob/main/gemma-3-1b-it-Q8_0.gguf) | Q8_0 | 1.069 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/gemma-3-1b-it-GGUF --include "gemma-3-1b-it-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/gemma-3-1b-it-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
gemma-3-1b-it-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1965a0f31936821a3439c1fe956bcefdbeb4e2400f6b1820c84aa710fe8b22
3
+ size 689814528
gemma-3-1b-it-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1350d10b430d34483dfa87e917a476a3d530d452cbd64a4636146558a4afe4e2
3
+ size 751575552
gemma-3-1b-it-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590af47b0f4d0a1e9211485a29b63497237e60e0b271c4fb4a158bddb19c9892
3
+ size 722416128
gemma-3-1b-it-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8082eac641bf7c627cbe547efec192cf541347f9ddf001487e1616cdea498e7e
3
+ size 688856064
gemma-3-1b-it-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02391f14b077692104ee78fc017d9fdc2773798964ee44cbc6f9d4e7be0f4add
3
+ size 720425472
gemma-3-1b-it-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10bb04674cce0bc67c26701c66c3fdbd4c27ac2cede780646d89dd354b2bdbd8
3
+ size 806058240
gemma-3-1b-it-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0aed52830c098836b2507330e44b6db7abe50ff60547c6295db3825eb8cfa9
3
+ size 780993024
gemma-3-1b-it-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d6056106b6845c0ca6b5ca304be7eb72d2548e72914195f43ad9fbd2f48772
3
+ size 807645696
gemma-3-1b-it-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c4f5a156e330b4596e09307983dbcfc5e6f57dfd323f7e561b438722c693a56
3
+ size 851345664
gemma-3-1b-it-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a55569f0223e86fb1c659ef4a361981aa84fe94da2d66cc379093ae221c011
3
+ size 836399616
gemma-3-1b-it-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99eb286083dc55ed6f09807a9aae4094d37226de23f8342dbafb0c4df0d8bd6b
3
+ size 1011738624
gemma-3-1b-it-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d42f7df50680d899c25adc8d198c6eecdb0c787fe80306f7eabb2a751526004
3
+ size 1069306368