Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +83 -0
- Venus_DPO_50-Q2_K.gguf +3 -0
- Venus_DPO_50-Q3_K_L.gguf +3 -0
- Venus_DPO_50-Q3_K_M.gguf +3 -0
- Venus_DPO_50-Q3_K_S.gguf +3 -0
- Venus_DPO_50-Q4_0.gguf +3 -0
- Venus_DPO_50-Q4_K_M.gguf +3 -0
- Venus_DPO_50-Q4_K_S.gguf +3 -0
- Venus_DPO_50-Q5_0.gguf +3 -0
- Venus_DPO_50-Q5_K_M.gguf +3 -0
- Venus_DPO_50-Q5_K_S.gguf +3 -0
- Venus_DPO_50-Q6_K.gguf +3 -0
- Venus_DPO_50-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 |
+
Venus_DPO_50-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Venus_DPO_50-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Venus_DPO_50-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Venus_DPO_50-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Venus_DPO_50-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Venus_DPO_50-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Venus_DPO_50-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Venus_DPO_50-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Venus_DPO_50-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Venus_DPO_50-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Venus_DPO_50-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Venus_DPO_50-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- moe
|
5 |
+
- TensorBlock
|
6 |
+
- GGUF
|
7 |
+
base_model: cloudyu/Venus_DPO_50
|
8 |
+
---
|
9 |
+
|
10 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
11 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
12 |
+
</div>
|
13 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
14 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
15 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
16 |
+
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>
|
17 |
+
</p>
|
18 |
+
</div>
|
19 |
+
</div>
|
20 |
+
|
21 |
+
## cloudyu/Venus_DPO_50 - GGUF
|
22 |
+
|
23 |
+
This repo contains GGUF format model files for [cloudyu/Venus_DPO_50](https://huggingface.co/cloudyu/Venus_DPO_50).
|
24 |
+
|
25 |
+
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).
|
26 |
+
|
27 |
+
<div style="text-align: left; margin: 20px 0;">
|
28 |
+
<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;">
|
29 |
+
Run them on the TensorBlock client using your local machine ↗
|
30 |
+
</a>
|
31 |
+
</div>
|
32 |
+
|
33 |
+
## Prompt template
|
34 |
+
|
35 |
+
```
|
36 |
+
### System:
|
37 |
+
{system_prompt}
|
38 |
+
|
39 |
+
### User:
|
40 |
+
{prompt}
|
41 |
+
|
42 |
+
### Assistant:
|
43 |
+
```
|
44 |
+
|
45 |
+
## Model file specification
|
46 |
+
|
47 |
+
| Filename | Quant type | File Size | Description |
|
48 |
+
| -------- | ---------- | --------- | ----------- |
|
49 |
+
| [Venus_DPO_50-Q2_K.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q2_K.gguf) | Q2_K | 7.066 GB | smallest, significant quality loss - not recommended for most purposes |
|
50 |
+
| [Venus_DPO_50-Q3_K_S.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q3_K_S.gguf) | Q3_K_S | 8.299 GB | very small, high quality loss |
|
51 |
+
| [Venus_DPO_50-Q3_K_M.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q3_K_M.gguf) | Q3_K_M | 9.227 GB | very small, high quality loss |
|
52 |
+
| [Venus_DPO_50-Q3_K_L.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q3_K_L.gguf) | Q3_K_L | 10.012 GB | small, substantial quality loss |
|
53 |
+
| [Venus_DPO_50-Q4_0.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q4_0.gguf) | Q4_0 | 10.830 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
54 |
+
| [Venus_DPO_50-Q4_K_S.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q4_K_S.gguf) | Q4_K_S | 10.920 GB | small, greater quality loss |
|
55 |
+
| [Venus_DPO_50-Q4_K_M.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q4_K_M.gguf) | Q4_K_M | 11.583 GB | medium, balanced quality - recommended |
|
56 |
+
| [Venus_DPO_50-Q5_0.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q5_0.gguf) | Q5_0 | 13.212 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
57 |
+
| [Venus_DPO_50-Q5_K_S.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q5_K_S.gguf) | Q5_K_S | 13.212 GB | large, low quality loss - recommended |
|
58 |
+
| [Venus_DPO_50-Q5_K_M.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q5_K_M.gguf) | Q5_K_M | 13.600 GB | large, very low quality loss - recommended |
|
59 |
+
| [Venus_DPO_50-Q6_K.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q6_K.gguf) | Q6_K | 15.743 GB | very large, extremely low quality loss |
|
60 |
+
| [Venus_DPO_50-Q8_0.gguf](https://huggingface.co/tensorblock/Venus_DPO_50-GGUF/blob/main/Venus_DPO_50-Q8_0.gguf) | Q8_0 | 20.390 GB | very large, extremely low quality loss - not recommended |
|
61 |
+
|
62 |
+
|
63 |
+
## Downloading instruction
|
64 |
+
|
65 |
+
### Command line
|
66 |
+
|
67 |
+
Firstly, install Huggingface Client
|
68 |
+
|
69 |
+
```shell
|
70 |
+
pip install -U "huggingface_hub[cli]"
|
71 |
+
```
|
72 |
+
|
73 |
+
Then, downoad the individual model file the a local directory
|
74 |
+
|
75 |
+
```shell
|
76 |
+
huggingface-cli download tensorblock/Venus_DPO_50-GGUF --include "Venus_DPO_50-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
77 |
+
```
|
78 |
+
|
79 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
80 |
+
|
81 |
+
```shell
|
82 |
+
huggingface-cli download tensorblock/Venus_DPO_50-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
83 |
+
```
|
Venus_DPO_50-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:891c237a6d2f5af48b469af77e3caeb7407cb4754facd18f7bf90f6631c0e14f
|
3 |
+
size 7065603968
|
Venus_DPO_50-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c420b347bf7584f2ecc689421ae7a2d04e44c14dd06ab0c475b40da4134fb5e7
|
3 |
+
size 10012307328
|
Venus_DPO_50-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55051443088b70f06e6dd1a06f036407875eeacec1a0e9ad1cd6100c998c737e
|
3 |
+
size 9226923904
|
Venus_DPO_50-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c41c931a27f487dcfb2b7df9fea111e5aa43e83f30e4b399067709f43b59531
|
3 |
+
size 8299458432
|
Venus_DPO_50-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b962e9c2c5148a690a5c960428ea6a8bc524e6e0b86f9416d6ed31514f5e971
|
3 |
+
size 10830303104
|
Venus_DPO_50-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43ad275db8df1611b9e1002d4368cd85b78e23313681573b4a3aa766e12ca0e2
|
3 |
+
size 11582918528
|
Venus_DPO_50-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2a7134416fba24a45ac89271f96584379dcb6e8b51296ff27f68793238577dc
|
3 |
+
size 10920480640
|
Venus_DPO_50-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:058d337cb56fd5edacd6c13f357915cb40159230f5a1f2255cfa01292b831453
|
3 |
+
size 13212274560
|
Venus_DPO_50-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89511a8ebec2a21e5f3fdbe294d822d9b6f860eaac01d84b197d43d5f41167e3
|
3 |
+
size 13599985536
|
Venus_DPO_50-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8e8a518951af16b938ceb2274a87e24729d71c31509527755971cb2498cc741
|
3 |
+
size 13212274560
|
Venus_DPO_50-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa4d9d56ba0636147c5c2bd73dbd314fdb5d9e63943f71fb6668652f5b011ec4
|
3 |
+
size 15743119232
|
Venus_DPO_50-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2f28a6dbd50b15a45b0d5db0482f05c7e751e7f0d272f7f99f09be92dc4ddd0
|
3 |
+
size 20389932928
|