Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +80 -0
- gemma-pro-2.8b-ko-v0-Q2_K.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q3_K_L.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q3_K_M.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q3_K_S.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q4_0.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q4_K_M.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q4_K_S.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q5_0.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q5_K_M.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q5_K_S.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q6_K.gguf +3 -0
- gemma-pro-2.8b-ko-v0-Q8_0.gguf +3 -0
.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-pro-2.8b-ko-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
gemma-pro-2.8b-ko-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
gemma-pro-2.8b-ko-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
gemma-pro-2.8b-ko-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
gemma-pro-2.8b-ko-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
gemma-pro-2.8b-ko-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
gemma-pro-2.8b-ko-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
gemma-pro-2.8b-ko-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
gemma-pro-2.8b-ko-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
gemma-pro-2.8b-ko-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
gemma-pro-2.8b-ko-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
gemma-pro-2.8b-ko-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: transformers
|
4 |
+
license_name: gemma-terms-of-use
|
5 |
+
license_link: https://ai.google.dev/gemma/terms
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
base_model: gemmathon/gemma-pro-2.8b-ko-v0
|
8 |
+
tags:
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
---
|
12 |
+
|
13 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
14 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
15 |
+
</div>
|
16 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
17 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
18 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
19 |
+
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>
|
20 |
+
</p>
|
21 |
+
</div>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
## gemmathon/gemma-pro-2.8b-ko-v0 - GGUF
|
25 |
+
|
26 |
+
This repo contains GGUF format model files for [gemmathon/gemma-pro-2.8b-ko-v0](https://huggingface.co/gemmathon/gemma-pro-2.8b-ko-v0).
|
27 |
+
|
28 |
+
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).
|
29 |
+
|
30 |
+
<div style="text-align: left; margin: 20px 0;">
|
31 |
+
<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;">
|
32 |
+
Run them on the TensorBlock client using your local machine ↗
|
33 |
+
</a>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
## Prompt template
|
37 |
+
|
38 |
+
```
|
39 |
+
|
40 |
+
```
|
41 |
+
|
42 |
+
## Model file specification
|
43 |
+
|
44 |
+
| Filename | Quant type | File Size | Description |
|
45 |
+
| -------- | ---------- | --------- | ----------- |
|
46 |
+
| [gemma-pro-2.8b-ko-v0-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q2_K.gguf) | Q2_K | 1.190 GB | smallest, significant quality loss - not recommended for most purposes |
|
47 |
+
| [gemma-pro-2.8b-ko-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q3_K_S.gguf) | Q3_K_S | 1.332 GB | very small, high quality loss |
|
48 |
+
| [gemma-pro-2.8b-ko-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q3_K_M.gguf) | Q3_K_M | 1.435 GB | very small, high quality loss |
|
49 |
+
| [gemma-pro-2.8b-ko-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q3_K_L.gguf) | Q3_K_L | 1.525 GB | small, substantial quality loss |
|
50 |
+
| [gemma-pro-2.8b-ko-v0-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q4_0.gguf) | Q4_0 | 1.618 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
51 |
+
| [gemma-pro-2.8b-ko-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q4_K_S.gguf) | Q4_K_S | 1.626 GB | small, greater quality loss |
|
52 |
+
| [gemma-pro-2.8b-ko-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q4_K_M.gguf) | Q4_K_M | 1.700 GB | medium, balanced quality - recommended |
|
53 |
+
| [gemma-pro-2.8b-ko-v0-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q5_0.gguf) | Q5_0 | 1.887 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
54 |
+
| [gemma-pro-2.8b-ko-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q5_K_S.gguf) | Q5_K_S | 1.887 GB | large, low quality loss - recommended |
|
55 |
+
| [gemma-pro-2.8b-ko-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q5_K_M.gguf) | Q5_K_M | 1.929 GB | large, very low quality loss - recommended |
|
56 |
+
| [gemma-pro-2.8b-ko-v0-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q6_K.gguf) | Q6_K | 2.173 GB | very large, extremely low quality loss |
|
57 |
+
| [gemma-pro-2.8b-ko-v0-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-pro-2.8b-ko-v0-GGUF/blob/main/gemma-pro-2.8b-ko-v0-Q8_0.gguf) | Q8_0 | 2.813 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/gemma-pro-2.8b-ko-v0-GGUF --include "gemma-pro-2.8b-ko-v0-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/gemma-pro-2.8b-ko-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
80 |
+
```
|
gemma-pro-2.8b-ko-v0-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:030fdc162e37dd1266da95c8d3a0ff2dcc18adb512dbf4f379545c4c8894bccb
|
3 |
+
size 1278225664
|
gemma-pro-2.8b-ko-v0-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b356b244f0efdc035d33ee04835bd1957c491a7776df7c8bf686cc3ec10b21bc
|
3 |
+
size 1637170432
|
gemma-pro-2.8b-ko-v0-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0c6d117ae057da05581e0e0f8b086c477e416bb58ed9540fa51e3cea33b04ed
|
3 |
+
size 1541029120
|
gemma-pro-2.8b-ko-v0-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8028addc1c71833ef751817f3d1a5a7be21d0b3756a04570d734372d43b35e
|
3 |
+
size 1429957888
|
gemma-pro-2.8b-ko-v0-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d0a3aec3ca6ac31fb9edca87b72dcb8f917c5502fbfbe35c367569cd3952ef9
|
3 |
+
size 1737035008
|
gemma-pro-2.8b-ko-v0-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2757f67d289d21825a284d56ef532f0e50410c8c3cb602a7da82abc8936272ab
|
3 |
+
size 1824894208
|
gemma-pro-2.8b-ko-v0-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61ca091a25df6c74d30e3989426eef2b76df0d5d14aec7c5224093fbed7c1ce7
|
3 |
+
size 1745685760
|
gemma-pro-2.8b-ko-v0-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:714524da4e717520299dbb3b5a2c8a534908d7ab66a71a5b756f4c487919013b
|
3 |
+
size 2026048768
|
gemma-pro-2.8b-ko-v0-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1070d87d67703a7c1fa05dcc4242943395c805b12dd56c8d25615c2ff41cab29
|
3 |
+
size 2071309568
|
gemma-pro-2.8b-ko-v0-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8ef341644def34b2a7c05d050599a574891acf6d248fb1ab64a4c926936967d
|
3 |
+
size 2026048768
|
gemma-pro-2.8b-ko-v0-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd9dc51be39f0e2d0412ce565b329c42f389f86536ab19ceaca1f6d0c970c2e5
|
3 |
+
size 2333125888
|
gemma-pro-2.8b-ko-v0-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29bc7e8a279115afe3b8d2a2f05e4afb87738494e5c6eb0b6db52de5e53ad2e0
|
3 |
+
size 3020066048
|