morriszms commited on
Commit
0dc1459
·
verified ·
1 Parent(s): 6b3f153

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
+ mistral-7b-dpo-v6-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-7b-dpo-v6-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-7b-dpo-v6-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-7b-dpo-v6-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-7b-dpo-v6-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-7b-dpo-v6-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-7b-dpo-v6-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-7b-dpo-v6-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-7b-dpo-v6-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-7b-dpo-v6-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-7b-dpo-v6-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-7b-dpo-v6-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Intel/orca_dpo_pairs
5
+ language:
6
+ - en
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: mncai/mistral-7b-dpo-v6
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## mncai/mistral-7b-dpo-v6 - GGUF
25
+
26
+ This repo contains GGUF format model files for [mncai/mistral-7b-dpo-v6](https://huggingface.co/mncai/mistral-7b-dpo-v6).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [mistral-7b-dpo-v6-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [mistral-7b-dpo-v6-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
48
+ | [mistral-7b-dpo-v6-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
49
+ | [mistral-7b-dpo-v6-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
50
+ | [mistral-7b-dpo-v6-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [mistral-7b-dpo-v6-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
52
+ | [mistral-7b-dpo-v6-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
53
+ | [mistral-7b-dpo-v6-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [mistral-7b-dpo-v6-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
55
+ | [mistral-7b-dpo-v6-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
56
+ | [mistral-7b-dpo-v6-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
57
+ | [mistral-7b-dpo-v6-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-7b-dpo-v6-GGUF/blob/main/mistral-7b-dpo-v6-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/mistral-7b-dpo-v6-GGUF --include "mistral-7b-dpo-v6-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/mistral-7b-dpo-v6-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
mistral-7b-dpo-v6-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bac503e7a0ec6c149ba9abe9b24a788d7c912f9ca7af01347716e1ddb3709e3
3
+ size 2719242496
mistral-7b-dpo-v6-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40cedb4b497e8e9da16a8aba727dc9ea10c090555bb9cb6acf4d9000c33026a0
3
+ size 3822024960
mistral-7b-dpo-v6-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f777774ce17d473a0c74d70024aaecba04006217adbad2e2fea55f37be1af74
3
+ size 3518986496
mistral-7b-dpo-v6-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0283eabe809084020aaf43dbc932bebe1f91e6eee1b32f18bf9a2c476c4ffa4
3
+ size 3164567808
mistral-7b-dpo-v6-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06dca7edded42ac9d224392c26a13edfd6a87dd6e7b4551ccc0e1c13e4d166f5
3
+ size 4108916992
mistral-7b-dpo-v6-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fcd207f7b22533fc8a8c17972d03125eba9da4f81565a03994b1cb9669ef181
3
+ size 4368439552
mistral-7b-dpo-v6-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d52a7fe3177689f41361264e450343368f4f43e60d2b6264460dcdabd94c78
3
+ size 4140374272
mistral-7b-dpo-v6-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496e718e677fe2d98f77bfdce37ec4bbb482409a482788a2f9788633b687822c
3
+ size 4997716224
mistral-7b-dpo-v6-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1cf74d52346b618c7640e1c8b67e20d20d923e7d36d9d7926626e41ba7a1d5
3
+ size 5131409664
mistral-7b-dpo-v6-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d344403a1eb299c71f19fd30863a5aa05d6ef2291a9354d1bf2d5f04162f33
3
+ size 4997716224
mistral-7b-dpo-v6-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ca0c9a53f5db7519acae6ef2112b899d4a34609b500243bf5bfcfac8a33f3a
3
+ size 5942065408
mistral-7b-dpo-v6-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bce3db15b1233ecf6ed9f666bc438fe4975b8a7b00d40d4f16036e0edc87a42
3
+ size 7695857920