morriszms commited on
Commit
ce92e3d
·
verified ·
1 Parent(s): db38208

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-2b-ru-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-2b-ru-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-2b-ru-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-2b-ru-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-2b-ru-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-2b-ru-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-2b-ru-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-2b-ru-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-2b-ru-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-2b-ru-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-2b-ru-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-2b-ru-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - oscar-corpus/OSCAR-2301
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: Defetya/gemma-2b-ru
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
+ ## Defetya/gemma-2b-ru - GGUF
23
+
24
+ This repo contains GGUF format model files for [Defetya/gemma-2b-ru](https://huggingface.co/Defetya/gemma-2b-ru).
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
+ <|im_start|>system
38
+ {system_prompt}<|im_end|>
39
+ <|im_start|>user
40
+ {prompt}<|im_end|>
41
+ <|im_start|>assistant
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [gemma-2b-ru-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q2_K.gguf) | Q2_K | 1.158 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [gemma-2b-ru-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q3_K_S.gguf) | Q3_K_S | 1.288 GB | very small, high quality loss |
50
+ | [gemma-2b-ru-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q3_K_M.gguf) | Q3_K_M | 1.384 GB | very small, high quality loss |
51
+ | [gemma-2b-ru-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q3_K_L.gguf) | Q3_K_L | 1.466 GB | small, substantial quality loss |
52
+ | [gemma-2b-ru-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q4_0.gguf) | Q4_0 | 1.551 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [gemma-2b-ru-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q4_K_S.gguf) | Q4_K_S | 1.560 GB | small, greater quality loss |
54
+ | [gemma-2b-ru-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q4_K_M.gguf) | Q4_K_M | 1.630 GB | medium, balanced quality - recommended |
55
+ | [gemma-2b-ru-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q5_0.gguf) | Q5_0 | 1.799 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [gemma-2b-ru-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q5_K_S.gguf) | Q5_K_S | 1.799 GB | large, low quality loss - recommended |
57
+ | [gemma-2b-ru-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q5_K_M.gguf) | Q5_K_M | 1.840 GB | large, very low quality loss - recommended |
58
+ | [gemma-2b-ru-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q6_K.gguf) | Q6_K | 2.062 GB | very large, extremely low quality loss |
59
+ | [gemma-2b-ru-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-2b-ru-GGUF/blob/main/gemma-2b-ru-Q8_0.gguf) | Q8_0 | 2.669 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/gemma-2b-ru-GGUF --include "gemma-2b-ru-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/gemma-2b-ru-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
gemma-2b-ru-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f469ce19db8c6f49492effb8e4915a5f2b53483a3a8d8a26592885e52b7e1f4e
3
+ size 1157924736
gemma-2b-ru-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29e165afd4724ef33b4179f46f737da9a387d45669bf0e98416362f6eef303d
3
+ size 1465591680
gemma-2b-ru-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030958f4e00c58c6049bb49bebed3a67956eafec6db17079e2bd74f860a8a9db
3
+ size 1383802752
gemma-2b-ru-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7651f629141fe0317802741bc4959422a0f7901c57888df98e6cfc98f8e1b7e8
3
+ size 1287980928
gemma-2b-ru-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc21db47363061b9a38eb2741106c21adb6010d06c94a6c10fb7785eb56b946
3
+ size 1551189888
gemma-2b-ru-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0fca08b1af2797efd89ef2c3131a82bd32a2df595838b069440048d27b7b56
3
+ size 1630263168
gemma-2b-ru-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:579eb2bcecc4521931922e7d1d90d740a46c1c9b58b07df7d716cf5c347afdfd
3
+ size 1559840640
gemma-2b-ru-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19cdb83bcdf0d1e9dcf8c06bf0f99433604bc1ff4fe428d8e940cd2557f20752
3
+ size 1798915968
gemma-2b-ru-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:617796e917d43992f6c5540dda6db3501163096975e59f261c6df1d727946415
3
+ size 1839650688
gemma-2b-ru-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143c37ce97e9df18ad9a3fdf3e3360463e14f1a758e7decd72d5d07a6d5e9396
3
+ size 1798915968
gemma-2b-ru-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:102f23965af18b8f29660d1c59b428f7decbb676af8fa9d99d13897ba8365f34
3
+ size 2062124928
gemma-2b-ru-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93673a3bfc02120de4b76596b32a1394b02e9c8794f686657124aec9fdcae8a3
3
+ size 2669070208