morriszms commited on
Commit
e900b9a
·
verified ·
1 Parent(s): c9a459d

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
+ Vikhr-Gemma-2B-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Vikhr-Gemma-2B-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Vikhr-Gemma-2B-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Vikhr-Gemma-2B-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Vikhr-Gemma-2B-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Vikhr-Gemma-2B-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Vikhr-Gemma-2B-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Vikhr-Gemma-2B-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Vikhr-Gemma-2B-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Vikhr-Gemma-2B-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Vikhr-Gemma-2B-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Vikhr-Gemma-2B-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ model_name: Vikhr-Gemma-2B-instruct
4
+ base_model: Vikhrmodels/Vikhr-Gemma-2B-instruct
5
+ language:
6
+ - ru
7
+ license: apache-2.0
8
+ datasets:
9
+ - Vikhrmodels/GrandMaster-PRO-MAX
10
+ tags:
11
+ - TensorBlock
12
+ - GGUF
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## Vikhrmodels/Vikhr-Gemma-2B-instruct - GGUF
27
+
28
+ This repo contains GGUF format model files for [Vikhrmodels/Vikhr-Gemma-2B-instruct](https://huggingface.co/Vikhrmodels/Vikhr-Gemma-2B-instruct).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <bos><start_of_turn>user
42
+ {prompt}<end_of_turn>
43
+ <start_of_turn>model
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [Vikhr-Gemma-2B-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q2_K.gguf) | Q2_K | 1.230 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [Vikhr-Gemma-2B-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q3_K_S.gguf) | Q3_K_S | 1.361 GB | very small, high quality loss |
52
+ | [Vikhr-Gemma-2B-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q3_K_M.gguf) | Q3_K_M | 1.462 GB | very small, high quality loss |
53
+ | [Vikhr-Gemma-2B-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q3_K_L.gguf) | Q3_K_L | 1.550 GB | small, substantial quality loss |
54
+ | [Vikhr-Gemma-2B-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q4_0.gguf) | Q4_0 | 1.630 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [Vikhr-Gemma-2B-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q4_K_S.gguf) | Q4_K_S | 1.639 GB | small, greater quality loss |
56
+ | [Vikhr-Gemma-2B-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q4_K_M.gguf) | Q4_K_M | 1.709 GB | medium, balanced quality - recommended |
57
+ | [Vikhr-Gemma-2B-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q5_0.gguf) | Q5_0 | 1.883 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [Vikhr-Gemma-2B-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q5_K_S.gguf) | Q5_K_S | 1.883 GB | large, low quality loss - recommended |
59
+ | [Vikhr-Gemma-2B-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q5_K_M.gguf) | Q5_K_M | 1.923 GB | large, very low quality loss - recommended |
60
+ | [Vikhr-Gemma-2B-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q6_K.gguf) | Q6_K | 2.151 GB | very large, extremely low quality loss |
61
+ | [Vikhr-Gemma-2B-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/Vikhr-Gemma-2B-instruct-GGUF/blob/main/Vikhr-Gemma-2B-instruct-Q8_0.gguf) | Q8_0 | 2.784 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/Vikhr-Gemma-2B-instruct-GGUF --include "Vikhr-Gemma-2B-instruct-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/Vikhr-Gemma-2B-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
Vikhr-Gemma-2B-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9302ba5f9d26ddccc83f55c496a486b08da5f19fa4f923f77064c2cc10862073
3
+ size 1229830080
Vikhr-Gemma-2B-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2cbf169a8eb29ab034f533a80906bfe95cb25525b8c9a3afaa269ab6ae0209
3
+ size 1550436288
Vikhr-Gemma-2B-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7227c6ba9375942cd9bc29fc067ec7261c040fc4bebf9220bd3a4803cc595287
3
+ size 1461667776
Vikhr-Gemma-2B-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2210794d9966250b0180839f8692fc4b651303692e00b577f0db43870657da1f
3
+ size 1360660416
Vikhr-Gemma-2B-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd727892848d7f0ec98ae87681943982ab579f3de5d012d9c0ffea9c3bdca7bd
3
+ size 1629509568
Vikhr-Gemma-2B-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89828bfbccc85814814be5a3581f5bb047bcdb2083a21a325eceec7360298ef
3
+ size 1708582848
Vikhr-Gemma-2B-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9231c4b32d83ded6e3ff5d209009ab8dbfb246b6a678ece842d9046f2b63fa6
3
+ size 1638651840
Vikhr-Gemma-2B-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40aa34699bf1ed1d5b37c959cd47b3ebcf8ee3350dc56b5e1f3ad606646875c7
3
+ size 1882544064
Vikhr-Gemma-2B-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d7f9f6be77c3a659cd020577eaeede361335fe6fd3f5669285dfd2e428f70a3
3
+ size 1923278784
Vikhr-Gemma-2B-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a167642e2cb45383316889135ecb5d9d6c4b6f823b59380d9aa0e451d5c72a
3
+ size 1882544064
Vikhr-Gemma-2B-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdcb51b5b4095b637f4378ad0c4ef919203f763eea381698bff12c3aadeffad
3
+ size 2151393216
Vikhr-Gemma-2B-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d634725d389d066d4d174a4441bb827c39dbff6e3856fa494e65d6a68b4ab2f
3
+ size 2784495552