GGUF
English
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
260a54c
1 Parent(s): ff44f3b

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.1-mistral-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.1-mistral-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.1-mistral-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.1-mistral-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.1-mistral-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.1-mistral-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.1-mistral-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.1-mistral-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.1-mistral-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.1-mistral-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.1-mistral-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.1-mistral-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ehartford/dolphin
5
+ - jondurbin/airoboros-2.2.1
6
+ language:
7
+ - en
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: cognitivecomputations/dolphin-2.1-mistral-7b
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## cognitivecomputations/dolphin-2.1-mistral-7b - GGUF
26
+
27
+ This repo contains GGUF format model files for [cognitivecomputations/dolphin-2.1-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.1-mistral-7b).
28
+
29
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ <|im_start|>system
35
+ {system_prompt}<|im_end|>
36
+ <|im_start|>user
37
+ {prompt}<|im_end|>
38
+ <|im_start|>assistant
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [dolphin-2.1-mistral-7b-Q2_K.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [dolphin-2.1-mistral-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
47
+ | [dolphin-2.1-mistral-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
48
+ | [dolphin-2.1-mistral-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
49
+ | [dolphin-2.1-mistral-7b-Q4_0.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [dolphin-2.1-mistral-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
51
+ | [dolphin-2.1-mistral-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
52
+ | [dolphin-2.1-mistral-7b-Q5_0.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [dolphin-2.1-mistral-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
54
+ | [dolphin-2.1-mistral-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
55
+ | [dolphin-2.1-mistral-7b-Q6_K.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
56
+ | [dolphin-2.1-mistral-7b-Q8_0.gguf](https://huggingface.co/tensorblock/dolphin-2.1-mistral-7b-GGUF/tree/main/dolphin-2.1-mistral-7b-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/dolphin-2.1-mistral-7b-GGUF --include "dolphin-2.1-mistral-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/dolphin-2.1-mistral-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
dolphin-2.1-mistral-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d670733056a28a87eb79ab6b750721658413ae493aac309899d52472adf61f53
3
+ size 2719252160
dolphin-2.1-mistral-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a473a89328d22a3f3c077120813f9bb4a380dd2f1c3ad7537bc27b818bfb378e
3
+ size 3822035456
dolphin-2.1-mistral-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd3db4f29871bfe7a744e3d17f1195100e09990eb0443a9d1a85e592e26ff535
3
+ size 3518996992
dolphin-2.1-mistral-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9327a481de27f7dad1aaf8c19951cd5e8b7d18a02a3c64f4da5c5d1408a35b9
3
+ size 3164578304
dolphin-2.1-mistral-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00856dd5ff8e81be1e246b2acc61a1e7e4304005355dcbb952d1a1f053f7604
3
+ size 4108928576
dolphin-2.1-mistral-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d2ea0fc5015a3fa12e9f37162a386048cb99f5e0511a4a4ba6887401726fcf
3
+ size 4368451136
dolphin-2.1-mistral-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eb85794f4a1803f2a41fa453aa5beea00959b14742c21e964287b54bf9fed1d
3
+ size 4140385856
dolphin-2.1-mistral-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa74e529c3b81d5412be2049865b499d897e53474b2dac202401f4b8159a32e4
3
+ size 4997728832
dolphin-2.1-mistral-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ce56ae484b443a30bbadfde3e97f6be864a3e9ba41ad40df337c6c10af29760
3
+ size 5131422272
dolphin-2.1-mistral-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b710fbd452d874c48f1c7db54e59d30778c52e428fcb6f2ce4ba41afb903a9
3
+ size 4997728832
dolphin-2.1-mistral-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac5cfcd0c2efe5b54f06a534adb40ef4962f2566023d2c35228d0ae82cb66bd
3
+ size 5942079104
dolphin-2.1-mistral-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df2508144e48cbb52c9c076450165dddbfade1c1fb8609525c25b3e730918363
3
+ size 7695875584