Text Generation
GGUF
English
Russian
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
dff1801
·
verified ·
1 Parent(s): 687e3f9

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
+ zephyr-python-ru-merged-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ zephyr-python-ru-merged-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ zephyr-python-ru-merged-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ zephyr-python-ru-merged-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ zephyr-python-ru-merged-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ zephyr-python-ru-merged-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ zephyr-python-ru-merged-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ zephyr-python-ru-merged-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ zephyr-python-ru-merged-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ zephyr-python-ru-merged-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ zephyr-python-ru-merged-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ zephyr-python-ru-merged-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ license: mit
4
+ datasets:
5
+ - MexIvanov/Vezora-Tested-22k-Python-Alpaca-ru
6
+ - MexIvanov/CodeExercise-Python-27k-ru
7
+ - zelkame/ru-stackoverflow-py
8
+ language:
9
+ - en
10
+ - ru
11
+ base_model: MexIvanov/zephyr-python-ru-merged
12
+ tags:
13
+ - TensorBlock
14
+ - GGUF
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
+ ## MexIvanov/zephyr-python-ru-merged - GGUF
29
+
30
+ This repo contains GGUF format model files for [MexIvanov/zephyr-python-ru-merged](https://huggingface.co/MexIvanov/zephyr-python-ru-merged).
31
+
32
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](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
+ <|system|>
44
+ {system_prompt}</s>
45
+ <|user|>
46
+ {prompt}</s>
47
+ <|assistant|>
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [zephyr-python-ru-merged-Q2_K.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [zephyr-python-ru-merged-Q3_K_S.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
56
+ | [zephyr-python-ru-merged-Q3_K_M.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
57
+ | [zephyr-python-ru-merged-Q3_K_L.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
58
+ | [zephyr-python-ru-merged-Q4_0.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [zephyr-python-ru-merged-Q4_K_S.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
60
+ | [zephyr-python-ru-merged-Q4_K_M.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
61
+ | [zephyr-python-ru-merged-Q5_0.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [zephyr-python-ru-merged-Q5_K_S.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
63
+ | [zephyr-python-ru-merged-Q5_K_M.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
64
+ | [zephyr-python-ru-merged-Q6_K.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
65
+ | [zephyr-python-ru-merged-Q8_0.gguf](https://huggingface.co/tensorblock/zephyr-python-ru-merged-GGUF/blob/main/zephyr-python-ru-merged-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/zephyr-python-ru-merged-GGUF --include "zephyr-python-ru-merged-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/zephyr-python-ru-merged-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
zephyr-python-ru-merged-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b5850f0a9037681c14f25942e2cedbbf8aa3b7431f6e536b4a15b469172311
3
+ size 2719243872
zephyr-python-ru-merged-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ea5a1ca93785ad191b8d06b950487b14cdd6bd78a4abec6994d34c9877cafe
3
+ size 3822026336
zephyr-python-ru-merged-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7796e487f36f13ed9750674637b54bb664b2e5793b2bc5786f4ba808cc6b7db
3
+ size 3518987872
zephyr-python-ru-merged-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd718e8d64129e28635e54d8a41ef4b3ccfda95aa6486822a5669a6c0a049db
3
+ size 3164569184
zephyr-python-ru-merged-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcf036a89e6c18333b354a7504017bbba8b508613cc2a815ad045849cc3b9168
3
+ size 4108918368
zephyr-python-ru-merged-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4286bc0f8066c7a2196693e2d287a868b529f9dad4302a53cafff23da3121a
3
+ size 4368440928
zephyr-python-ru-merged-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9471ada940bf04cef06c82443df162e2f46a44a4f80dc19dc98ca6e6af6228ea
3
+ size 4140375648
zephyr-python-ru-merged-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d849655959d3781925b489851e0334ec536337fc8a06590a86afea703a568d9
3
+ size 4997717600
zephyr-python-ru-merged-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fba00f628965a4f823e7309dde4e54cb8458a023762fed4e13ada1fc2222dd4
3
+ size 5131411040
zephyr-python-ru-merged-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe1e25653bd87956cf896d328b7bb35d18849af71305fe9ac3222115db12158
3
+ size 4997717600
zephyr-python-ru-merged-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9982d142478bd6e9f8a0f9dcbfc58509c1ada1b52f26a24728038b7c8353e46e
3
+ size 5942066784
zephyr-python-ru-merged-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a840ca41c971d157e198b9ecd4a720d6e154c91e1418e6cd64139b8ed1b88bf
3
+ size 7695859296