morriszms commited on
Commit
712ebcd
·
verified ·
1 Parent(s): 52912f4

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
+ sapie-gemma2-9B-IT-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sapie-gemma2-9B-IT-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sapie-gemma2-9B-IT-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sapie-gemma2-9B-IT-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sapie-gemma2-9B-IT-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sapie-gemma2-9B-IT-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sapie-gemma2-9B-IT-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sapie-gemma2-9B-IT-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sapie-gemma2-9B-IT-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sapie-gemma2-9B-IT-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sapie-gemma2-9B-IT-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sapie-gemma2-9B-IT-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ library_name: transformers
5
+ base_model: hometax/sapie-gemma2-9B-IT
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## hometax/sapie-gemma2-9B-IT - GGUF
23
+
24
+ This repo contains GGUF format model files for [hometax/sapie-gemma2-9B-IT](https://huggingface.co/hometax/sapie-gemma2-9B-IT).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ <bos><start_of_turn>user
38
+ {prompt}<end_of_turn>
39
+ <start_of_turn>model
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [sapie-gemma2-9B-IT-Q2_K.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q2_K.gguf) | Q2_K | 3.805 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [sapie-gemma2-9B-IT-Q3_K_S.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q3_K_S.gguf) | Q3_K_S | 4.338 GB | very small, high quality loss |
48
+ | [sapie-gemma2-9B-IT-Q3_K_M.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q3_K_M.gguf) | Q3_K_M | 4.762 GB | very small, high quality loss |
49
+ | [sapie-gemma2-9B-IT-Q3_K_L.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q3_K_L.gguf) | Q3_K_L | 5.132 GB | small, substantial quality loss |
50
+ | [sapie-gemma2-9B-IT-Q4_0.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q4_0.gguf) | Q4_0 | 5.443 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [sapie-gemma2-9B-IT-Q4_K_S.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q4_K_S.gguf) | Q4_K_S | 5.479 GB | small, greater quality loss |
52
+ | [sapie-gemma2-9B-IT-Q4_K_M.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q4_K_M.gguf) | Q4_K_M | 5.761 GB | medium, balanced quality - recommended |
53
+ | [sapie-gemma2-9B-IT-Q5_0.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q5_0.gguf) | Q5_0 | 6.484 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [sapie-gemma2-9B-IT-Q5_K_S.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q5_K_S.gguf) | Q5_K_S | 6.484 GB | large, low quality loss - recommended |
55
+ | [sapie-gemma2-9B-IT-Q5_K_M.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q5_K_M.gguf) | Q5_K_M | 6.647 GB | large, very low quality loss - recommended |
56
+ | [sapie-gemma2-9B-IT-Q6_K.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q6_K.gguf) | Q6_K | 7.589 GB | very large, extremely low quality loss |
57
+ | [sapie-gemma2-9B-IT-Q8_0.gguf](https://huggingface.co/tensorblock/sapie-gemma2-9B-IT-GGUF/blob/main/sapie-gemma2-9B-IT-Q8_0.gguf) | Q8_0 | 9.827 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/sapie-gemma2-9B-IT-GGUF --include "sapie-gemma2-9B-IT-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/sapie-gemma2-9B-IT-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
sapie-gemma2-9B-IT-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6acd5bc8ee8a486182cfcf4ae4629eede2a4f5d9274d9c1bd60d55a7b05ecb3a
3
+ size 3805398144
sapie-gemma2-9B-IT-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b903ab187f6050a0acbb80c46ee74a003ffb375462d8c10f2e6a8c239f8c9628
3
+ size 5132452992
sapie-gemma2-9B-IT-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47aceb14bd0635cb1d5dce93fae76717a2903619d81160744ab3f8eff67bb65a
3
+ size 4761781376
sapie-gemma2-9B-IT-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9375700398a085f483dc8fd569d2d4a7345718c97379433b40f6dcf92bb9b6
3
+ size 4337665152
sapie-gemma2-9B-IT-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e306ecd36354180104a5dadf0e9caf6e71817526e6f4f8f079cbd7206d56b5
3
+ size 5443142784
sapie-gemma2-9B-IT-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4ce8b84a75be560340bc14a96c1cdd6f912432eb5fcdcebdfd9390127fb327a
3
+ size 5761057920
sapie-gemma2-9B-IT-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:603f141468eeaefa9826594af441e822b066b061e53c32c71fc53a0172906f9e
3
+ size 5478925440
sapie-gemma2-9B-IT-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:163cf2614c092530cd50aca268352b6af2a9c7e902cdf91db37ff0bb227d187b
3
+ size 6483592320
sapie-gemma2-9B-IT-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e0f2d0a9be51ff2a65aa3d965ee57879713ac425d78df8f6239044353efcc5c
3
+ size 6647366784
sapie-gemma2-9B-IT-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25a9ef3c4c034bfa4e67122f6ab478e425c64e2fccbdb413bc2b1e3205b0d1fa
3
+ size 6483592320
sapie-gemma2-9B-IT-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a7ffd6e27e1a6b63376054d4e90618404958e767883bd4ff7c72697491ebee5
3
+ size 7589069952
sapie-gemma2-9B-IT-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f50556f2b9a6e29de724e0757118327adbdf34797118b4b151285741108687
3
+ size 9827148928