morriszms commited on
Commit
877a356
1 Parent(s): 9f48cb0

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
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.6-mistral-7b-dpo-orca-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Intel/orca_dpo_pairs
5
+ base_model: HenryJJ/dolphin-2.6-mistral-7b-dpo-orca-v2
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## HenryJJ/dolphin-2.6-mistral-7b-dpo-orca-v2 - GGUF
23
+
24
+ This repo contains GGUF format model files for [HenryJJ/dolphin-2.6-mistral-7b-dpo-orca-v2](https://huggingface.co/HenryJJ/dolphin-2.6-mistral-7b-dpo-orca-v2).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ <|im_start|>system
38
+ {system_prompt}<|im_end|>
39
+ <|im_start|>user
40
+ {prompt}<|im_end|>
41
+ <|im_start|>assistant
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q2_K.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
50
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
51
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
52
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
54
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
55
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
57
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
58
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q6_K.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
59
+ | [dolphin-2.6-mistral-7b-dpo-orca-v2-Q8_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-orca-v2-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF --include "dolphin-2.6-mistral-7b-dpo-orca-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/dolphin-2.6-mistral-7b-dpo-orca-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
dolphin-2.6-mistral-7b-dpo-orca-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c942ace5b4d00b6aff69f69ea91c5c4163f7b42f8223323598668fde3e3f4a
3
+ size 2719247520
dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a7cbd1b887ce3ee1d8471ba4ad8c0171cd4221f4f19b82c5e4414a11131922
3
+ size 3822030400
dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0868db96d6fabace1a26a9966cdd60a43ade863dfe075f5f660756c4e12f41d
3
+ size 3518991936
dolphin-2.6-mistral-7b-dpo-orca-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a6a1d89c06a2417900aca3fb19882e504bd740d3c1d242fbd6677ebd41d73c
3
+ size 3164573248
dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7f99238236c8202d7a2a9ce5913789240abdd184d68d738c6894203871ef9c
3
+ size 4108922976
dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:399ce39fa3a4c7de85021e1130294e5f5cb4ef3a257677fbd4a05bc511588bbb
3
+ size 4368445536
dolphin-2.6-mistral-7b-dpo-orca-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:234ced492a44cb8d504765248b1eb91c6077ad0142a5125a9057e692d3ec3203
3
+ size 4140380256
dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1551ee12c910076d0c0a7d278aa2499c7571ac345f9f62d40f69778c4bf0172
3
+ size 4997722720
dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beffa12a7ed793175a8f2ff0812f033ac1d68d8dcc7cb95b43dc355e44efd909
3
+ size 5131416160
dolphin-2.6-mistral-7b-dpo-orca-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26180f01015525f9ea12c09842f00e658e2622dcc6d25d6f05a390c55512076d
3
+ size 4997722720
dolphin-2.6-mistral-7b-dpo-orca-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72859c475a67c51be90e9d93b49cb75fa6964d007caefea336a95f05eccd1b4c
3
+ size 5942072448
dolphin-2.6-mistral-7b-dpo-orca-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e313b03149f93eb635af99ff02e9593e9cab603ecc0dac34146d51aa4b09538e
3
+ size 7695866944