Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +74 -0
- Topxtral-4x7B-v0.1-Q2_K.gguf +3 -0
- Topxtral-4x7B-v0.1-Q3_K_L.gguf +3 -0
- Topxtral-4x7B-v0.1-Q3_K_M.gguf +3 -0
- Topxtral-4x7B-v0.1-Q3_K_S.gguf +3 -0
- Topxtral-4x7B-v0.1-Q4_0.gguf +3 -0
- Topxtral-4x7B-v0.1-Q4_K_M.gguf +3 -0
- Topxtral-4x7B-v0.1-Q4_K_S.gguf +3 -0
- Topxtral-4x7B-v0.1-Q5_0.gguf +3 -0
- Topxtral-4x7B-v0.1-Q5_K_M.gguf +3 -0
- Topxtral-4x7B-v0.1-Q5_K_S.gguf +3 -0
- Topxtral-4x7B-v0.1-Q6_K.gguf +3 -0
- Topxtral-4x7B-v0.1-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 |
+
Topxtral-4x7B-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Topxtral-4x7B-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Topxtral-4x7B-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Topxtral-4x7B-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Topxtral-4x7B-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Topxtral-4x7B-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Topxtral-4x7B-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Topxtral-4x7B-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Topxtral-4x7B-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Topxtral-4x7B-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Topxtral-4x7B-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Topxtral-4x7B-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- merge
|
7 |
+
- moe
|
8 |
+
- TensorBlock
|
9 |
+
- GGUF
|
10 |
+
base_model: MaziyarPanahi/Topxtral-4x7B-v0.1
|
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 |
+
## MaziyarPanahi/Topxtral-4x7B-v0.1 - GGUF
|
25 |
+
|
26 |
+
This repo contains GGUF format model files for [MaziyarPanahi/Topxtral-4x7B-v0.1](https://huggingface.co/MaziyarPanahi/Topxtral-4x7B-v0.1).
|
27 |
+
|
28 |
+
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).
|
29 |
+
|
30 |
+
## Prompt template
|
31 |
+
|
32 |
+
```
|
33 |
+
|
34 |
+
```
|
35 |
+
|
36 |
+
## Model file specification
|
37 |
+
|
38 |
+
| Filename | Quant type | File Size | Description |
|
39 |
+
| -------- | ---------- | --------- | ----------- |
|
40 |
+
| [Topxtral-4x7B-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q2_K.gguf) | Q2_K | 6.335 GB | smallest, significant quality loss - not recommended for most purposes |
|
41 |
+
| [Topxtral-4x7B-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q3_K_S.gguf) | Q3_K_S | 7.460 GB | very small, high quality loss |
|
42 |
+
| [Topxtral-4x7B-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q3_K_M.gguf) | Q3_K_M | 8.283 GB | very small, high quality loss |
|
43 |
+
| [Topxtral-4x7B-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q3_K_L.gguf) | Q3_K_L | 8.975 GB | small, substantial quality loss |
|
44 |
+
| [Topxtral-4x7B-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q4_0.gguf) | Q4_0 | 9.734 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
45 |
+
| [Topxtral-4x7B-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q4_K_S.gguf) | Q4_K_S | 9.818 GB | small, greater quality loss |
|
46 |
+
| [Topxtral-4x7B-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q4_K_M.gguf) | Q4_K_M | 10.427 GB | medium, balanced quality - recommended |
|
47 |
+
| [Topxtral-4x7B-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q5_0.gguf) | Q5_0 | 11.875 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
48 |
+
| [Topxtral-4x7B-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q5_K_S.gguf) | Q5_K_S | 11.875 GB | large, low quality loss - recommended |
|
49 |
+
| [Topxtral-4x7B-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q5_K_M.gguf) | Q5_K_M | 12.232 GB | large, very low quality loss - recommended |
|
50 |
+
| [Topxtral-4x7B-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q6_K.gguf) | Q6_K | 14.149 GB | very large, extremely low quality loss |
|
51 |
+
| [Topxtral-4x7B-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/Topxtral-4x7B-v0.1-GGUF/tree/main/Topxtral-4x7B-v0.1-Q8_0.gguf) | Q8_0 | 18.325 GB | very large, extremely low quality loss - not recommended |
|
52 |
+
|
53 |
+
|
54 |
+
## Downloading instruction
|
55 |
+
|
56 |
+
### Command line
|
57 |
+
|
58 |
+
Firstly, install Huggingface Client
|
59 |
+
|
60 |
+
```shell
|
61 |
+
pip install -U "huggingface_hub[cli]"
|
62 |
+
```
|
63 |
+
|
64 |
+
Then, downoad the individual model file the a local directory
|
65 |
+
|
66 |
+
```shell
|
67 |
+
huggingface-cli download tensorblock/Topxtral-4x7B-v0.1-GGUF --include "Topxtral-4x7B-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
68 |
+
```
|
69 |
+
|
70 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
71 |
+
|
72 |
+
```shell
|
73 |
+
huggingface-cli download tensorblock/Topxtral-4x7B-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
74 |
+
```
|
Topxtral-4x7B-v0.1-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6db2ca3329d84907da06902792cc711b5c5dfdd0339b768bb62323dc25309cca
|
3 |
+
size 6801876512
|
Topxtral-4x7B-v0.1-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48569f662ba3a4cfd0ed9743a7587a842526ac88e9543d1705ef182e61fe63ac
|
3 |
+
size 9636906528
|
Topxtral-4x7B-v0.1-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d99094c61153a260abdd871a2b4580a9066c9fbeb471b7e242e2d0ee54f5e1
|
3 |
+
size 8893466144
|
Topxtral-4x7B-v0.1-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2e0b6eaca365e848949673dcef3ef734f59c10916f8466f08b3fb03697efae7
|
3 |
+
size 8010565152
|
Topxtral-4x7B-v0.1-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9e96b5ba422d3fcec3781a6b09cbd0f588292b86a1a92b27f50a92d59ebff28
|
3 |
+
size 10452280864
|
Topxtral-4x7B-v0.1-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5547e9a753697686c470279e9480ea8542ddc9471cac74f05141b05ba0a877c
|
3 |
+
size 11196245536
|
Topxtral-4x7B-v0.1-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94a6a8f047d0c940917878cf21fc633adf7ae5fce86fca4fbb816209f506845d
|
3 |
+
size 10542458400
|
Topxtral-4x7B-v0.1-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f63d7b7b6fd6c04074b868e81cb75dbd1836f1753aa28ef12005c21c1f09964
|
3 |
+
size 12750366240
|
Topxtral-4x7B-v0.1-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc19e0ad7659fe154b7168c1e38715e07cfbc6ac1fce79e087d9990cc40a1f3a
|
3 |
+
size 13133620768
|
Topxtral-4x7B-v0.1-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a2b3ce926df0ba56413252bcf4d7c9e146fd2f0309ec45a7a3a8d2c782d6e54
|
3 |
+
size 12750366240
|
Topxtral-4x7B-v0.1-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df561933c69f5e77559b5096514284c691551118d8ae092fb8f544fab93521c7
|
3 |
+
size 15192081952
|
Topxtral-4x7B-v0.1-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77e779b625b2edc5ddcbb9dc5ecc2337efd98b3dac5c6374da9426eef6fbbe89
|
3 |
+
size 19676366368
|