Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +74 -0
- Synatra-11B-Tb2M_SM-Q2_K.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q3_K_L.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q3_K_M.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q3_K_S.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q4_0.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q4_K_M.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q4_K_S.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q5_0.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q5_K_M.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q5_K_S.gguf +3 -0
- Synatra-11B-Tb2M_SM-Q6_K.gguf +3 -0
- Synatra-11B-Tb2M_SM-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 |
+
Synatra-11B-Tb2M_SM-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Synatra-11B-Tb2M_SM-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Synatra-11B-Tb2M_SM-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Synatra-11B-Tb2M_SM-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Synatra-11B-Tb2M_SM-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Synatra-11B-Tb2M_SM-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Synatra-11B-Tb2M_SM-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Synatra-11B-Tb2M_SM-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Synatra-11B-Tb2M_SM-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Synatra-11B-Tb2M_SM-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Synatra-11B-Tb2M_SM-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Synatra-11B-Tb2M_SM-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ko
|
| 4 |
+
library_name: transformers
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
license: cc-by-nc-4.0
|
| 7 |
+
tags:
|
| 8 |
+
- TensorBlock
|
| 9 |
+
- GGUF
|
| 10 |
+
base_model: maywell/Synatra-11B-Tb2M_SM
|
| 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 |
+
## maywell/Synatra-11B-Tb2M_SM - GGUF
|
| 25 |
+
|
| 26 |
+
This repo contains GGUF format model files for [maywell/Synatra-11B-Tb2M_SM](https://huggingface.co/maywell/Synatra-11B-Tb2M_SM).
|
| 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 |
+
| [Synatra-11B-Tb2M_SM-Q2_K.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 41 |
+
| [Synatra-11B-Tb2M_SM-Q3_K_S.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
|
| 42 |
+
| [Synatra-11B-Tb2M_SM-Q3_K_M.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
|
| 43 |
+
| [Synatra-11B-Tb2M_SM-Q3_K_L.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
|
| 44 |
+
| [Synatra-11B-Tb2M_SM-Q4_0.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 45 |
+
| [Synatra-11B-Tb2M_SM-Q4_K_S.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
|
| 46 |
+
| [Synatra-11B-Tb2M_SM-Q4_K_M.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
|
| 47 |
+
| [Synatra-11B-Tb2M_SM-Q5_0.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 48 |
+
| [Synatra-11B-Tb2M_SM-Q5_K_S.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
|
| 49 |
+
| [Synatra-11B-Tb2M_SM-Q5_K_M.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
|
| 50 |
+
| [Synatra-11B-Tb2M_SM-Q6_K.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
|
| 51 |
+
| [Synatra-11B-Tb2M_SM-Q8_0.gguf](https://huggingface.co/tensorblock/Synatra-11B-Tb2M_SM-GGUF/tree/main/Synatra-11B-Tb2M_SM-Q8_0.gguf) | Q8_0 | 10.621 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/Synatra-11B-Tb2M_SM-GGUF --include "Synatra-11B-Tb2M_SM-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/Synatra-11B-Tb2M_SM-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 74 |
+
```
|
Synatra-11B-Tb2M_SM-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a7619b24adb541c957c2ed9cef7225394e32d45828144781557210167b1a223
|
| 3 |
+
size 4003232320
|
Synatra-11B-Tb2M_SM-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d18bb0df57d3f8a49385a340d9f30f9c07f48b9b26abb9e220ec91114db53ecd
|
| 3 |
+
size 5650750016
|
Synatra-11B-Tb2M_SM-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4c5ad1b91648027842705700dba220ccde150f79bb6d2a070ccaf80855943a4
|
| 3 |
+
size 5195668032
|
Synatra-11B-Tb2M_SM-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:325cd5095fba0a28d8528c432aba07969e838768eab727f3527e19ab8f76553d
|
| 3 |
+
size 4664564288
|
Synatra-11B-Tb2M_SM-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:677db1d947582678191d3864a361cd2d6b8a43dcd2e9356784d46ed9a37d6847
|
| 3 |
+
size 6072384064
|
Synatra-11B-Tb2M_SM-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:805268f99964d63cee5ac8a51e33ee87bffe35cf9436eb2a9d437a78b07c0594
|
| 3 |
+
size 6461667904
|
Synatra-11B-Tb2M_SM-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62453b4c9fdfeecffe2e522553ac3c1fc98c1502964b8a2934af4f3fee365b1a
|
| 3 |
+
size 6118521408
|
Synatra-11B-Tb2M_SM-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:015cfd951f4b9cfd6c1a611555ee34a2bd17689ace41a6fc1662cba9c9d211ed
|
| 3 |
+
size 7397390912
|
Synatra-11B-Tb2M_SM-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bd4b36d5eb57dcd952e69f51f12687b5f73662fd797831fc62054920f85b8fe
|
| 3 |
+
size 7597931072
|
Synatra-11B-Tb2M_SM-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da62aa688f9001e830277a8ad8dd764bc2ae0d3c5e56aefdf6cbc1a94d4fa7f8
|
| 3 |
+
size 7397390912
|
Synatra-11B-Tb2M_SM-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fb84870573c42aa2603f3fa6d248742f550fb802e3e46486bb5a5e04137f64e
|
| 3 |
+
size 8805210688
|
Synatra-11B-Tb2M_SM-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe10121b168b9a6f669e9a78005de40e7ba991abedde0171d33ccf357028bb71
|
| 3 |
+
size 11404155456
|