morriszms commited on
Commit
afa2afc
·
verified ·
1 Parent(s): 7b56321

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-rag-27b-it-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ datagemma-rag-27b-it-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ datagemma-rag-27b-it-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ datagemma-rag-27b-it-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ datagemma-rag-27b-it-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ datagemma-rag-27b-it-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ datagemma-rag-27b-it-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ datagemma-rag-27b-it-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ datagemma-rag-27b-it-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ datagemma-rag-27b-it-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ datagemma-rag-27b-it-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ datagemma-rag-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-rag-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-rag-27b-it - GGUF
29
+
30
+ This repo contains GGUF format model files for [google/datagemma-rag-27b-it](https://huggingface.co/google/datagemma-rag-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-rag-27b-it-Q2_K.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q2_K.gguf) | Q2_K | 10.450 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [datagemma-rag-27b-it-Q3_K_S.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q3_K_S.gguf) | Q3_K_S | 12.169 GB | very small, high quality loss |
54
+ | [datagemma-rag-27b-it-Q3_K_M.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q3_K_M.gguf) | Q3_K_M | 13.425 GB | very small, high quality loss |
55
+ | [datagemma-rag-27b-it-Q3_K_L.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q3_K_L.gguf) | Q3_K_L | 14.519 GB | small, substantial quality loss |
56
+ | [datagemma-rag-27b-it-Q4_0.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q4_0.gguf) | Q4_0 | 15.628 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [datagemma-rag-27b-it-Q4_K_S.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q4_K_S.gguf) | Q4_K_S | 15.739 GB | small, greater quality loss |
58
+ | [datagemma-rag-27b-it-Q4_K_M.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q4_K_M.gguf) | Q4_K_M | 16.645 GB | medium, balanced quality - recommended |
59
+ | [datagemma-rag-27b-it-Q5_0.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q5_0.gguf) | Q5_0 | 18.884 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [datagemma-rag-27b-it-Q5_K_S.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q5_K_S.gguf) | Q5_K_S | 18.884 GB | large, low quality loss - recommended |
61
+ | [datagemma-rag-27b-it-Q5_K_M.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q5_K_M.gguf) | Q5_K_M | 19.408 GB | large, very low quality loss - recommended |
62
+ | [datagemma-rag-27b-it-Q6_K.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-27b-it-Q6_K.gguf) | Q6_K | 22.344 GB | very large, extremely low quality loss |
63
+ | [datagemma-rag-27b-it-Q8_0.gguf](https://huggingface.co/tensorblock/datagemma-rag-27b-it-GGUF/blob/main/datagemma-rag-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-rag-27b-it-GGUF --include "datagemma-rag-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-rag-27b-it-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
datagemma-rag-27b-it-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89e21eb0043b1972c05a7bf6a60ea381f3fc463bc48d508f8c77c44b01580247
3
+ size 10449575744
datagemma-rag-27b-it-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c832fe41deca1a1c5aad972e1356c8a2ef5f281aefd9497a1d1348b5e66415df
3
+ size 14519361344
datagemma-rag-27b-it-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b42f1608549015810c9807dd426e91eee49671c53c7a38a98bdaca6f35196ea5
3
+ size 13424648000
datagemma-rag-27b-it-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaaf5b82f532ac3edb5ebd93d95c90cb5a0dd71bb9e4882c549b7ef9bf1fcda9
3
+ size 12169060160
datagemma-rag-27b-it-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2880d0feded5caef15f5cf5ffb809d25c332ff5713f10c1b9e751606a8c664f
3
+ size 15628377920
datagemma-rag-27b-it-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a178cb1dd74eae1dc26ff8ddaa01e097fad8c9ff54e94890e2c2639d454353
3
+ size 16645381952
datagemma-rag-27b-it-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:267b01904c497af10542b87a6ff4ae020837c61cda988bb6e72b5edfb44e098b
3
+ size 15739264832
datagemma-rag-27b-it-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b72c42badce1195721bf6d14fafe2d21cdb1d787d69d447fc2208b43b7ab3ed
3
+ size 18884206400
datagemma-rag-27b-it-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb55b4bcc0b3eb5f130cf4d14f21e2660f0110d327403081b850d16a1c03162b
3
+ size 19408117568
datagemma-rag-27b-it-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b08849570f93eb23048ec4f4139eab5216d7eb8ec91f864118f5173eaa1e550f
3
+ size 18884206400
datagemma-rag-27b-it-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db0d5a5d0d49f563741cab19c93be9fc522ba08be84730939f61e29918bdb330
3
+ size 22343524160
datagemma-rag-27b-it-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:730717edb703be8c5e65ddb375ae6e52972cabacf99b44da96f90684f89b5cad
3
+ size 28937387840