Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +112 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q2_K.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_L.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_M.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_S.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q4_0.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_M.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_S.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q5_0.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_M.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_S.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-Q6_K.gguf +3 -0
- SciPhi-Self-RAG-Mistral-7B-32k-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 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
SciPhi-Self-RAG-Mistral-7B-32k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
base_model: SciPhi/SciPhi-Self-RAG-Mistral-7B-32k
|
7 |
+
---
|
8 |
+
|
9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
11 |
+
</div>
|
12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
15 |
+
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>
|
16 |
+
</p>
|
17 |
+
</div>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
## SciPhi/SciPhi-Self-RAG-Mistral-7B-32k - GGUF
|
21 |
+
|
22 |
+
This repo contains GGUF format model files for [SciPhi/SciPhi-Self-RAG-Mistral-7B-32k](https://huggingface.co/SciPhi/SciPhi-Self-RAG-Mistral-7B-32k).
|
23 |
+
|
24 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
|
25 |
+
|
26 |
+
## Our projects
|
27 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
28 |
+
<tr>
|
29 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
30 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
31 |
+
</tr>
|
32 |
+
<tr>
|
33 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
34 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
35 |
+
</tr>
|
36 |
+
<tr>
|
37 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
38 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
39 |
+
</tr>
|
40 |
+
<tr>
|
41 |
+
<th>
|
42 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
43 |
+
display: inline-block;
|
44 |
+
padding: 8px 16px;
|
45 |
+
background-color: #FF7F50;
|
46 |
+
color: white;
|
47 |
+
text-decoration: none;
|
48 |
+
border-radius: 6px;
|
49 |
+
font-weight: bold;
|
50 |
+
font-family: sans-serif;
|
51 |
+
">👀 See what we built 👀</a>
|
52 |
+
</th>
|
53 |
+
<th>
|
54 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
55 |
+
display: inline-block;
|
56 |
+
padding: 8px 16px;
|
57 |
+
background-color: #FF7F50;
|
58 |
+
color: white;
|
59 |
+
text-decoration: none;
|
60 |
+
border-radius: 6px;
|
61 |
+
font-weight: bold;
|
62 |
+
font-family: sans-serif;
|
63 |
+
">👀 See what we built 👀</a>
|
64 |
+
</th>
|
65 |
+
</tr>
|
66 |
+
</table>
|
67 |
+
|
68 |
+
## Prompt template
|
69 |
+
|
70 |
+
```
|
71 |
+
Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
|
72 |
+
```
|
73 |
+
|
74 |
+
## Model file specification
|
75 |
+
|
76 |
+
| Filename | Quant type | File Size | Description |
|
77 |
+
| -------- | ---------- | --------- | ----------- |
|
78 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q2_K.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
79 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_S.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
80 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_M.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
81 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_L.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
82 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q4_0.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
83 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_S.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
84 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_M.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_M.gguf) | Q4_K_M | 4.369 GB | medium, balanced quality - recommended |
|
85 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q5_0.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
86 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_S.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
87 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_M.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_M.gguf) | Q5_K_M | 5.132 GB | large, very low quality loss - recommended |
|
88 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q6_K.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
89 |
+
| [SciPhi-Self-RAG-Mistral-7B-32k-Q8_0.gguf](https://huggingface.co/tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/SciPhi-Self-RAG-Mistral-7B-32k-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
90 |
+
|
91 |
+
|
92 |
+
## Downloading instruction
|
93 |
+
|
94 |
+
### Command line
|
95 |
+
|
96 |
+
Firstly, install Huggingface Client
|
97 |
+
|
98 |
+
```shell
|
99 |
+
pip install -U "huggingface_hub[cli]"
|
100 |
+
```
|
101 |
+
|
102 |
+
Then, downoad the individual model file the a local directory
|
103 |
+
|
104 |
+
```shell
|
105 |
+
huggingface-cli download tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF --include "SciPhi-Self-RAG-Mistral-7B-32k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
106 |
+
```
|
107 |
+
|
108 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
109 |
+
|
110 |
+
```shell
|
111 |
+
huggingface-cli download tensorblock/SciPhi_SciPhi-Self-RAG-Mistral-7B-32k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
112 |
+
```
|
SciPhi-Self-RAG-Mistral-7B-32k-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58074250aa9100e7b7c204e701d354e2594caf2d63c6134b5a30a9683f90f5f5
|
3 |
+
size 2719318016
|
SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcc7850e951ac1d7b606767ec5748569499424e6bbf105a33013a4e1c32c86df
|
3 |
+
size 3822107136
|
SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dcdf3ece37fe3c05c97584a4756440b3934a3678ac8be06cc8608a669044ebf
|
3 |
+
size 3519068672
|
SciPhi-Self-RAG-Mistral-7B-32k-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b98a6432755b606818c04c640afcd7f0718df595e8bce2893778a43321b1102
|
3 |
+
size 3164649984
|
SciPhi-Self-RAG-Mistral-7B-32k-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c206848234922ecfc8a270f5fe96315f64ff60907760ecac99f4cc3aff257d
|
3 |
+
size 4109007872
|
SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6663be5f3e2c0889d386371f1448a541dfb5f3a971529f91d12479cf470656d
|
3 |
+
size 4368530432
|
SciPhi-Self-RAG-Mistral-7B-32k-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc053f885797957437f004dedc009a719c0283085704d493dba438aa0f8d1687
|
3 |
+
size 4140465152
|
SciPhi-Self-RAG-Mistral-7B-32k-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4912a217ecc0161a79d5113378bba5553b022fb51c21787702b1ca2e3b4ae2ac
|
3 |
+
size 4997815296
|
SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4978f00f73b942f6b31123550c7eb666c71d424efe947bf309fd4ec60df464e
|
3 |
+
size 5131508736
|
SciPhi-Self-RAG-Mistral-7B-32k-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6745ea4dca682a189e1ba0d0621ca47c3a22cf1d891a72779d310fad4841a3a8
|
3 |
+
size 4997815296
|
SciPhi-Self-RAG-Mistral-7B-32k-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4026878834856e616541ae1f3b81d06804915654f1fdb2fa848635d3cebeaa9b
|
3 |
+
size 5942173184
|
SciPhi-Self-RAG-Mistral-7B-32k-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b74d27101fc844bd74f66de3a80ae0560b1c0f43eb771bfd6c1f1819fe4edd4e
|
3 |
+
size 7695997440
|