Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +75 -0
- StoryPy-Q2_K.gguf +3 -0
- StoryPy-Q3_K_L.gguf +3 -0
- StoryPy-Q3_K_M.gguf +3 -0
- StoryPy-Q3_K_S.gguf +3 -0
- StoryPy-Q4_0.gguf +3 -0
- StoryPy-Q4_K_M.gguf +3 -0
- StoryPy-Q4_K_S.gguf +3 -0
- StoryPy-Q5_0.gguf +3 -0
- StoryPy-Q5_K_M.gguf +3 -0
- StoryPy-Q5_K_S.gguf +3 -0
- StoryPy-Q6_K.gguf +3 -0
- StoryPy-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 |
+
StoryPy-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
StoryPy-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
StoryPy-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
StoryPy-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
StoryPy-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
StoryPy-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
StoryPy-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
StoryPy-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
StoryPy-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
StoryPy-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
StoryPy-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
StoryPy-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: BreadAi/StoryPy
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
---
|
7 |
+
|
8 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
9 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
10 |
+
</div>
|
11 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
12 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
13 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
14 |
+
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>
|
15 |
+
</p>
|
16 |
+
</div>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
## BreadAi/StoryPy - GGUF
|
20 |
+
|
21 |
+
This repo contains GGUF format model files for [BreadAi/StoryPy](https://huggingface.co/BreadAi/StoryPy).
|
22 |
+
|
23 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
24 |
+
|
25 |
+
<div style="text-align: left; margin: 20px 0;">
|
26 |
+
<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;">
|
27 |
+
Run them on the TensorBlock client using your local machine ↗
|
28 |
+
</a>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
## Prompt template
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
## Model file specification
|
38 |
+
|
39 |
+
| Filename | Quant type | File Size | Description |
|
40 |
+
| -------- | ---------- | --------- | ----------- |
|
41 |
+
| [StoryPy-Q2_K.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q2_K.gguf) | Q2_K | 0.036 GB | smallest, significant quality loss - not recommended for most purposes |
|
42 |
+
| [StoryPy-Q3_K_S.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q3_K_S.gguf) | Q3_K_S | 0.039 GB | very small, high quality loss |
|
43 |
+
| [StoryPy-Q3_K_M.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q3_K_M.gguf) | Q3_K_M | 0.041 GB | very small, high quality loss |
|
44 |
+
| [StoryPy-Q3_K_L.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q3_K_L.gguf) | Q3_K_L | 0.042 GB | small, substantial quality loss |
|
45 |
+
| [StoryPy-Q4_0.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q4_0.gguf) | Q4_0 | 0.045 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
46 |
+
| [StoryPy-Q4_K_S.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q4_K_S.gguf) | Q4_K_S | 0.045 GB | small, greater quality loss |
|
47 |
+
| [StoryPy-Q4_K_M.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q4_K_M.gguf) | Q4_K_M | 0.046 GB | medium, balanced quality - recommended |
|
48 |
+
| [StoryPy-Q5_0.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q5_0.gguf) | Q5_0 | 0.050 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
49 |
+
| [StoryPy-Q5_K_S.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q5_K_S.gguf) | Q5_K_S | 0.050 GB | large, low quality loss - recommended |
|
50 |
+
| [StoryPy-Q5_K_M.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q5_K_M.gguf) | Q5_K_M | 0.051 GB | large, very low quality loss - recommended |
|
51 |
+
| [StoryPy-Q6_K.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q6_K.gguf) | Q6_K | 0.056 GB | very large, extremely low quality loss |
|
52 |
+
| [StoryPy-Q8_0.gguf](https://huggingface.co/tensorblock/StoryPy-GGUF/blob/main/StoryPy-Q8_0.gguf) | Q8_0 | 0.071 GB | very large, extremely low quality loss - not recommended |
|
53 |
+
|
54 |
+
|
55 |
+
## Downloading instruction
|
56 |
+
|
57 |
+
### Command line
|
58 |
+
|
59 |
+
Firstly, install Huggingface Client
|
60 |
+
|
61 |
+
```shell
|
62 |
+
pip install -U "huggingface_hub[cli]"
|
63 |
+
```
|
64 |
+
|
65 |
+
Then, downoad the individual model file the a local directory
|
66 |
+
|
67 |
+
```shell
|
68 |
+
huggingface-cli download tensorblock/StoryPy-GGUF --include "StoryPy-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
69 |
+
```
|
70 |
+
|
71 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
72 |
+
|
73 |
+
```shell
|
74 |
+
huggingface-cli download tensorblock/StoryPy-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
75 |
+
```
|
StoryPy-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfce28d5ab90ada0e30cdde6ad37c1af7d507e19064ca59226aa7de368e9da09
|
3 |
+
size 38507488
|
StoryPy-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85fc9aa81ed450e8e21efa53bc02f39a26c132c62a5038c814384f8963ed84f2
|
3 |
+
size 44895712
|
StoryPy-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36b494697bddaf8f471578eda0cb16161a9d7cd01e1952f57e1de94655056466
|
3 |
+
size 43912672
|
StoryPy-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ae9aa5416ff5791072caec37bf53f1507e2d637bb967493b1daafb9ff79bb9e
|
3 |
+
size 42241504
|
StoryPy-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8c3326bbe0f1d3f88f77e3eea5de0c63d5fd17618589cc399add6a2599aa768
|
3 |
+
size 48168928
|
StoryPy-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db17e92994431c6f9a250f4deed2cabba79e338f2a358358e15fcca078451615
|
3 |
+
size 49299424
|
StoryPy-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f16821317af40551a51667fff02988d1ef8a11b8f37275f1c7270f42d49c014c
|
3 |
+
size 48168928
|
StoryPy-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:066f0ec9ffeddbb44b9a2a8db27a0d51ce13c6dd9f7e1ce868e309caef18c9b4
|
3 |
+
size 53747680
|
StoryPy-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7099ad138c95a0dccfe4f5ecfd6440420cccfe09a3c1dcd659d278d5afab31e
|
3 |
+
size 54652896
|
StoryPy-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd3ce2bffc76f6a6242a1d3a24034969fd9f871ea4ecb97d7ac7cdbb682447c0
|
3 |
+
size 53747680
|
StoryPy-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3378fa8dd7b7d5dfda129aab9eefcb5dfb21c04844ddeed55049ad42bccc45b3
|
3 |
+
size 59675104
|
StoryPy-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d640cf6ce463a6aadea3c00786b304e8a79f31734334ad4147255b6e8466632
|
3 |
+
size 76721632
|