morriszms commited on
Commit
6cbe770
·
verified ·
1 Parent(s): e62f2eb

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-2b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-ko-2b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-ko-2b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-ko-2b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-ko-2b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-ko-2b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-ko-2b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-ko-2b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-ko-2b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-ko-2b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-ko-2b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-ko-2b-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
+ tags:
8
+ - pytorch
9
+ - TensorBlock
10
+ - GGUF
11
+ license_name: gemma-terms-of-use
12
+ license_link: https://ai.google.dev/gemma/terms
13
+ pipeline_tag: text-generation
14
+ base_model: beomi/gemma-ko-2b
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-2b - GGUF
29
+
30
+ This repo contains GGUF format model files for [beomi/gemma-ko-2b](https://huggingface.co/beomi/gemma-ko-2b).
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-2b-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q2_K.gguf) | Q2_K | 1.078 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [gemma-ko-2b-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q3_K_S.gguf) | Q3_K_S | 1.200 GB | very small, high quality loss |
52
+ | [gemma-ko-2b-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q3_K_M.gguf) | Q3_K_M | 1.289 GB | very small, high quality loss |
53
+ | [gemma-ko-2b-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q3_K_L.gguf) | Q3_K_L | 1.365 GB | small, substantial quality loss |
54
+ | [gemma-ko-2b-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q4_0.gguf) | Q4_0 | 1.445 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [gemma-ko-2b-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q4_K_S.gguf) | Q4_K_S | 1.453 GB | small, greater quality loss |
56
+ | [gemma-ko-2b-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q4_K_M.gguf) | Q4_K_M | 1.518 GB | medium, balanced quality - recommended |
57
+ | [gemma-ko-2b-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q5_0.gguf) | Q5_0 | 1.675 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [gemma-ko-2b-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q5_K_S.gguf) | Q5_K_S | 1.675 GB | large, low quality loss - recommended |
59
+ | [gemma-ko-2b-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q5_K_M.gguf) | Q5_K_M | 1.713 GB | large, very low quality loss - recommended |
60
+ | [gemma-ko-2b-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q6_K.gguf) | Q6_K | 1.921 GB | very large, extremely low quality loss |
61
+ | [gemma-ko-2b-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-ko-2b-GGUF/blob/main/gemma-ko-2b-Q8_0.gguf) | Q8_0 | 2.486 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-2b-GGUF --include "gemma-ko-2b-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-2b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
gemma-ko-2b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:528887ea31a40df5c7910d34c3ba93053c9e71c01fb69193c43b008972adb75f
3
+ size 1157924608
gemma-ko-2b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b582a83f828f500287c988a9dacf0e0e4815eed71918aeef2fe87104e68d3637
3
+ size 1465591552
gemma-ko-2b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33d8acfbbe8469e7c50825354af203801afc403b2e4aa41ff5e50466264d8813
3
+ size 1383802624
gemma-ko-2b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c48415670652ab5acdddb186e27c86fdba8bd2f9ca50ae4263a924a5b10454
3
+ size 1287980800
gemma-ko-2b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e26a48cea25bfd954bc92576004635448d78215aea04b3c267cf52fb41440058
3
+ size 1551189760
gemma-ko-2b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067339678ee01804ed3e8a817a09b64f682cd222e6dab51acad96dadc1a36ea9
3
+ size 1630263040
gemma-ko-2b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8244bd3a5ebd860473a1310e4f7401d7ed88b8caf6dc14adb251836fd06029
3
+ size 1559840512
gemma-ko-2b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8197242e1b1d66c8d08c5ef74a4f09801337713e1fc77f40a69bc28e9eb70588
3
+ size 1798915840
gemma-ko-2b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df96ccf3ec8d20f6c9509d2563ec119526c9afb013b9e118ce9c8db415e2140a
3
+ size 1839650560
gemma-ko-2b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52352e070cd9ca7bf7963a429215d3754830493e5e88c981ffeb41af99d6cc0f
3
+ size 1798915840
gemma-ko-2b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001b89b655a9703b9f1a29ac2540a66b2751b3ba38a4db28f05da2b887b3b2d0
3
+ size 2062124800
gemma-ko-2b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4803ba6fda9cbec243562e0d0268b5db0cea0972bf05992c57b5d3e807cf1ac6
3
+ size 2669070080