Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +84 -0
- docsgpt-7b-mistral-Q2_K.gguf +3 -0
- docsgpt-7b-mistral-Q3_K_L.gguf +3 -0
- docsgpt-7b-mistral-Q3_K_M.gguf +3 -0
- docsgpt-7b-mistral-Q3_K_S.gguf +3 -0
- docsgpt-7b-mistral-Q4_0.gguf +3 -0
- docsgpt-7b-mistral-Q4_K_M.gguf +3 -0
- docsgpt-7b-mistral-Q4_K_S.gguf +3 -0
- docsgpt-7b-mistral-Q5_0.gguf +3 -0
- docsgpt-7b-mistral-Q5_K_M.gguf +3 -0
- docsgpt-7b-mistral-Q5_K_S.gguf +3 -0
- docsgpt-7b-mistral-Q6_K.gguf +3 -0
- docsgpt-7b-mistral-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 |
+
docsgpt-7b-mistral-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
docsgpt-7b-mistral-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
docsgpt-7b-mistral-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
docsgpt-7b-mistral-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
docsgpt-7b-mistral-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
docsgpt-7b-mistral-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
docsgpt-7b-mistral-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
docsgpt-7b-mistral-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
docsgpt-7b-mistral-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
docsgpt-7b-mistral-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
docsgpt-7b-mistral-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
docsgpt-7b-mistral-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- rag
|
5 |
+
- closed-qa
|
6 |
+
- context
|
7 |
+
- mistral
|
8 |
+
- TensorBlock
|
9 |
+
- GGUF
|
10 |
+
base_model: Arc53/docsgpt-7b-mistral
|
11 |
+
---
|
12 |
+
|
13 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
14 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
15 |
+
</div>
|
16 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
17 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
18 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
19 |
+
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>
|
20 |
+
</p>
|
21 |
+
</div>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
## Arc53/docsgpt-7b-mistral - GGUF
|
25 |
+
|
26 |
+
This repo contains GGUF format model files for [Arc53/docsgpt-7b-mistral](https://huggingface.co/Arc53/docsgpt-7b-mistral).
|
27 |
+
|
28 |
+
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).
|
29 |
+
|
30 |
+
<div style="text-align: left; margin: 20px 0;">
|
31 |
+
<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;">
|
32 |
+
Run them on the TensorBlock client using your local machine ↗
|
33 |
+
</a>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
## Prompt template
|
37 |
+
|
38 |
+
```
|
39 |
+
<|system|>
|
40 |
+
{system_prompt}</s>
|
41 |
+
<|user|>
|
42 |
+
{prompt}</s>
|
43 |
+
<|assistant|>
|
44 |
+
```
|
45 |
+
|
46 |
+
## Model file specification
|
47 |
+
|
48 |
+
| Filename | Quant type | File Size | Description |
|
49 |
+
| -------- | ---------- | --------- | ----------- |
|
50 |
+
| [docsgpt-7b-mistral-Q2_K.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
51 |
+
| [docsgpt-7b-mistral-Q3_K_S.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
52 |
+
| [docsgpt-7b-mistral-Q3_K_M.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
53 |
+
| [docsgpt-7b-mistral-Q3_K_L.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
54 |
+
| [docsgpt-7b-mistral-Q4_0.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
55 |
+
| [docsgpt-7b-mistral-Q4_K_S.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
56 |
+
| [docsgpt-7b-mistral-Q4_K_M.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
57 |
+
| [docsgpt-7b-mistral-Q5_0.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
58 |
+
| [docsgpt-7b-mistral-Q5_K_S.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
59 |
+
| [docsgpt-7b-mistral-Q5_K_M.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
60 |
+
| [docsgpt-7b-mistral-Q6_K.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
61 |
+
| [docsgpt-7b-mistral-Q8_0.gguf](https://huggingface.co/tensorblock/docsgpt-7b-mistral-GGUF/blob/main/docsgpt-7b-mistral-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/docsgpt-7b-mistral-GGUF --include "docsgpt-7b-mistral-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/docsgpt-7b-mistral-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
84 |
+
```
|
docsgpt-7b-mistral-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d4b4635f8dbcde28db8f825c7f3999b462c889937786298b58fdf46725c5955
|
3 |
+
size 2719242880
|
docsgpt-7b-mistral-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a53023da0fe474aa5cb926d02c2b2d5c273baa34ee8b99a87fd2e379e6c468d0
|
3 |
+
size 3822025344
|
docsgpt-7b-mistral-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e2fecaece2d5e053c88c52ce00a430d27db83732ae58f3176a4469d2bcb1972
|
3 |
+
size 3518986880
|
docsgpt-7b-mistral-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3182afbbe3f481b337604c55734d3de3d60c1ba19eb569668a03769897b14dad
|
3 |
+
size 3164568192
|
docsgpt-7b-mistral-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc1efe38de9d6ed99b1880ff81683849f172ce80167bdc91da08bc478dc85497
|
3 |
+
size 4108917376
|
docsgpt-7b-mistral-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cecb8b495b53086d9ad293f3d9ad87df0647c871d0cfc1d0de395da2ae7f9df
|
3 |
+
size 4368439936
|
docsgpt-7b-mistral-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:440649b173a6c6d8887ea6ad0675740b8ddc7c88eba5ea66ccc3bdb142e1904e
|
3 |
+
size 4140374656
|
docsgpt-7b-mistral-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e96c5b847dc9a2780ccd54deec230d463009c0c4fe809dd991fbcbdba78b3ac9
|
3 |
+
size 4997716608
|
docsgpt-7b-mistral-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1600bdd8e98a61a2edbe6f9b6810aead76f80876c23054cf1186c53e23678f96
|
3 |
+
size 5131410048
|
docsgpt-7b-mistral-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8dc641cb0d7676c05023eab155dff9f371672b10314b9f9c1d346c6744a7be0
|
3 |
+
size 4997716608
|
docsgpt-7b-mistral-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8b9dd8d2e356446b929d50e8e41bc5436e3c8e7cc411faa0244302d54198de0
|
3 |
+
size 5942065792
|
docsgpt-7b-mistral-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e808b41dffcb106e02e428ba642eafa84a2564cae92004d152466aeee78ccac
|
3 |
+
size 7695858304
|