Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +88 -0
- mistral-7b-anthropic-Q2_K.gguf +3 -0
- mistral-7b-anthropic-Q3_K_L.gguf +3 -0
- mistral-7b-anthropic-Q3_K_M.gguf +3 -0
- mistral-7b-anthropic-Q3_K_S.gguf +3 -0
- mistral-7b-anthropic-Q4_0.gguf +3 -0
- mistral-7b-anthropic-Q4_K_M.gguf +3 -0
- mistral-7b-anthropic-Q4_K_S.gguf +3 -0
- mistral-7b-anthropic-Q5_0.gguf +3 -0
- mistral-7b-anthropic-Q5_K_M.gguf +3 -0
- mistral-7b-anthropic-Q5_K_S.gguf +3 -0
- mistral-7b-anthropic-Q6_K.gguf +3 -0
- mistral-7b-anthropic-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 |
+
mistral-7b-anthropic-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mistral-7b-anthropic-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mistral-7b-anthropic-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mistral-7b-anthropic-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
mistral-7b-anthropic-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
mistral-7b-anthropic-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
mistral-7b-anthropic-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
mistral-7b-anthropic-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
mistral-7b-anthropic-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
mistral-7b-anthropic-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
mistral-7b-anthropic-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
mistral-7b-anthropic-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: HuggingFaceH4/mistral-7b-anthropic
|
4 |
+
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- generated_from_trainer
|
7 |
+
- TensorBlock
|
8 |
+
- GGUF
|
9 |
+
datasets:
|
10 |
+
- HuggingFaceH4/ultrafeedback_binarized_fixed
|
11 |
+
- HuggingFaceH4/cai-conversation-harmless
|
12 |
+
model-index:
|
13 |
+
- name: mistral-7b-dpo-v21.0cai.0.2
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
18 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
19 |
+
</div>
|
20 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
21 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
22 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
23 |
+
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>
|
24 |
+
</p>
|
25 |
+
</div>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
## HuggingFaceH4/mistral-7b-anthropic - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [HuggingFaceH4/mistral-7b-anthropic](https://huggingface.co/HuggingFaceH4/mistral-7b-anthropic).
|
31 |
+
|
32 |
+
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).
|
33 |
+
|
34 |
+
<div style="text-align: left; margin: 20px 0;">
|
35 |
+
<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;">
|
36 |
+
Run them on the TensorBlock client using your local machine ↗
|
37 |
+
</a>
|
38 |
+
</div>
|
39 |
+
|
40 |
+
## Prompt template
|
41 |
+
|
42 |
+
```
|
43 |
+
<|system|>
|
44 |
+
{system_prompt}</s>
|
45 |
+
<|user|>
|
46 |
+
{prompt}</s>
|
47 |
+
<|assistant|>
|
48 |
+
```
|
49 |
+
|
50 |
+
## Model file specification
|
51 |
+
|
52 |
+
| Filename | Quant type | File Size | Description |
|
53 |
+
| -------- | ---------- | --------- | ----------- |
|
54 |
+
| [mistral-7b-anthropic-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
55 |
+
| [mistral-7b-anthropic-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
56 |
+
| [mistral-7b-anthropic-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
57 |
+
| [mistral-7b-anthropic-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
58 |
+
| [mistral-7b-anthropic-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
59 |
+
| [mistral-7b-anthropic-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
60 |
+
| [mistral-7b-anthropic-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
61 |
+
| [mistral-7b-anthropic-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
62 |
+
| [mistral-7b-anthropic-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
63 |
+
| [mistral-7b-anthropic-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
64 |
+
| [mistral-7b-anthropic-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
65 |
+
| [mistral-7b-anthropic-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-7b-anthropic-GGUF/blob/main/mistral-7b-anthropic-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
66 |
+
|
67 |
+
|
68 |
+
## Downloading instruction
|
69 |
+
|
70 |
+
### Command line
|
71 |
+
|
72 |
+
Firstly, install Huggingface Client
|
73 |
+
|
74 |
+
```shell
|
75 |
+
pip install -U "huggingface_hub[cli]"
|
76 |
+
```
|
77 |
+
|
78 |
+
Then, downoad the individual model file the a local directory
|
79 |
+
|
80 |
+
```shell
|
81 |
+
huggingface-cli download tensorblock/mistral-7b-anthropic-GGUF --include "mistral-7b-anthropic-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
82 |
+
```
|
83 |
+
|
84 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
85 |
+
|
86 |
+
```shell
|
87 |
+
huggingface-cli download tensorblock/mistral-7b-anthropic-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
88 |
+
```
|
mistral-7b-anthropic-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18e47c14e8c2a9bfafb703a5c2bc9f92f34954dad2b23bbb5c565ad2e7820cb2
|
3 |
+
size 2719243648
|
mistral-7b-anthropic-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:370a00c8b09bd890622b136ae7a7ff16dc78f7703e9e2bdaf2d2db5ad1cc4e1c
|
3 |
+
size 3822026112
|
mistral-7b-anthropic-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52d67b17dd70f360240002eb249bbc69e977be060049bcb520ae9071b2e10150
|
3 |
+
size 3518987648
|
mistral-7b-anthropic-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0898a5a56256d0ac604fdf92904c5c645b50008b52ceb6d0f3b40eeb9d56d523
|
3 |
+
size 3164568960
|
mistral-7b-anthropic-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1bac73513f74ec247f83c4ee996e57c33ef4706a4c3c69c6ff658a0d2eb2317
|
3 |
+
size 4108918144
|
mistral-7b-anthropic-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57e6bbb664a3397d02139496e0d8c6c36b699c34fc4a45c391b57a14acbd45d2
|
3 |
+
size 4368440704
|
mistral-7b-anthropic-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55ff2a287530e2ae2d655828b41d2013d0ff0384597a63ee069e4c53f4eb83c9
|
3 |
+
size 4140375424
|
mistral-7b-anthropic-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc4bff23e9b07d9ff896f7a4d24b7e118a64d1a34bd55571ea1b96f61c8f09b0
|
3 |
+
size 4997717376
|
mistral-7b-anthropic-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deee933c4242c4f861e66b0aa8d444a0143ea2213cd01c90c2b3a302a6a0f3df
|
3 |
+
size 5131410816
|
mistral-7b-anthropic-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b54e639130a8b45677b8ca03741aaad563c0ff7ab5d4c6316c8ef789490dd66
|
3 |
+
size 4997717376
|
mistral-7b-anthropic-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cf6f914a756ed32321d25e3599e1ed8a76bffdd436aab32a290f366ee5f2235
|
3 |
+
size 5942066560
|
mistral-7b-anthropic-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82dc11f120827c359df950ac6e4f66f0db8bf101ad149384796b186480852848
|
3 |
+
size 7695859072
|