morriszms commited on
Commit
2765e9b
1 Parent(s): 0574973

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.6-mistral-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.6-mistral-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.6-mistral-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.6-mistral-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.6-mistral-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.6-mistral-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.6-mistral-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.6-mistral-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.6-mistral-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.6-mistral-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.6-mistral-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ehartford/dolphin
4
+ - jondurbin/airoboros-2.2.1
5
+ - ehartford/dolphin-coder
6
+ - teknium/openhermes
7
+ - ise-uiuc/Magicoder-OSS-Instruct-75K
8
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
9
+ - LDJnr/Capybara
10
+ language:
11
+ - en
12
+ license: apache-2.0
13
+ tags:
14
+ - TensorBlock
15
+ - GGUF
16
+ base_model: cognitivecomputations/dolphin-2.6-mistral-7b
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## cognitivecomputations/dolphin-2.6-mistral-7b - GGUF
31
+
32
+ This repo contains GGUF format model files for [cognitivecomputations/dolphin-2.6-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b).
33
+
34
+ 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).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [dolphin-2.6-mistral-7b-Q2_K.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [dolphin-2.6-mistral-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
54
+ | [dolphin-2.6-mistral-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
55
+ | [dolphin-2.6-mistral-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
56
+ | [dolphin-2.6-mistral-7b-Q4_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [dolphin-2.6-mistral-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
58
+ | [dolphin-2.6-mistral-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
59
+ | [dolphin-2.6-mistral-7b-Q5_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [dolphin-2.6-mistral-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
61
+ | [dolphin-2.6-mistral-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
62
+ | [dolphin-2.6-mistral-7b-Q6_K.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
63
+ | [dolphin-2.6-mistral-7b-Q8_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-GGUF/blob/main/dolphin-2.6-mistral-7b-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/dolphin-2.6-mistral-7b-GGUF --include "dolphin-2.6-mistral-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/dolphin-2.6-mistral-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
dolphin-2.6-mistral-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6adebcfbb673845a7657d5abd4d70bd262b3f0c1168c6e44dbc94608721b9920
3
+ size 2719248640
dolphin-2.6-mistral-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f9ee3583ef9362c4e6790c02986a2ad86b563514a74b0cbe09258f01f5e634
3
+ size 3822031520
dolphin-2.6-mistral-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dad66289d6c046b750bd06c63af494afaa3fa58db8b8a7765f40c460cffd491
3
+ size 3518993056
dolphin-2.6-mistral-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b547ea9cb2916b9e4cc46fbe0239f504d5d2ad42d7a9492e9c475a63991a9f
3
+ size 3164574368
dolphin-2.6-mistral-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33bdb19240df9ba53f988705a25b3e5010f4d898eae7283f00721b57c85c6ace
3
+ size 4108924096
dolphin-2.6-mistral-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8b4f1e1f99caed613811d291622773fd435b53b959b25a19d13dc40ca03ddb
3
+ size 4368446656
dolphin-2.6-mistral-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a8e9f305ac021e1bf0b86f81e9f243d1ef2fca0a346aae87b158b29a42d7a7
3
+ size 4140381376
dolphin-2.6-mistral-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecee9009c43c93b7a8eb959bc403c57aa0b5eada88f3273337cc552fbd375f70
3
+ size 4997723840
dolphin-2.6-mistral-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd060966f5e508a420cd3489c3544f5f081a2df7bd888e20162b7ecf6232aeb6
3
+ size 5131417280
dolphin-2.6-mistral-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07738d8b80f37781e4bab5313b75654678eaf1b59e4155496dae797c21fd2d9
3
+ size 4997723840
dolphin-2.6-mistral-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98486d671a467895b48c72c3530c596eb27b03d42a5ff3d62f40539bdf0935ba
3
+ size 5942073568
dolphin-2.6-mistral-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb3fb35dc5356e084c819f4d2d70dfbe44900116ac60221baffdccf9bcbb2ef
3
+ size 7695868064