Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +84 -0
- saiga_mistral_7b_merged-Q2_K.gguf +3 -0
- saiga_mistral_7b_merged-Q3_K_L.gguf +3 -0
- saiga_mistral_7b_merged-Q3_K_M.gguf +3 -0
- saiga_mistral_7b_merged-Q3_K_S.gguf +3 -0
- saiga_mistral_7b_merged-Q4_0.gguf +3 -0
- saiga_mistral_7b_merged-Q4_K_M.gguf +3 -0
- saiga_mistral_7b_merged-Q4_K_S.gguf +3 -0
- saiga_mistral_7b_merged-Q5_0.gguf +3 -0
- saiga_mistral_7b_merged-Q5_K_M.gguf +3 -0
- saiga_mistral_7b_merged-Q5_K_S.gguf +3 -0
- saiga_mistral_7b_merged-Q6_K.gguf +3 -0
- saiga_mistral_7b_merged-Q8_0.gguf +3 -0
.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 |
+
saiga_mistral_7b_merged-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
saiga_mistral_7b_merged-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
saiga_mistral_7b_merged-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
saiga_mistral_7b_merged-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
saiga_mistral_7b_merged-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
saiga_mistral_7b_merged-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
saiga_mistral_7b_merged-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
saiga_mistral_7b_merged-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
saiga_mistral_7b_merged-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
saiga_mistral_7b_merged-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
saiga_mistral_7b_merged-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
saiga_mistral_7b_merged-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- IlyaGusev/ru_turbo_saiga
|
4 |
+
- IlyaGusev/ru_sharegpt_cleaned
|
5 |
+
- IlyaGusev/oasst1_ru_main_branch
|
6 |
+
- IlyaGusev/ru_turbo_alpaca_evol_instruct
|
7 |
+
- lksy/ru_instruct_gpt4
|
8 |
+
language:
|
9 |
+
- ru
|
10 |
+
license: apache-2.0
|
11 |
+
tags:
|
12 |
+
- TensorBlock
|
13 |
+
- GGUF
|
14 |
+
base_model: IlyaGusev/saiga_mistral_7b_merged
|
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 |
+
## IlyaGusev/saiga_mistral_7b_merged - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [IlyaGusev/saiga_mistral_7b_merged](https://huggingface.co/IlyaGusev/saiga_mistral_7b_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 |
+
|
44 |
+
```
|
45 |
+
|
46 |
+
## Model file specification
|
47 |
+
|
48 |
+
| Filename | Quant type | File Size | Description |
|
49 |
+
| -------- | ---------- | --------- | ----------- |
|
50 |
+
| [saiga_mistral_7b_merged-Q2_K.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
51 |
+
| [saiga_mistral_7b_merged-Q3_K_S.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
52 |
+
| [saiga_mistral_7b_merged-Q3_K_M.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
53 |
+
| [saiga_mistral_7b_merged-Q3_K_L.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
54 |
+
| [saiga_mistral_7b_merged-Q4_0.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
55 |
+
| [saiga_mistral_7b_merged-Q4_K_S.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
56 |
+
| [saiga_mistral_7b_merged-Q4_K_M.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
57 |
+
| [saiga_mistral_7b_merged-Q5_0.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
58 |
+
| [saiga_mistral_7b_merged-Q5_K_S.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
59 |
+
| [saiga_mistral_7b_merged-Q5_K_M.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
60 |
+
| [saiga_mistral_7b_merged-Q6_K.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
61 |
+
| [saiga_mistral_7b_merged-Q8_0.gguf](https://huggingface.co/tensorblock/saiga_mistral_7b_merged-GGUF/blob/main/saiga_mistral_7b_merged-Q8_0.gguf) | Q8_0 | 7.696 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/saiga_mistral_7b_merged-GGUF --include "saiga_mistral_7b_merged-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/saiga_mistral_7b_merged-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
84 |
+
```
|
saiga_mistral_7b_merged-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a17575f1fcbf1f29e06f6568913cf32713276cc08debb1ad3ef9ea8617b5e89
|
3 |
+
size 2719252960
|
saiga_mistral_7b_merged-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:384561634a4d84daca4fce229141c04001f9bc6422151aef9b0aa68ed87996f0
|
3 |
+
size 3822036256
|
saiga_mistral_7b_merged-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:573547114aa2ff0729f86c5f9eb0965fbb7fd91435a44cb5cca491708b6b6865
|
3 |
+
size 3518997792
|
saiga_mistral_7b_merged-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3c38b8182b3ef1dcaf6d96e3d2181e2bac5fb2536c5c4ff0ce0114acb96b188
|
3 |
+
size 3164579104
|
saiga_mistral_7b_merged-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7df93ae997e07a36689b9fbddefcf7bc47f957bc131f08b70e11bdf412907da7
|
3 |
+
size 4108929376
|
saiga_mistral_7b_merged-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d056e9b27981def83c1fabbcc96d3b0155d0b9033d69462bc9ebaf0e6354b947
|
3 |
+
size 4368451936
|
saiga_mistral_7b_merged-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfccf9f3407b37b86e91ece58d880da505a25b2174fb62950c2b947017bcebea
|
3 |
+
size 4140386656
|
saiga_mistral_7b_merged-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83d72bf8be8b107d5ccefaa2b6be748461e2e421519db309f11a275c0db03f43
|
3 |
+
size 4997729632
|
saiga_mistral_7b_merged-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1c372b16cec2b89ffce0c324a138b5645ed601a6c99b84a359351478dc0a4d7
|
3 |
+
size 5131423072
|
saiga_mistral_7b_merged-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f24a3851d3fd209c244ddc82bc93c38fc3341388d0fd49416a5f28b15d8ce1cc
|
3 |
+
size 4997729632
|
saiga_mistral_7b_merged-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b61642592a8a8e1871a02839467c972be50b8d127371ba44c4489b6eb16043e7
|
3 |
+
size 5942079904
|
saiga_mistral_7b_merged-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:433b2c8121c2cca50adfead9045536835460832191fdda18a715a03dc9fc7887
|
3 |
+
size 7695876384
|