Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +79 -0
- quantum-v0.01-Q2_K.gguf +3 -0
- quantum-v0.01-Q3_K_L.gguf +3 -0
- quantum-v0.01-Q3_K_M.gguf +3 -0
- quantum-v0.01-Q3_K_S.gguf +3 -0
- quantum-v0.01-Q4_0.gguf +3 -0
- quantum-v0.01-Q4_K_M.gguf +3 -0
- quantum-v0.01-Q4_K_S.gguf +3 -0
- quantum-v0.01-Q5_0.gguf +3 -0
- quantum-v0.01-Q5_K_M.gguf +3 -0
- quantum-v0.01-Q5_K_S.gguf +3 -0
- quantum-v0.01-Q6_K.gguf +3 -0
- quantum-v0.01-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 |
+
quantum-v0.01-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
quantum-v0.01-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
quantum-v0.01-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
quantum-v0.01-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
quantum-v0.01-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
quantum-v0.01-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
quantum-v0.01-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
quantum-v0.01-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
quantum-v0.01-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
quantum-v0.01-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
quantum-v0.01-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
quantum-v0.01-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- TensorBlock
|
8 |
+
- GGUF
|
9 |
+
base_model: quantumaikr/quantum-v0.01
|
10 |
+
---
|
11 |
+
|
12 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
13 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
14 |
+
</div>
|
15 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
16 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
17 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
18 |
+
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>
|
19 |
+
</p>
|
20 |
+
</div>
|
21 |
+
</div>
|
22 |
+
|
23 |
+
## quantumaikr/quantum-v0.01 - GGUF
|
24 |
+
|
25 |
+
This repo contains GGUF format model files for [quantumaikr/quantum-v0.01](https://huggingface.co/quantumaikr/quantum-v0.01).
|
26 |
+
|
27 |
+
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).
|
28 |
+
|
29 |
+
<div style="text-align: left; margin: 20px 0;">
|
30 |
+
<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;">
|
31 |
+
Run them on the TensorBlock client using your local machine ↗
|
32 |
+
</a>
|
33 |
+
</div>
|
34 |
+
|
35 |
+
## Prompt template
|
36 |
+
|
37 |
+
```
|
38 |
+
|
39 |
+
```
|
40 |
+
|
41 |
+
## Model file specification
|
42 |
+
|
43 |
+
| Filename | Quant type | File Size | Description |
|
44 |
+
| -------- | ---------- | --------- | ----------- |
|
45 |
+
| [quantum-v0.01-Q2_K.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
46 |
+
| [quantum-v0.01-Q3_K_S.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
47 |
+
| [quantum-v0.01-Q3_K_M.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
48 |
+
| [quantum-v0.01-Q3_K_L.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
49 |
+
| [quantum-v0.01-Q4_0.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
50 |
+
| [quantum-v0.01-Q4_K_S.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
51 |
+
| [quantum-v0.01-Q4_K_M.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
52 |
+
| [quantum-v0.01-Q5_0.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
53 |
+
| [quantum-v0.01-Q5_K_S.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
54 |
+
| [quantum-v0.01-Q5_K_M.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
55 |
+
| [quantum-v0.01-Q6_K.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
56 |
+
| [quantum-v0.01-Q8_0.gguf](https://huggingface.co/tensorblock/quantum-v0.01-GGUF/blob/main/quantum-v0.01-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
57 |
+
|
58 |
+
|
59 |
+
## Downloading instruction
|
60 |
+
|
61 |
+
### Command line
|
62 |
+
|
63 |
+
Firstly, install Huggingface Client
|
64 |
+
|
65 |
+
```shell
|
66 |
+
pip install -U "huggingface_hub[cli]"
|
67 |
+
```
|
68 |
+
|
69 |
+
Then, downoad the individual model file the a local directory
|
70 |
+
|
71 |
+
```shell
|
72 |
+
huggingface-cli download tensorblock/quantum-v0.01-GGUF --include "quantum-v0.01-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
73 |
+
```
|
74 |
+
|
75 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
76 |
+
|
77 |
+
```shell
|
78 |
+
huggingface-cli download tensorblock/quantum-v0.01-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
79 |
+
```
|
quantum-v0.01-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dc92762d069ac3ad379ef66e47d6bbe1f8c6a84644ddaf1b5bb84fefe88d700
|
3 |
+
size 2719242432
|
quantum-v0.01-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa9da23b2a8a3a3b0901bff65c68195cf239edbdd2deb5deb684577e61196bb7
|
3 |
+
size 3822024896
|
quantum-v0.01-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ba2a095857fdbdf74e9bb014c4aa446155b599b783ce3dbc05513d38c22b448
|
3 |
+
size 3518986432
|
quantum-v0.01-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3a5b8d7cb33a254eafac5c63200d62bdd88e444c26f60c33ea7345bcc089d94
|
3 |
+
size 3164567744
|
quantum-v0.01-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a22b3930b2d435526e100c00d4c3b819b69c043d94009c08f031a7c9ee181396
|
3 |
+
size 4108916928
|
quantum-v0.01-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d753a12832c0b2088d6c8e55285b1ed5a54e548581a07096a7ea0927f4ceb9f2
|
3 |
+
size 4368439488
|
quantum-v0.01-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75e801217ce9c4aa6b2502dff6c1f575975b489a97660abf893a0d264a191b21
|
3 |
+
size 4140374208
|
quantum-v0.01-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b1e52f3939522e52824fa38e11631af2531c3425cb66c1cca73ac638b985d13
|
3 |
+
size 4997716160
|
quantum-v0.01-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:139081e6b4589b9dcdd8ca69972192338e12964547aa9b29b4f9d93dbb769c94
|
3 |
+
size 5131409600
|
quantum-v0.01-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f3810fbaf83e86d0a943fc114b18e0f9518d715efd6b3c411dcccca055e1f69
|
3 |
+
size 4997716160
|
quantum-v0.01-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2635a02a7486590130dc9f919ecbec6521dea503244bc5fb4350c049f4d26d55
|
3 |
+
size 5942065344
|
quantum-v0.01-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b092c0490c842b0ab43e619ec5743f9f5f3edc333a711fdaf6b573a8240d12
|
3 |
+
size 7695857856
|