Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +112 -0
- bagel-dpo-34b-v0.2-Q2_K.gguf +3 -0
- bagel-dpo-34b-v0.2-Q3_K_L.gguf +3 -0
- bagel-dpo-34b-v0.2-Q3_K_M.gguf +3 -0
- bagel-dpo-34b-v0.2-Q3_K_S.gguf +3 -0
- bagel-dpo-34b-v0.2-Q4_0.gguf +3 -0
- bagel-dpo-34b-v0.2-Q4_K_M.gguf +3 -0
- bagel-dpo-34b-v0.2-Q4_K_S.gguf +3 -0
- bagel-dpo-34b-v0.2-Q5_0.gguf +3 -0
- bagel-dpo-34b-v0.2-Q5_K_M.gguf +3 -0
- bagel-dpo-34b-v0.2-Q5_K_S.gguf +3 -0
- bagel-dpo-34b-v0.2-Q6_K.gguf +3 -0
- bagel-dpo-34b-v0.2-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 |
+
bagel-dpo-34b-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
bagel-dpo-34b-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
bagel-dpo-34b-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
bagel-dpo-34b-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
bagel-dpo-34b-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
bagel-dpo-34b-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
bagel-dpo-34b-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
bagel-dpo-34b-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
bagel-dpo-34b-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
bagel-dpo-34b-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
bagel-dpo-34b-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
bagel-dpo-34b-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: yi-license
|
4 |
+
license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
|
5 |
+
datasets:
|
6 |
+
- ai2_arc
|
7 |
+
- unalignment/spicy-3.1
|
8 |
+
- codeparrot/apps
|
9 |
+
- facebook/belebele
|
10 |
+
- boolq
|
11 |
+
- jondurbin/cinematika-v0.1
|
12 |
+
- drop
|
13 |
+
- lmsys/lmsys-chat-1m
|
14 |
+
- TIGER-Lab/MathInstruct
|
15 |
+
- cais/mmlu
|
16 |
+
- Muennighoff/natural-instructions
|
17 |
+
- openbookqa
|
18 |
+
- piqa
|
19 |
+
- Vezora/Tested-22k-Python-Alpaca
|
20 |
+
- cakiki/rosetta-code
|
21 |
+
- Open-Orca/SlimOrca
|
22 |
+
- spider
|
23 |
+
- squad_v2
|
24 |
+
- migtissera/Synthia-v1.3
|
25 |
+
- datasets/winogrande
|
26 |
+
- nvidia/HelpSteer
|
27 |
+
- Intel/orca_dpo_pairs
|
28 |
+
- unalignment/toxic-dpo-v0.1
|
29 |
+
- jondurbin/truthy-dpo-v0.1
|
30 |
+
- allenai/ultrafeedback_binarized_cleaned
|
31 |
+
- Squish42/bluemoon-fandom-1-1-rp-cleaned
|
32 |
+
- LDJnr/Capybara
|
33 |
+
- JULIELab/EmoBank
|
34 |
+
- kingbri/PIPPA-shareGPT
|
35 |
+
base_model: jondurbin/bagel-dpo-34b-v0.2
|
36 |
+
tags:
|
37 |
+
- TensorBlock
|
38 |
+
- GGUF
|
39 |
+
---
|
40 |
+
|
41 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
42 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
43 |
+
</div>
|
44 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
45 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
46 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
47 |
+
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>
|
48 |
+
</p>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
|
52 |
+
## jondurbin/bagel-dpo-34b-v0.2 - GGUF
|
53 |
+
|
54 |
+
This repo contains GGUF format model files for [jondurbin/bagel-dpo-34b-v0.2](https://huggingface.co/jondurbin/bagel-dpo-34b-v0.2).
|
55 |
+
|
56 |
+
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).
|
57 |
+
|
58 |
+
<div style="text-align: left; margin: 20px 0;">
|
59 |
+
<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;">
|
60 |
+
Run them on the TensorBlock client using your local machine ↗
|
61 |
+
</a>
|
62 |
+
</div>
|
63 |
+
|
64 |
+
## Prompt template
|
65 |
+
|
66 |
+
```
|
67 |
+
[INST] <<SYS>>
|
68 |
+
{system_prompt}
|
69 |
+
<</SYS>>
|
70 |
+
|
71 |
+
{prompt} [/INST]
|
72 |
+
```
|
73 |
+
|
74 |
+
## Model file specification
|
75 |
+
|
76 |
+
| Filename | Quant type | File Size | Description |
|
77 |
+
| -------- | ---------- | --------- | ----------- |
|
78 |
+
| [bagel-dpo-34b-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q2_K.gguf) | Q2_K | 11.944 GB | smallest, significant quality loss - not recommended for most purposes |
|
79 |
+
| [bagel-dpo-34b-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q3_K_S.gguf) | Q3_K_S | 13.933 GB | very small, high quality loss |
|
80 |
+
| [bagel-dpo-34b-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q3_K_M.gguf) | Q3_K_M | 15.511 GB | very small, high quality loss |
|
81 |
+
| [bagel-dpo-34b-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q3_K_L.gguf) | Q3_K_L | 16.894 GB | small, substantial quality loss |
|
82 |
+
| [bagel-dpo-34b-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q4_0.gguf) | Q4_0 | 18.130 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
83 |
+
| [bagel-dpo-34b-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q4_K_S.gguf) | Q4_K_S | 18.253 GB | small, greater quality loss |
|
84 |
+
| [bagel-dpo-34b-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q4_K_M.gguf) | Q4_K_M | 19.240 GB | medium, balanced quality - recommended |
|
85 |
+
| [bagel-dpo-34b-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q5_0.gguf) | Q5_0 | 22.080 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
86 |
+
| [bagel-dpo-34b-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q5_K_S.gguf) | Q5_K_S | 22.080 GB | large, low quality loss - recommended |
|
87 |
+
| [bagel-dpo-34b-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q5_K_M.gguf) | Q5_K_M | 22.651 GB | large, very low quality loss - recommended |
|
88 |
+
| [bagel-dpo-34b-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q6_K.gguf) | Q6_K | 26.276 GB | very large, extremely low quality loss |
|
89 |
+
| [bagel-dpo-34b-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/bagel-dpo-34b-v0.2-GGUF/blob/main/bagel-dpo-34b-v0.2-Q8_0.gguf) | Q8_0 | 34.033 GB | very large, extremely low quality loss - not recommended |
|
90 |
+
|
91 |
+
|
92 |
+
## Downloading instruction
|
93 |
+
|
94 |
+
### Command line
|
95 |
+
|
96 |
+
Firstly, install Huggingface Client
|
97 |
+
|
98 |
+
```shell
|
99 |
+
pip install -U "huggingface_hub[cli]"
|
100 |
+
```
|
101 |
+
|
102 |
+
Then, downoad the individual model file the a local directory
|
103 |
+
|
104 |
+
```shell
|
105 |
+
huggingface-cli download tensorblock/bagel-dpo-34b-v0.2-GGUF --include "bagel-dpo-34b-v0.2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
106 |
+
```
|
107 |
+
|
108 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
109 |
+
|
110 |
+
```shell
|
111 |
+
huggingface-cli download tensorblock/bagel-dpo-34b-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
112 |
+
```
|
bagel-dpo-34b-v0.2-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93877ee21c200c5779f4f0e13e6d6c91a8cae1673ed7ca53a32e64ed0713ad71
|
3 |
+
size 12825235232
|
bagel-dpo-34b-v0.2-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d310d7ccfabc33405e13a6ff07485d1c71332f9f042a0f2683cef25441f650
|
3 |
+
size 18139447072
|
bagel-dpo-34b-v0.2-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b60001c385ff73a53177d90b4e8df1c2ff2845c04057e297dc68f6fa1d5f2ccc
|
3 |
+
size 16654925600
|
bagel-dpo-34b-v0.2-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c69c8127d829232f0620bd5c3d8fcc261029728bafbf2dfbc02f4b8aa78916d
|
3 |
+
size 14960295712
|
bagel-dpo-34b-v0.2-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34a7332c2a0a151368ea93fc121282e649de8484346a8d72532e26d7fa7fecee
|
3 |
+
size 19466530592
|
bagel-dpo-34b-v0.2-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fc4a62b64be3fe18cc157ed5f75abb9abea676368638f3f2a397623d3dfe32f
|
3 |
+
size 20658712352
|
bagel-dpo-34b-v0.2-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:552da3ad1d3f00992f785a0951933354b775f1e77a6cbdcc85ddfc6240c5f843
|
3 |
+
size 19598651168
|
bagel-dpo-34b-v0.2-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6466a4b1a5d309a5e100f6aaca086ce3c4bedf0f6b6bf32a11495735e1a55e15
|
3 |
+
size 23707692832
|
bagel-dpo-34b-v0.2-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f9d173e294f1594dece1a4518c8e8ff150460f0302aa91776da0491e2878c8
|
3 |
+
size 24321847072
|
bagel-dpo-34b-v0.2-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:490a30b047b408746ef8adf27b4332fef6034f0c1156c4c173e953827f60aacb
|
3 |
+
size 23707692832
|
bagel-dpo-34b-v0.2-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db7c65f6fa1d1bcdadb348606649ff491710545836f31dc25a5a856be233c7a3
|
3 |
+
size 28213927712
|
bagel-dpo-34b-v0.2-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b3d14d469418988e25d22ae801e87fa5ab1ee1c16917f45fc9029ca36beb704
|
3 |
+
size 36542283552
|