Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +70 -0
- TinyWand-DPO-Q2_K.gguf +3 -0
- TinyWand-DPO-Q3_K_L.gguf +3 -0
- TinyWand-DPO-Q3_K_M.gguf +3 -0
- TinyWand-DPO-Q3_K_S.gguf +3 -0
- TinyWand-DPO-Q4_0.gguf +3 -0
- TinyWand-DPO-Q4_K_M.gguf +3 -0
- TinyWand-DPO-Q4_K_S.gguf +3 -0
- TinyWand-DPO-Q5_0.gguf +3 -0
- TinyWand-DPO-Q5_K_M.gguf +3 -0
- TinyWand-DPO-Q5_K_S.gguf +3 -0
- TinyWand-DPO-Q6_K.gguf +3 -0
- TinyWand-DPO-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 |
+
TinyWand-DPO-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
TinyWand-DPO-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
TinyWand-DPO-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
TinyWand-DPO-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
TinyWand-DPO-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
TinyWand-DPO-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
TinyWand-DPO-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
TinyWand-DPO-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
TinyWand-DPO-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
TinyWand-DPO-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
TinyWand-DPO-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
TinyWand-DPO-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: maywell/TinyWand-DPO
|
| 4 |
+
tags:
|
| 5 |
+
- TensorBlock
|
| 6 |
+
- GGUF
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 11 |
+
</div>
|
| 12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 15 |
+
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>
|
| 16 |
+
</p>
|
| 17 |
+
</div>
|
| 18 |
+
</div>
|
| 19 |
+
|
| 20 |
+
## maywell/TinyWand-DPO - GGUF
|
| 21 |
+
|
| 22 |
+
This repo contains GGUF format model files for [maywell/TinyWand-DPO](https://huggingface.co/maywell/TinyWand-DPO).
|
| 23 |
+
|
| 24 |
+
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).
|
| 25 |
+
|
| 26 |
+
## Prompt template
|
| 27 |
+
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## Model file specification
|
| 33 |
+
|
| 34 |
+
| Filename | Quant type | File Size | Description |
|
| 35 |
+
| -------- | ---------- | --------- | ----------- |
|
| 36 |
+
| [TinyWand-DPO-Q2_K.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q2_K.gguf) | Q2_K | 0.583 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 37 |
+
| [TinyWand-DPO-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q3_K_S.gguf) | Q3_K_S | 0.677 GB | very small, high quality loss |
|
| 38 |
+
| [TinyWand-DPO-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q3_K_M.gguf) | Q3_K_M | 0.748 GB | very small, high quality loss |
|
| 39 |
+
| [TinyWand-DPO-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q3_K_L.gguf) | Q3_K_L | 0.809 GB | small, substantial quality loss |
|
| 40 |
+
| [TinyWand-DPO-Q4_0.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q4_0.gguf) | Q4_0 | 0.870 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 41 |
+
| [TinyWand-DPO-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q4_K_S.gguf) | Q4_K_S | 0.876 GB | small, greater quality loss |
|
| 42 |
+
| [TinyWand-DPO-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q4_K_M.gguf) | Q4_K_M | 0.919 GB | medium, balanced quality - recommended |
|
| 43 |
+
| [TinyWand-DPO-Q5_0.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q5_0.gguf) | Q5_0 | 1.052 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 44 |
+
| [TinyWand-DPO-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q5_K_S.gguf) | Q5_K_S | 1.052 GB | large, low quality loss - recommended |
|
| 45 |
+
| [TinyWand-DPO-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q5_K_M.gguf) | Q5_K_M | 1.077 GB | large, very low quality loss - recommended |
|
| 46 |
+
| [TinyWand-DPO-Q6_K.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q6_K.gguf) | Q6_K | 1.245 GB | very large, extremely low quality loss |
|
| 47 |
+
| [TinyWand-DPO-Q8_0.gguf](https://huggingface.co/tensorblock/TinyWand-DPO-GGUF/tree/main/TinyWand-DPO-Q8_0.gguf) | Q8_0 | 1.613 GB | very large, extremely low quality loss - not recommended |
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
## Downloading instruction
|
| 51 |
+
|
| 52 |
+
### Command line
|
| 53 |
+
|
| 54 |
+
Firstly, install Huggingface Client
|
| 55 |
+
|
| 56 |
+
```shell
|
| 57 |
+
pip install -U "huggingface_hub[cli]"
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
Then, downoad the individual model file the a local directory
|
| 61 |
+
|
| 62 |
+
```shell
|
| 63 |
+
huggingface-cli download tensorblock/TinyWand-DPO-GGUF --include "TinyWand-DPO-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 67 |
+
|
| 68 |
+
```shell
|
| 69 |
+
huggingface-cli download tensorblock/TinyWand-DPO-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 70 |
+
```
|
TinyWand-DPO-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1e2f58771bdc25151801425007f1b162a818497fa35d5bb55e39f4767949183
|
| 3 |
+
size 626386080
|
TinyWand-DPO-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:159d239cf5f9bc06702d0bc7a531d550a4b36ebc36d1c519599f4afecb36dc34
|
| 3 |
+
size 869094560
|
TinyWand-DPO-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cb3d47e93e2490bd06288f1c129091b1ac2d55a4175af339e37617cf105a6f6
|
| 3 |
+
size 803034272
|
TinyWand-DPO-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00cb4fd6fff95020ea5411f2fa272dfccb164c4b419d96b0e3a9fee6758f1bcf
|
| 3 |
+
size 726627488
|
TinyWand-DPO-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b3b1e19ac47bc79042f395f5d91b3ea1f5b0f417566c62ef3315ebd6bd96b0a
|
| 3 |
+
size 934200480
|
TinyWand-DPO-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a02adb86058bb234068a450dc44043991ffd313eb86c19470d95f68b45a8fbdd
|
| 3 |
+
size 987051168
|
TinyWand-DPO-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81796f019af9786cd6ad03fa68e8bc1b8f4398dcae98a17d984632d0eab71e07
|
| 3 |
+
size 940229792
|
TinyWand-DPO-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7026477b69381c3f0986624e124309ec80ad91dc24985c30f6748a72ed8c1632
|
| 3 |
+
size 1129563296
|
TinyWand-DPO-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ce00c3cddfabfbd335f5e35c558750b3fdc33493b01f38f5a2adb2992c94357
|
| 3 |
+
size 1156789408
|
TinyWand-DPO-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7032332fa2b4998923858638ad4e34e1e3a3e9c31e63b02a8ebc84f07a6dee25
|
| 3 |
+
size 1129563296
|
TinyWand-DPO-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61ae47257c9c66460926c50b2cf143683ea057325c4164e22fb0de615c731562
|
| 3 |
+
size 1337136288
|
TinyWand-DPO-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a58472fcd18ec505b2dad40a5fa91faec2fadd934ee06b00fb45660f704e6d7a
|
| 3 |
+
size 1731523744
|