morriszms commited on
Commit
902fd18
1 Parent(s): 52599ec

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
+ datagemma-rig-27b-it-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ datagemma-rig-27b-it-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ datagemma-rig-27b-it-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ datagemma-rig-27b-it-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ datagemma-rig-27b-it-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ datagemma-rig-27b-it-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ datagemma-rig-27b-it-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ datagemma-rig-27b-it-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ datagemma-rig-27b-it-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ datagemma-rig-27b-it-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ datagemma-rig-27b-it-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ datagemma-rig-27b-it-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ tags:
11
+ - conversational
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: google/datagemma-rig-27b-it
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## google/datagemma-rig-27b-it - GGUF
29
+
30
+ This repo contains GGUF format model files for [google/datagemma-rig-27b-it](https://huggingface.co/google/datagemma-rig-27b-it).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <bos><start_of_turn>user
44
+ {prompt}<end_of_turn>
45
+ <start_of_turn>model
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [datagemma-rig-27b-it-Q2_K.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q2_K.gguf) | Q2_K | 10.450 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [datagemma-rig-27b-it-Q3_K_S.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q3_K_S.gguf) | Q3_K_S | 12.169 GB | very small, high quality loss |
54
+ | [datagemma-rig-27b-it-Q3_K_M.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q3_K_M.gguf) | Q3_K_M | 13.425 GB | very small, high quality loss |
55
+ | [datagemma-rig-27b-it-Q3_K_L.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q3_K_L.gguf) | Q3_K_L | 14.519 GB | small, substantial quality loss |
56
+ | [datagemma-rig-27b-it-Q4_0.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q4_0.gguf) | Q4_0 | 15.628 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [datagemma-rig-27b-it-Q4_K_S.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q4_K_S.gguf) | Q4_K_S | 15.739 GB | small, greater quality loss |
58
+ | [datagemma-rig-27b-it-Q4_K_M.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q4_K_M.gguf) | Q4_K_M | 16.645 GB | medium, balanced quality - recommended |
59
+ | [datagemma-rig-27b-it-Q5_0.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q5_0.gguf) | Q5_0 | 18.884 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [datagemma-rig-27b-it-Q5_K_S.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q5_K_S.gguf) | Q5_K_S | 18.884 GB | large, low quality loss - recommended |
61
+ | [datagemma-rig-27b-it-Q5_K_M.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q5_K_M.gguf) | Q5_K_M | 19.408 GB | large, very low quality loss - recommended |
62
+ | [datagemma-rig-27b-it-Q6_K.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q6_K.gguf) | Q6_K | 22.344 GB | very large, extremely low quality loss |
63
+ | [datagemma-rig-27b-it-Q8_0.gguf](https://huggingface.co/tensorblock/datagemma-rig-27b-it-GGUF/blob/main/datagemma-rig-27b-it-Q8_0.gguf) | Q8_0 | 28.937 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/datagemma-rig-27b-it-GGUF --include "datagemma-rig-27b-it-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/datagemma-rig-27b-it-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
datagemma-rig-27b-it-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4890ebc8f425f8b2b4705783413a51b715039abc6e67eb26c170e8f704fc990b
3
+ size 10449575744
datagemma-rig-27b-it-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6392ef701809ceaa12a36bf656415d44ef8c79fc31bb2a808f4754dfa17dd3cd
3
+ size 14519361344
datagemma-rig-27b-it-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743f684367e8ba9288ecbd0976221bbd6922a4447b3b516cbb5eb69c18e29575
3
+ size 13424648000
datagemma-rig-27b-it-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a207b95e8f87bf4f6849b028c563677503a8797d877123185305b0c6f79ddf85
3
+ size 12169060160
datagemma-rig-27b-it-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3dc7a2fde0b3839d9fccad12a496b8747cbfc4630d16dc9683810f8b61e1767
3
+ size 15628377920
datagemma-rig-27b-it-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef6dc41a78ddced1f573fdc7cfb7dadb664c5843f4c77a4b4ba264ca1ee2d286
3
+ size 16645381952
datagemma-rig-27b-it-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbe9e8f5a2e33ff5a164b1236a6bbe64cf1aac40c4ae3aa54d6c13413dd3e5a
3
+ size 15739264832
datagemma-rig-27b-it-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a3be7c2b360ab65b94ddaded3dacc553a1a59adc2da42df629a1b04f3c4d9c
3
+ size 18884206400
datagemma-rig-27b-it-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1500be222b4eca4a340c9c6ebec46df0eadeeb5f274a017c50018313c6deb54
3
+ size 19408117568
datagemma-rig-27b-it-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d6e327de0f99d9955660d2f772bc344db1fb23b6ec951782b6b12749836042
3
+ size 18884206400
datagemma-rig-27b-it-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3d0399782e52a0055a8d2cd171b3114bcb0719ac0b3c3604d3c21cbac4d85f
3
+ size 22343524160
datagemma-rig-27b-it-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fbdb2a70752c56324c50c5f9df16710e85a89103be74221c0759204f04a70d2
3
+ size 28937387840