morriszms commited on
Commit
4cd1a66
·
verified ·
1 Parent(s): 8365a5a

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
+ Tiger-Gemma-9B-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Tiger-Gemma-9B-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Tiger-Gemma-9B-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Tiger-Gemma-9B-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Tiger-Gemma-9B-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Tiger-Gemma-9B-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Tiger-Gemma-9B-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Tiger-Gemma-9B-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Tiger-Gemma-9B-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Tiger-Gemma-9B-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Tiger-Gemma-9B-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Tiger-Gemma-9B-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TheDrummer/Tiger-Gemma-9B-v1
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## TheDrummer/Tiger-Gemma-9B-v1 - GGUF
20
+
21
+ This repo contains GGUF format model files for [TheDrummer/Tiger-Gemma-9B-v1](https://huggingface.co/TheDrummer/Tiger-Gemma-9B-v1).
22
+
23
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ <bos><start_of_turn>user
35
+ {prompt}<end_of_turn>
36
+ <start_of_turn>model
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [Tiger-Gemma-9B-v1-Q2_K.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q2_K.gguf) | Q2_K | 3.805 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [Tiger-Gemma-9B-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q3_K_S.gguf) | Q3_K_S | 4.338 GB | very small, high quality loss |
45
+ | [Tiger-Gemma-9B-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q3_K_M.gguf) | Q3_K_M | 4.762 GB | very small, high quality loss |
46
+ | [Tiger-Gemma-9B-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q3_K_L.gguf) | Q3_K_L | 5.132 GB | small, substantial quality loss |
47
+ | [Tiger-Gemma-9B-v1-Q4_0.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q4_0.gguf) | Q4_0 | 5.443 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [Tiger-Gemma-9B-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q4_K_S.gguf) | Q4_K_S | 5.479 GB | small, greater quality loss |
49
+ | [Tiger-Gemma-9B-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q4_K_M.gguf) | Q4_K_M | 5.761 GB | medium, balanced quality - recommended |
50
+ | [Tiger-Gemma-9B-v1-Q5_0.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q5_0.gguf) | Q5_0 | 6.484 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [Tiger-Gemma-9B-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q5_K_S.gguf) | Q5_K_S | 6.484 GB | large, low quality loss - recommended |
52
+ | [Tiger-Gemma-9B-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q5_K_M.gguf) | Q5_K_M | 6.647 GB | large, very low quality loss - recommended |
53
+ | [Tiger-Gemma-9B-v1-Q6_K.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q6_K.gguf) | Q6_K | 7.589 GB | very large, extremely low quality loss |
54
+ | [Tiger-Gemma-9B-v1-Q8_0.gguf](https://huggingface.co/tensorblock/Tiger-Gemma-9B-v1-GGUF/blob/main/Tiger-Gemma-9B-v1-Q8_0.gguf) | Q8_0 | 9.827 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/Tiger-Gemma-9B-v1-GGUF --include "Tiger-Gemma-9B-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/Tiger-Gemma-9B-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
Tiger-Gemma-9B-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1577111e93feefa6729973139ac48d6d8e588bcafec1309b11f0d40f4f9286ae
3
+ size 3805397920
Tiger-Gemma-9B-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55fc82454d04d00248435de9ac4781f7edf785dafe664a6484a3b866f926dfe3
3
+ size 5132452768
Tiger-Gemma-9B-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68e8efa7839a1676dcc91433bfe0bee1d484f5ad2e2561d633b21c6ff8fee5d9
3
+ size 4761781152
Tiger-Gemma-9B-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7911f8a0d13a15ba4e3e7f0962ff7fe6faa3ca55f1cf881e3818041494dbe31f
3
+ size 4337664928
Tiger-Gemma-9B-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12eb4f9f04f6d2956e8d63936edbfa45ee43a1bd885ec445b181206fbd1dc3da
3
+ size 5443142560
Tiger-Gemma-9B-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b55ec7639627522ae5ed00bd354fd10a109b4f2500b1eb09f24d6bb54e6834
3
+ size 5761057696
Tiger-Gemma-9B-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34573386b9d9d212ae474b96e862d9943c211aaa81ef4c52f00833bea98e0513
3
+ size 5478925216
Tiger-Gemma-9B-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ede376e5d0ca3c204f069b2317eebd071461218ff1fa738d2530c94e876e0b
3
+ size 6483592096
Tiger-Gemma-9B-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e02ac8c09f586720c29fd85f0f44160baadb9e683b3719a02979cf49c6f8de37
3
+ size 6647366560
Tiger-Gemma-9B-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b79e54015305ddcc5107bdd12d3e074463b82498d2520c0240dbf4c05a65fd5
3
+ size 6483592096
Tiger-Gemma-9B-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c6ce6ba19d7ebafb290f8ea00f1fa74357ec833a5bd907386f9125091c64078
3
+ size 7589069728
Tiger-Gemma-9B-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ebd52a8204704809adfc1b800798b8bf9f1c7e86aef77162df70987e1331a1
3
+ size 9827148704