Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +110 -0
- bagel-8x7b-v0.2-Q2_K.gguf +3 -0
- bagel-8x7b-v0.2-Q3_K_L.gguf +3 -0
- bagel-8x7b-v0.2-Q3_K_M.gguf +3 -0
- bagel-8x7b-v0.2-Q3_K_S.gguf +3 -0
- bagel-8x7b-v0.2-Q4_0.gguf +3 -0
- bagel-8x7b-v0.2-Q4_K_M.gguf +3 -0
- bagel-8x7b-v0.2-Q4_K_S.gguf +3 -0
- bagel-8x7b-v0.2-Q5_0.gguf +3 -0
- bagel-8x7b-v0.2-Q5_K_M.gguf +3 -0
- bagel-8x7b-v0.2-Q5_K_S.gguf +3 -0
- bagel-8x7b-v0.2-Q6_K.gguf +3 -0
- bagel-8x7b-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-8x7b-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
bagel-8x7b-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
bagel-8x7b-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
bagel-8x7b-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
bagel-8x7b-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
bagel-8x7b-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
bagel-8x7b-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
bagel-8x7b-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
bagel-8x7b-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
bagel-8x7b-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
bagel-8x7b-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
bagel-8x7b-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- ai2_arc
|
5 |
+
- jondurbin/airoboros-3.2
|
6 |
+
- codeparrot/apps
|
7 |
+
- facebook/belebele
|
8 |
+
- boolq
|
9 |
+
- jondurbin/cinematika-v0.1
|
10 |
+
- drop
|
11 |
+
- lmsys/lmsys-chat-1m
|
12 |
+
- TIGER-Lab/MathInstruct
|
13 |
+
- cais/mmlu
|
14 |
+
- Muennighoff/natural-instructions
|
15 |
+
- openbookqa
|
16 |
+
- piqa
|
17 |
+
- Vezora/Tested-22k-Python-Alpaca
|
18 |
+
- cakiki/rosetta-code
|
19 |
+
- Open-Orca/SlimOrca
|
20 |
+
- spider
|
21 |
+
- squad_v2
|
22 |
+
- migtissera/Synthia-v1.3
|
23 |
+
- datasets/winogrande
|
24 |
+
- nvidia/HelpSteer
|
25 |
+
- Intel/orca_dpo_pairs
|
26 |
+
- unalignment/toxic-dpo-v0.1
|
27 |
+
- jondurbin/truthy-dpo-v0.1
|
28 |
+
- allenai/ultrafeedback_binarized_cleaned
|
29 |
+
- Squish42/bluemoon-fandom-1-1-rp-cleaned
|
30 |
+
- LDJnr/Capybara
|
31 |
+
- JULIELab/EmoBank
|
32 |
+
- kingbri/PIPPA-shareGPT
|
33 |
+
tags:
|
34 |
+
- TensorBlock
|
35 |
+
- GGUF
|
36 |
+
base_model: jondurbin/bagel-8x7b-v0.2
|
37 |
+
---
|
38 |
+
|
39 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
40 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
41 |
+
</div>
|
42 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
43 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
44 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
45 |
+
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>
|
46 |
+
</p>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
+
|
50 |
+
## jondurbin/bagel-8x7b-v0.2 - GGUF
|
51 |
+
|
52 |
+
This repo contains GGUF format model files for [jondurbin/bagel-8x7b-v0.2](https://huggingface.co/jondurbin/bagel-8x7b-v0.2).
|
53 |
+
|
54 |
+
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).
|
55 |
+
|
56 |
+
<div style="text-align: left; margin: 20px 0;">
|
57 |
+
<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;">
|
58 |
+
Run them on the TensorBlock client using your local machine ↗
|
59 |
+
</a>
|
60 |
+
</div>
|
61 |
+
|
62 |
+
## Prompt template
|
63 |
+
|
64 |
+
```
|
65 |
+
[INST] <<SYS>>
|
66 |
+
{system_prompt}
|
67 |
+
<</SYS>>
|
68 |
+
|
69 |
+
{prompt} [/INST]
|
70 |
+
```
|
71 |
+
|
72 |
+
## Model file specification
|
73 |
+
|
74 |
+
| Filename | Quant type | File Size | Description |
|
75 |
+
| -------- | ---------- | --------- | ----------- |
|
76 |
+
| [bagel-8x7b-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q2_K.gguf) | Q2_K | 17.311 GB | smallest, significant quality loss - not recommended for most purposes |
|
77 |
+
| [bagel-8x7b-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q3_K_S.gguf) | Q3_K_S | 20.433 GB | very small, high quality loss |
|
78 |
+
| [bagel-8x7b-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q3_K_M.gguf) | Q3_K_M | 22.546 GB | very small, high quality loss |
|
79 |
+
| [bagel-8x7b-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q3_K_L.gguf) | Q3_K_L | 24.170 GB | small, substantial quality loss |
|
80 |
+
| [bagel-8x7b-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q4_0.gguf) | Q4_0 | 26.444 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
81 |
+
| [bagel-8x7b-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q4_K_S.gguf) | Q4_K_S | 26.746 GB | small, greater quality loss |
|
82 |
+
| [bagel-8x7b-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q4_K_M.gguf) | Q4_K_M | 28.448 GB | medium, balanced quality - recommended |
|
83 |
+
| [bagel-8x7b-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q5_0.gguf) | Q5_0 | 32.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
84 |
+
| [bagel-8x7b-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q5_K_S.gguf) | Q5_K_S | 32.231 GB | large, low quality loss - recommended |
|
85 |
+
| [bagel-8x7b-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q5_K_M.gguf) | Q5_K_M | 33.230 GB | large, very low quality loss - recommended |
|
86 |
+
| [bagel-8x7b-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q6_K.gguf) | Q6_K | 38.381 GB | very large, extremely low quality loss |
|
87 |
+
| [bagel-8x7b-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/bagel-8x7b-v0.2-GGUF/blob/main/bagel-8x7b-v0.2-Q8_0.gguf) | Q8_0 | 49.626 GB | very large, extremely low quality loss - not recommended |
|
88 |
+
|
89 |
+
|
90 |
+
## Downloading instruction
|
91 |
+
|
92 |
+
### Command line
|
93 |
+
|
94 |
+
Firstly, install Huggingface Client
|
95 |
+
|
96 |
+
```shell
|
97 |
+
pip install -U "huggingface_hub[cli]"
|
98 |
+
```
|
99 |
+
|
100 |
+
Then, downoad the individual model file the a local directory
|
101 |
+
|
102 |
+
```shell
|
103 |
+
huggingface-cli download tensorblock/bagel-8x7b-v0.2-GGUF --include "bagel-8x7b-v0.2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
104 |
+
```
|
105 |
+
|
106 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
107 |
+
|
108 |
+
```shell
|
109 |
+
huggingface-cli download tensorblock/bagel-8x7b-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
110 |
+
```
|
bagel-8x7b-v0.2-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6acf98208ddd58b53c55db6697a0ee5adb464181cb14a64ea4523963528a0e29
|
3 |
+
size 17311234976
|
bagel-8x7b-v0.2-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3be6d1cfd7572c84b70c42697513a2da9f0ffc054faea7a772df239d338613cd
|
3 |
+
size 24169651104
|
bagel-8x7b-v0.2-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3424036943164ac3790ac288795bab99e3aae26c5fda0da2e50e094fdebdbdfa
|
3 |
+
size 22546455456
|
bagel-8x7b-v0.2-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea73f29f4d5ea3e535ace3cb73711205d8f5e877fa601efd691429b659c63876
|
3 |
+
size 20432526240
|
bagel-8x7b-v0.2-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ac206734583d2382dee08a9b302615f2e13e6fda778ba0883953a778d330838
|
3 |
+
size 26443594656
|
bagel-8x7b-v0.2-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b36fdbaf30793dd2bada1feb1ee982235a794b7eff9692b545f0966b76185b85
|
3 |
+
size 28448471968
|
bagel-8x7b-v0.2-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db0955595eb9623f868d19d8436ae188d7b38a5fbdfeefcb73cbaa6e30bf92d3
|
3 |
+
size 26745584544
|
bagel-8x7b-v0.2-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c13598865b030d9012fe5e04d04c31a85aadd89f7e26322366752cc0076c4bc1
|
3 |
+
size 32231340960
|
bagel-8x7b-v0.2-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14b4b3a066129a90f5d4d3f015bd16143f7148071075ee68911915207f8ca14e
|
3 |
+
size 33229585312
|
bagel-8x7b-v0.2-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d9a19ef35e874728a08b6955a057805bcaa535b724b5ae18428cb4fb7475a88
|
3 |
+
size 32231340960
|
bagel-8x7b-v0.2-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d83860f9de6f31199edef7a7abe6880ea4bf87391f4fa67466eb484e9150a2f3
|
3 |
+
size 38380821408
|
bagel-8x7b-v0.2-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae19605528b065cb487ed1d0bc751ba5287e51b90358988fa0fd5108e8eb640a
|
3 |
+
size 49626323872
|