Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +88 -0
- mythalion-13b-Q2_K.gguf +3 -0
- mythalion-13b-Q3_K_L.gguf +3 -0
- mythalion-13b-Q3_K_M.gguf +3 -0
- mythalion-13b-Q3_K_S.gguf +3 -0
- mythalion-13b-Q4_0.gguf +3 -0
- mythalion-13b-Q4_K_M.gguf +3 -0
- mythalion-13b-Q4_K_S.gguf +3 -0
- mythalion-13b-Q5_0.gguf +3 -0
- mythalion-13b-Q5_K_M.gguf +3 -0
- mythalion-13b-Q5_K_S.gguf +3 -0
- mythalion-13b-Q6_K.gguf +3 -0
- mythalion-13b-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 |
+
mythalion-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mythalion-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mythalion-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mythalion-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
mythalion-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
mythalion-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
mythalion-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
mythalion-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
mythalion-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
mythalion-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
mythalion-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
mythalion-13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- text generation
|
6 |
+
- instruct
|
7 |
+
- TensorBlock
|
8 |
+
- GGUF
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
inference: false
|
11 |
+
license: llama2
|
12 |
+
datasets:
|
13 |
+
- PygmalionAI/PIPPA
|
14 |
+
- Open-Orca/OpenOrca
|
15 |
+
- Norquinal/claude_multiround_chat_30k
|
16 |
+
- jondurbin/airoboros-gpt4-1.4.1
|
17 |
+
- databricks/databricks-dolly-15k
|
18 |
+
base_model: PygmalionAI/mythalion-13b
|
19 |
+
---
|
20 |
+
|
21 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
22 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
23 |
+
</div>
|
24 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
25 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
26 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
27 |
+
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>
|
28 |
+
</p>
|
29 |
+
</div>
|
30 |
+
</div>
|
31 |
+
|
32 |
+
## PygmalionAI/mythalion-13b - GGUF
|
33 |
+
|
34 |
+
This repo contains GGUF format model files for [PygmalionAI/mythalion-13b](https://huggingface.co/PygmalionAI/mythalion-13b).
|
35 |
+
|
36 |
+
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).
|
37 |
+
|
38 |
+
<div style="text-align: left; margin: 20px 0;">
|
39 |
+
<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;">
|
40 |
+
Run them on the TensorBlock client using your local machine ↗
|
41 |
+
</a>
|
42 |
+
</div>
|
43 |
+
|
44 |
+
## Prompt template
|
45 |
+
|
46 |
+
```
|
47 |
+
|
48 |
+
```
|
49 |
+
|
50 |
+
## Model file specification
|
51 |
+
|
52 |
+
| Filename | Quant type | File Size | Description |
|
53 |
+
| -------- | ---------- | --------- | ----------- |
|
54 |
+
| [mythalion-13b-Q2_K.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
|
55 |
+
| [mythalion-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
|
56 |
+
| [mythalion-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
|
57 |
+
| [mythalion-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
|
58 |
+
| [mythalion-13b-Q4_0.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
59 |
+
| [mythalion-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
|
60 |
+
| [mythalion-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
|
61 |
+
| [mythalion-13b-Q5_0.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
62 |
+
| [mythalion-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
|
63 |
+
| [mythalion-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
|
64 |
+
| [mythalion-13b-Q6_K.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
|
65 |
+
| [mythalion-13b-Q8_0.gguf](https://huggingface.co/tensorblock/mythalion-13b-GGUF/blob/main/mythalion-13b-Q8_0.gguf) | Q8_0 | 12.881 GB | very large, extremely low quality loss - not recommended |
|
66 |
+
|
67 |
+
|
68 |
+
## Downloading instruction
|
69 |
+
|
70 |
+
### Command line
|
71 |
+
|
72 |
+
Firstly, install Huggingface Client
|
73 |
+
|
74 |
+
```shell
|
75 |
+
pip install -U "huggingface_hub[cli]"
|
76 |
+
```
|
77 |
+
|
78 |
+
Then, downoad the individual model file the a local directory
|
79 |
+
|
80 |
+
```shell
|
81 |
+
huggingface-cli download tensorblock/mythalion-13b-GGUF --include "mythalion-13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
82 |
+
```
|
83 |
+
|
84 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
85 |
+
|
86 |
+
```shell
|
87 |
+
huggingface-cli download tensorblock/mythalion-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
88 |
+
```
|
mythalion-13b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e51eb06e3b8a53cb7ee21127767b730494b2e8466f2aa97af67b0287e7efffa2
|
3 |
+
size 4854270624
|
mythalion-13b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:816d036ba0f97a5db53efd54e4cba4cfaaa44c5a90f8e3562790bb716602d43d
|
3 |
+
size 6929560224
|
mythalion-13b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f28da034704072794613b4e56dd6e3b22ec55750615b5b3f4ba0dfa819a7d83c
|
3 |
+
size 6337770144
|
mythalion-13b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2da1b67c8dc81ae1c568cadae0956e1fba72671847b56519f532ab33a1dc0f27
|
3 |
+
size 5658981024
|
mythalion-13b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b9e370ad2353143e4ac4085e66dc1b6dc055169d3354dd2e59a7a0c2911c89d
|
3 |
+
size 7365835424
|
mythalion-13b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9b2a1b5b712287ccd4a8512591b77d5473e56bbdd0f6ceb9c1d27f863df57f7
|
3 |
+
size 7865957024
|
mythalion-13b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:254c21d1b0e282b89b0b489b8fe737cacd375ba6e8373f7531009c3ec124e394
|
3 |
+
size 7423179424
|
mythalion-13b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2908852bb99df414932a6b4f518c6628ad4b3ee9a72e360817761aa90606bfd9
|
3 |
+
size 8972286624
|
mythalion-13b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b63fe555dd71e3729f8074d9a84129fb5bfdf32477a5baf61e897bc07349f17
|
3 |
+
size 9229925024
|
mythalion-13b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:599648335aa00a203362bbca5d2359ca6e01afc2121be32303eb4c937c6d8b01
|
3 |
+
size 8972286624
|
mythalion-13b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e07a8e9091592111c409ded9f388be7d31e2d173476ded5a0679cead5b5ed91
|
3 |
+
size 10679141024
|
mythalion-13b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd812ace55638011f6b12e81b10388b96efbceb32954df793aa7697ee20b7028
|
3 |
+
size 13831320224
|