morriszms commited on
Commit
ee41a96
·
verified ·
1 Parent(s): 943ce24

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
+ gemma-ko-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-ko-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-ko-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-ko-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-ko-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-ko-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-ko-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-ko-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-ko-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-ko-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-ko-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-ko-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ - en
5
+ license: other
6
+ library_name: transformers
7
+ license_name: gemma-terms-of-use
8
+ license_link: https://ai.google.dev/gemma/terms
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - pytorch
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: beomi/gemma-ko-7b
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
+ ## beomi/gemma-ko-7b - GGUF
29
+
30
+ This repo contains GGUF format model files for [beomi/gemma-ko-7b](https://huggingface.co/beomi/gemma-ko-7b).
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
+
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [gemma-ko-7b-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q2_K.gguf) | Q2_K | 3.242 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [gemma-ko-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q3_K_S.gguf) | Q3_K_S | 3.709 GB | very small, high quality loss |
52
+ | [gemma-ko-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q3_K_M.gguf) | Q3_K_M | 4.069 GB | very small, high quality loss |
53
+ | [gemma-ko-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q3_K_L.gguf) | Q3_K_L | 4.386 GB | small, substantial quality loss |
54
+ | [gemma-ko-7b-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q4_0.gguf) | Q4_0 | 4.668 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [gemma-ko-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q4_K_S.gguf) | Q4_K_S | 4.700 GB | small, greater quality loss |
56
+ | [gemma-ko-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q4_K_M.gguf) | Q4_K_M | 4.964 GB | medium, balanced quality - recommended |
57
+ | [gemma-ko-7b-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q5_0.gguf) | Q5_0 | 5.570 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [gemma-ko-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q5_K_S.gguf) | Q5_K_S | 5.570 GB | large, low quality loss - recommended |
59
+ | [gemma-ko-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q5_K_M.gguf) | Q5_K_M | 5.723 GB | large, very low quality loss - recommended |
60
+ | [gemma-ko-7b-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q6_K.gguf) | Q6_K | 6.529 GB | very large, extremely low quality loss |
61
+ | [gemma-ko-7b-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-ko-7b-GGUF/blob/main/gemma-ko-7b-Q8_0.gguf) | Q8_0 | 8.454 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/gemma-ko-7b-GGUF --include "gemma-ko-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/gemma-ko-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
gemma-ko-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f8da4fa46fd3e74d438a7036d22fb63be53bf725f35cf0d75d8c119062f17ca
3
+ size 3481447424
gemma-ko-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ed8e58ed6e918d54cb216dc4b73adbe76c62908780710af5bdc652f3146aba
3
+ size 4709067776
gemma-ko-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcc8ee660d6736b2cb2466007119ff6d1e07b5cedd7cebbd6b61bca3e487b035
3
+ size 4369329152
gemma-ko-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e33b3eb5ea6f8a4100adddc4ae15f730a4fb5dd3d7ac6c599c4ed2c5b39dce
3
+ size 3982404608
gemma-ko-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1fe8d09636e61af533aeb2a95a8cc9c74ec0dcbca0ecce982e02e0a158d1723
3
+ size 5011844096
gemma-ko-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4085b7253cf4412d3602bc2e6f6424e94abe2093a6d00c4396b0c6593805b28b
3
+ size 5329759232
gemma-ko-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631f214081fcf13b0ae3ec523b2f080fc31b93aafd183ef587200bb8fd47f481
3
+ size 5046447104
gemma-ko-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a6f25ee6da8a9af2e509da3c23086c7940c9f4bce98019f2d14a756d544c78
3
+ size 5980728320
gemma-ko-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dddd6ebd1d9e4432becb11736159e8c6aab14be008451d6673d0c1221d4fc195
3
+ size 6144502784
gemma-ko-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5f5bf1a6664bed08b6d3f73345d9d5e5f2f66bff2264b0edb2f5ad3217229f3
3
+ size 5980728320
gemma-ko-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7234a094a67f309edc99b15bcfc318ba43badb239b2e0ebebfa2819ec942ebfa
3
+ size 7010167808
gemma-ko-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d05d5dc20a4d996f4ac1fef6a468a6bb9a6afc25e5040af89374d7e9b70474e2
3
+ size 9077844992