Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +92 -0
- archangel_sft-kto_llama13b-Q2_K.gguf +3 -0
- archangel_sft-kto_llama13b-Q3_K_L.gguf +3 -0
- archangel_sft-kto_llama13b-Q3_K_M.gguf +3 -0
- archangel_sft-kto_llama13b-Q3_K_S.gguf +3 -0
- archangel_sft-kto_llama13b-Q4_0.gguf +3 -0
- archangel_sft-kto_llama13b-Q4_K_M.gguf +3 -0
- archangel_sft-kto_llama13b-Q4_K_S.gguf +3 -0
- archangel_sft-kto_llama13b-Q5_0.gguf +3 -0
- archangel_sft-kto_llama13b-Q5_K_M.gguf +3 -0
- archangel_sft-kto_llama13b-Q5_K_S.gguf +3 -0
- archangel_sft-kto_llama13b-Q6_K.gguf +3 -0
- archangel_sft-kto_llama13b-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 |
+
archangel_sft-kto_llama13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
archangel_sft-kto_llama13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
archangel_sft-kto_llama13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
archangel_sft-kto_llama13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
archangel_sft-kto_llama13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
archangel_sft-kto_llama13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
archangel_sft-kto_llama13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
archangel_sft-kto_llama13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
archangel_sft-kto_llama13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
archangel_sft-kto_llama13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
archangel_sft-kto_llama13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
archangel_sft-kto_llama13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- stanfordnlp/SHP
|
5 |
+
- Anthropic/hh-rlhf
|
6 |
+
- OpenAssistant/oasst1
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
tags:
|
12 |
+
- human feedback
|
13 |
+
- rlhf
|
14 |
+
- preferences
|
15 |
+
- alignment
|
16 |
+
- HALO
|
17 |
+
- halos
|
18 |
+
- dpo
|
19 |
+
- rl
|
20 |
+
- TensorBlock
|
21 |
+
- GGUF
|
22 |
+
base_model: ContextualAI/archangel_sft-kto_llama13b
|
23 |
+
---
|
24 |
+
|
25 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
26 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
27 |
+
</div>
|
28 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
29 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
30 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
31 |
+
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>
|
32 |
+
</p>
|
33 |
+
</div>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
## ContextualAI/archangel_sft-kto_llama13b - GGUF
|
37 |
+
|
38 |
+
This repo contains GGUF format model files for [ContextualAI/archangel_sft-kto_llama13b](https://huggingface.co/ContextualAI/archangel_sft-kto_llama13b).
|
39 |
+
|
40 |
+
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).
|
41 |
+
|
42 |
+
<div style="text-align: left; margin: 20px 0;">
|
43 |
+
<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;">
|
44 |
+
Run them on the TensorBlock client using your local machine ↗
|
45 |
+
</a>
|
46 |
+
</div>
|
47 |
+
|
48 |
+
## Prompt template
|
49 |
+
|
50 |
+
```
|
51 |
+
|
52 |
+
```
|
53 |
+
|
54 |
+
## Model file specification
|
55 |
+
|
56 |
+
| Filename | Quant type | File Size | Description |
|
57 |
+
| -------- | ---------- | --------- | ----------- |
|
58 |
+
| [archangel_sft-kto_llama13b-Q2_K.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q2_K.gguf) | Q2_K | 4.854 GB | smallest, significant quality loss - not recommended for most purposes |
|
59 |
+
| [archangel_sft-kto_llama13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q3_K_S.gguf) | Q3_K_S | 5.659 GB | very small, high quality loss |
|
60 |
+
| [archangel_sft-kto_llama13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q3_K_M.gguf) | Q3_K_M | 6.338 GB | very small, high quality loss |
|
61 |
+
| [archangel_sft-kto_llama13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q3_K_L.gguf) | Q3_K_L | 6.930 GB | small, substantial quality loss |
|
62 |
+
| [archangel_sft-kto_llama13b-Q4_0.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q4_0.gguf) | Q4_0 | 7.366 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
63 |
+
| [archangel_sft-kto_llama13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q4_K_S.gguf) | Q4_K_S | 7.423 GB | small, greater quality loss |
|
64 |
+
| [archangel_sft-kto_llama13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q4_K_M.gguf) | Q4_K_M | 7.866 GB | medium, balanced quality - recommended |
|
65 |
+
| [archangel_sft-kto_llama13b-Q5_0.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q5_0.gguf) | Q5_0 | 8.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
66 |
+
| [archangel_sft-kto_llama13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q5_K_S.gguf) | Q5_K_S | 8.972 GB | large, low quality loss - recommended |
|
67 |
+
| [archangel_sft-kto_llama13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q5_K_M.gguf) | Q5_K_M | 9.230 GB | large, very low quality loss - recommended |
|
68 |
+
| [archangel_sft-kto_llama13b-Q6_K.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q6_K.gguf) | Q6_K | 10.679 GB | very large, extremely low quality loss |
|
69 |
+
| [archangel_sft-kto_llama13b-Q8_0.gguf](https://huggingface.co/tensorblock/archangel_sft-kto_llama13b-GGUF/blob/main/archangel_sft-kto_llama13b-Q8_0.gguf) | Q8_0 | 13.831 GB | very large, extremely low quality loss - not recommended |
|
70 |
+
|
71 |
+
|
72 |
+
## Downloading instruction
|
73 |
+
|
74 |
+
### Command line
|
75 |
+
|
76 |
+
Firstly, install Huggingface Client
|
77 |
+
|
78 |
+
```shell
|
79 |
+
pip install -U "huggingface_hub[cli]"
|
80 |
+
```
|
81 |
+
|
82 |
+
Then, downoad the individual model file the a local directory
|
83 |
+
|
84 |
+
```shell
|
85 |
+
huggingface-cli download tensorblock/archangel_sft-kto_llama13b-GGUF --include "archangel_sft-kto_llama13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
86 |
+
```
|
87 |
+
|
88 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
89 |
+
|
90 |
+
```shell
|
91 |
+
huggingface-cli download tensorblock/archangel_sft-kto_llama13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
92 |
+
```
|
archangel_sft-kto_llama13b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7afadc71204bc7d9996602ff6f564393b0f8be1ebdf05106258f6674d2fd6081
|
3 |
+
size 4854271040
|
archangel_sft-kto_llama13b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fff13222c4c7c14cfb7021c9e0b8042dcee4c84c525fb0699b3cb8b7b46302f
|
3 |
+
size 6929560640
|
archangel_sft-kto_llama13b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57f16d2c250d7167b127c480cffc2674e19dbd4236b96c353bfebd538c6c4e84
|
3 |
+
size 6337770560
|
archangel_sft-kto_llama13b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d24283a4ed7a661084e10ed7e39a3287ee73ce2bd929e9b5f055d51eb214381f
|
3 |
+
size 5658981440
|
archangel_sft-kto_llama13b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a17a87799a3e13c2890a9494b375b20f06105a2a0704aa5dc88512bd4e82db9
|
3 |
+
size 7365835840
|
archangel_sft-kto_llama13b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83b0c4a2d8b6e2c6a288604c15c4ed0a5ba2141cf0cffa8823c60745427201c0
|
3 |
+
size 7865957440
|
archangel_sft-kto_llama13b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3794756447a3254785939b45e14a5e16b32a19f7b355c8b6e14492561932cd5d
|
3 |
+
size 7423179840
|
archangel_sft-kto_llama13b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:133bd4e01827d59dc559062aa0361e9333290c867bc4b68f4716a88329acc814
|
3 |
+
size 8972287040
|
archangel_sft-kto_llama13b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3199984ef9c49ae271af6ce328ad205209229668f58fd928fbab03ea4903a3f
|
3 |
+
size 9229925440
|
archangel_sft-kto_llama13b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d694b3dfab8bdb00c216903a19a19e4b85ce421826dcfdb1fde16d1dc03f5c95
|
3 |
+
size 8972287040
|
archangel_sft-kto_llama13b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d47165a940c88dd90b08c4341a34a0f4a984dff516750899c46c0536ddc6cb32
|
3 |
+
size 10679141440
|
archangel_sft-kto_llama13b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f8a32d7b695e56d6c4fa61084df8375e1f54aaa3e369fca8474232199d02914
|
3 |
+
size 13831320640
|