morriszms commited on
Commit
7e02ab6
·
verified ·
1 Parent(s): cbb4f96

Upload folder using huggingface_hub

Browse files
.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_llama7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ archangel_sft_llama7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ archangel_sft_llama7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ archangel_sft_llama7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ archangel_sft_llama7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ archangel_sft_llama7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ archangel_sft_llama7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ archangel_sft_llama7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ archangel_sft_llama7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ archangel_sft_llama7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ archangel_sft_llama7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ archangel_sft_llama7b-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_llama7b
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_llama7b - GGUF
37
+
38
+ This repo contains GGUF format model files for [ContextualAI/archangel_sft_llama7b](https://huggingface.co/ContextualAI/archangel_sft_llama7b).
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_llama7b-Q2_K.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [archangel_sft_llama7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
60
+ | [archangel_sft_llama7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
61
+ | [archangel_sft_llama7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
62
+ | [archangel_sft_llama7b-Q4_0.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [archangel_sft_llama7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
64
+ | [archangel_sft_llama7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
65
+ | [archangel_sft_llama7b-Q5_0.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [archangel_sft_llama7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
67
+ | [archangel_sft_llama7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
68
+ | [archangel_sft_llama7b-Q6_K.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
69
+ | [archangel_sft_llama7b-Q8_0.gguf](https://huggingface.co/tensorblock/archangel_sft_llama7b-GGUF/blob/main/archangel_sft_llama7b-Q8_0.gguf) | Q8_0 | 7.161 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_llama7b-GGUF --include "archangel_sft_llama7b-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_llama7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
archangel_sft_llama7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e964cfec102cdc0482eb9489521a150f7acd37da07b4637b30057576881b875d
3
+ size 2532864864
archangel_sft_llama7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bccaa1529efdb0366b8cb2323641c6430368a306fe953ba78ac93ec75b5de07a
3
+ size 3597112160
archangel_sft_llama7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e81562f4f6280176157e8e0bc12b280a99d037efb185a29c0c9b2cf9e47c7f
3
+ size 3298005856
archangel_sft_llama7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec8b0fc65b67f16f3625b32cb9653d172f4550c86df5b1dfef31bc9d1d450954
3
+ size 2948305760
archangel_sft_llama7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d92c329c5d141f874e3e1b1ad54665c02ab9fc8f7bcc7de667fefde7ed61413
3
+ size 3825808224
archangel_sft_llama7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe0b74dc48fc4dbd845052f7e8ec5fbfe5da03ecbf415c1b1092c616588fde6
3
+ size 4081005408
archangel_sft_llama7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3184c094c24692a99edadf0dd15a4319d89c046c3161708b6d4ed9fa7d323a5
3
+ size 3856741216
archangel_sft_llama7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57351f79122b913c6633992c980e15fa01863f50c283633a39d5a5d19e75524d
3
+ size 4651692896
archangel_sft_llama7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1076382c6fe762ae41da8da4b42bb5aff9feb613687462905ef9591a23cfadd8
3
+ size 4783158112
archangel_sft_llama7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e657d15c1aec55c07dd97db2fff3e8531e7f8a273cbda3164282a5a359d437
3
+ size 4651692896
archangel_sft_llama7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fb9ec79d54177c08120955bfb2750bca15f6136c138514c971a0520bec65de6
3
+ size 5529195360
archangel_sft_llama7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baae22a13fab7369a8775b8411d3875249f0c7930681dc5774f92cc44b3b8c7a
3
+ size 7161090912