Upload folder using huggingface_hub
Browse files- .gitattributes +13 -0
- README.md +89 -0
- SOLARC-MOE-10.7Bx6-Q2_K.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q3_K_L.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q3_K_M.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q3_K_S.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q4_0.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q4_K_M.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q4_K_S.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q5_0.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q5_K_M.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q5_K_S.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q6_K.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q8_0/SOLARC-MOE-10.7Bx6-Q8_0-00001-of-00002.gguf +3 -0
- SOLARC-MOE-10.7Bx6-Q8_0/SOLARC-MOE-10.7Bx6-Q8_0-00002-of-00002.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,16 @@ 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 |
+
SOLARC-MOE-10.7Bx6-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SOLARC-MOE-10.7Bx6-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
SOLARC-MOE-10.7Bx6-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
SOLARC-MOE-10.7Bx6-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
SOLARC-MOE-10.7Bx6-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
SOLARC-MOE-10.7Bx6-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
SOLARC-MOE-10.7Bx6-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
SOLARC-MOE-10.7Bx6-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
SOLARC-MOE-10.7Bx6-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
SOLARC-MOE-10.7Bx6-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
SOLARC-MOE-10.7Bx6-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
SOLARC-MOE-10.7Bx6-Q8_0/SOLARC-MOE-10.7Bx6-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
48 |
+
SOLARC-MOE-10.7Bx6-Q8_0/SOLARC-MOE-10.7Bx6-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
license: cc-by-nc-sa-4.0
|
7 |
+
tags:
|
8 |
+
- moe
|
9 |
+
- merge
|
10 |
+
- MoE
|
11 |
+
- TensorBlock
|
12 |
+
- GGUF
|
13 |
+
base_model: DopeorNope/SOLARC-MOE-10.7Bx6
|
14 |
+
---
|
15 |
+
|
16 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
17 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
18 |
+
</div>
|
19 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
20 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
21 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
22 |
+
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>
|
23 |
+
</p>
|
24 |
+
</div>
|
25 |
+
</div>
|
26 |
+
|
27 |
+
## DopeorNope/SOLARC-MOE-10.7Bx6 - GGUF
|
28 |
+
|
29 |
+
This repo contains GGUF format model files for [DopeorNope/SOLARC-MOE-10.7Bx6](https://huggingface.co/DopeorNope/SOLARC-MOE-10.7Bx6).
|
30 |
+
|
31 |
+
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).
|
32 |
+
|
33 |
+
<div style="text-align: left; margin: 20px 0;">
|
34 |
+
<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;">
|
35 |
+
Run them on the TensorBlock client using your local machine ↗
|
36 |
+
</a>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
## Prompt template
|
40 |
+
|
41 |
+
```
|
42 |
+
### System:
|
43 |
+
{system_prompt}
|
44 |
+
|
45 |
+
### User:
|
46 |
+
{prompt}
|
47 |
+
|
48 |
+
### Assistant:
|
49 |
+
```
|
50 |
+
|
51 |
+
## Model file specification
|
52 |
+
|
53 |
+
| Filename | Quant type | File Size | Description |
|
54 |
+
| -------- | ---------- | --------- | ----------- |
|
55 |
+
| [SOLARC-MOE-10.7Bx6-Q2_K.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q2_K.gguf) | Q2_K | 19.312 GB | smallest, significant quality loss - not recommended for most purposes |
|
56 |
+
| [SOLARC-MOE-10.7Bx6-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q3_K_S.gguf) | Q3_K_S | 22.836 GB | very small, high quality loss |
|
57 |
+
| [SOLARC-MOE-10.7Bx6-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q3_K_M.gguf) | Q3_K_M | 25.349 GB | very small, high quality loss |
|
58 |
+
| [SOLARC-MOE-10.7Bx6-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q3_K_L.gguf) | Q3_K_L | 27.455 GB | small, substantial quality loss |
|
59 |
+
| [SOLARC-MOE-10.7Bx6-Q4_0.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q4_0.gguf) | Q4_0 | 29.859 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
60 |
+
| [SOLARC-MOE-10.7Bx6-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q4_K_S.gguf) | Q4_K_S | 30.125 GB | small, greater quality loss |
|
61 |
+
| [SOLARC-MOE-10.7Bx6-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q4_K_M.gguf) | Q4_K_M | 32.065 GB | medium, balanced quality - recommended |
|
62 |
+
| [SOLARC-MOE-10.7Bx6-Q5_0.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q5_0.gguf) | Q5_0 | 36.469 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
63 |
+
| [SOLARC-MOE-10.7Bx6-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q5_K_S.gguf) | Q5_K_S | 36.469 GB | large, low quality loss - recommended |
|
64 |
+
| [SOLARC-MOE-10.7Bx6-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q5_K_M.gguf) | Q5_K_M | 37.605 GB | large, very low quality loss - recommended |
|
65 |
+
| [SOLARC-MOE-10.7Bx6-Q6_K.gguf](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q6_K.gguf) | Q6_K | 43.492 GB | very large, extremely low quality loss |
|
66 |
+
| [SOLARC-MOE-10.7Bx6-Q8_0](https://huggingface.co/tensorblock/SOLARC-MOE-10.7Bx6-GGUF/blob/main/SOLARC-MOE-10.7Bx6-Q8_0) | Q8_0 | 56.330 GB | very large, extremely low quality loss - not recommended |
|
67 |
+
|
68 |
+
|
69 |
+
## Downloading instruction
|
70 |
+
|
71 |
+
### Command line
|
72 |
+
|
73 |
+
Firstly, install Huggingface Client
|
74 |
+
|
75 |
+
```shell
|
76 |
+
pip install -U "huggingface_hub[cli]"
|
77 |
+
```
|
78 |
+
|
79 |
+
Then, downoad the individual model file the a local directory
|
80 |
+
|
81 |
+
```shell
|
82 |
+
huggingface-cli download tensorblock/SOLARC-MOE-10.7Bx6-GGUF --include "SOLARC-MOE-10.7Bx6-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
83 |
+
```
|
84 |
+
|
85 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
86 |
+
|
87 |
+
```shell
|
88 |
+
huggingface-cli download tensorblock/SOLARC-MOE-10.7Bx6-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
89 |
+
```
|
SOLARC-MOE-10.7Bx6-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2375264536577063713ffd522aadce1df3c4278f4eee424240b141aa5ec3b9e8
|
3 |
+
size 19311923232
|
SOLARC-MOE-10.7Bx6-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48b077283feb280ab2f21c5f9b1fd4b2230d450b8efff2e792c5f392a038377b
|
3 |
+
size 27455369248
|
SOLARC-MOE-10.7Bx6-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5470a404321370eac4bd3a7db2331884c3daabffecda072bfcbd5de8c57fa4ea
|
3 |
+
size 25348780064
|
SOLARC-MOE-10.7Bx6-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:488f5b4e0d7a74da4caea880cf0ff63e3cca68915a3269c19435bcf7b26f1db7
|
3 |
+
size 22835867680
|
SOLARC-MOE-10.7Bx6-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9736719df655b599172ec15243ad51f45ed372cb9a4b4b3b92c26e6056c75ea3
|
3 |
+
size 29858811936
|
SOLARC-MOE-10.7Bx6-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa69468bbd939809a6e92566c17b5ca6a15256d891ffbe226d5ca94fbfb55a41
|
3 |
+
size 32064753696
|
SOLARC-MOE-10.7Bx6-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abc9e0542b929dfe5b6b5d72ffdea8bb4dc889b9b399d62a085bc10681ace1f7
|
3 |
+
size 30125150240
|
SOLARC-MOE-10.7Bx6-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:881557ff47ea9226b51f38fe3971d4ff00da223f2f57b574aef898d654d1710d
|
3 |
+
size 36468641824
|
SOLARC-MOE-10.7Bx6-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:274fb1aa04c52441fb67911ed9ef024edf006302a0fae829d36c38cbb5cdbec2
|
3 |
+
size 37605036064
|
SOLARC-MOE-10.7Bx6-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e177ad463deef42fd8d67e584746012c71b69d94f6584b928407d90cbfb9ef5e
|
3 |
+
size 36468641824
|
SOLARC-MOE-10.7Bx6-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43dee544f2d2c46bf5bdfea53e65b50532b0984d265fd408eaaa75bdfe14faf4
|
3 |
+
size 43491586080
|
SOLARC-MOE-10.7Bx6-Q8_0/SOLARC-MOE-10.7Bx6-Q8_0-00001-of-00002.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15a5540ec7747c67978321de28d23da0d35ee831e5de787326ed2cd03f80ed66
|
3 |
+
size 34936554208
|
SOLARC-MOE-10.7Bx6-Q8_0/SOLARC-MOE-10.7Bx6-Q8_0-00002-of-00002.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d49c11f86418383abffe6831fe0e2de5b16db82b5b767fb6cba5003b5670070d
|
3 |
+
size 21393321472
|