morriszms commited on
Commit
2acc368
·
verified ·
1 Parent(s): 3a23d64

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
+ mistral7b_sft_dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral7b_sft_dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral7b_sft_dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral7b_sft_dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral7b_sft_dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral7b_sft_dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral7b_sft_dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral7b_sft_dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral7b_sft_dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral7b_sft_dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral7b_sft_dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral7b_sft_dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: shitshow123/mistral7b_sft_dpo
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## shitshow123/mistral7b_sft_dpo - GGUF
21
+
22
+ This repo contains GGUF format model files for [shitshow123/mistral7b_sft_dpo](https://huggingface.co/shitshow123/mistral7b_sft_dpo).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|system|>
36
+ {system_prompt}</s>
37
+ <|user|>
38
+ {prompt}</s>
39
+ <|assistant|>
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [mistral7b_sft_dpo-Q2_K.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [mistral7b_sft_dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
48
+ | [mistral7b_sft_dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
49
+ | [mistral7b_sft_dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
50
+ | [mistral7b_sft_dpo-Q4_0.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [mistral7b_sft_dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
52
+ | [mistral7b_sft_dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
53
+ | [mistral7b_sft_dpo-Q5_0.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [mistral7b_sft_dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
55
+ | [mistral7b_sft_dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
56
+ | [mistral7b_sft_dpo-Q6_K.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
57
+ | [mistral7b_sft_dpo-Q8_0.gguf](https://huggingface.co/tensorblock/mistral7b_sft_dpo-GGUF/blob/main/mistral7b_sft_dpo-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/mistral7b_sft_dpo-GGUF --include "mistral7b_sft_dpo-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/mistral7b_sft_dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
mistral7b_sft_dpo-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:161e0d38702750096e94300ed291060f1185ed09044f35eb00ad1e3ad3f22414
3
+ size 2719242592
mistral7b_sft_dpo-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde98f76a8f932c3ef6cc650d11ff1beeecf75b99b683a8fb61bb54066c78dfb
3
+ size 3822025056
mistral7b_sft_dpo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b1fba661916f86fdada0c862500938d054e51cc59733eb31ce40c5cceec465
3
+ size 3518986592
mistral7b_sft_dpo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa7b57b26913b6926372ac9240b4c50702b7df83641ae7a508b753ffb438b14
3
+ size 3164567904
mistral7b_sft_dpo-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a27c1fb0e3fce575de6dbc2125a6ac14002a81055fdf5e4d8665d65c4d4f24
3
+ size 4108917088
mistral7b_sft_dpo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c1e2d157ed0f659148b19daad3736a8c3ef4447630e1ba1bf88de1f8466bb1f
3
+ size 4368439648
mistral7b_sft_dpo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e56a1e69b618869a3cc4ccc230f3f24f49b4f0264c7be9ac3019f07c5f2b6a
3
+ size 4140374368
mistral7b_sft_dpo-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d365fae0a8a5a817f36bde60a039bd4bdba05c44ce3ef76441a031064c706799
3
+ size 4997716320
mistral7b_sft_dpo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fabbfbb04cfbcc76a7a9ec28dbc8b8250877fcd088d35cd3789692231a8f6f
3
+ size 5131409760
mistral7b_sft_dpo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5ff051de6d9386218b426a749a6ec0045a37b72003537decf171b3e72d8f30e
3
+ size 4997716320
mistral7b_sft_dpo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5374305c7ce209c1cee678ce4279404c929f70ce95e324ac74e7b45ce19bad76
3
+ size 5942065504
mistral7b_sft_dpo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe2d765485c553fefc3a9bf8336eecbbdc89c5958143dd65f4affcec45ca7a4a
3
+ size 7695858016