morriszms commited on
Commit
daf3d9b
·
verified ·
1 Parent(s): c39015c

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.9-llama3-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.9-llama3-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.9-llama3-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.9-llama3-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.9-llama3-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.9-llama3-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.9-llama3-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.9-llama3-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.9-llama3-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.9-llama3-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.9-llama3-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.9-llama3-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: cognitivecomputations/dolphin-2.9-llama3-8b
4
+ tags:
5
+ - generated_from_trainer
6
+ - axolotl
7
+ - TensorBlock
8
+ - GGUF
9
+ datasets:
10
+ - cognitivecomputations/Dolphin-2.9
11
+ - teknium/OpenHermes-2.5
12
+ - m-a-p/CodeFeedback-Filtered-Instruction
13
+ - cognitivecomputations/dolphin-coder
14
+ - cognitivecomputations/samantha-data
15
+ - HuggingFaceH4/ultrachat_200k
16
+ - microsoft/orca-math-word-problems-200k
17
+ - abacusai/SystemChat-1.1
18
+ - Locutusque/function-calling-chatml
19
+ - internlm/Agent-FLAN
20
+ model-index:
21
+ - name: out
22
+ results: []
23
+ ---
24
+
25
+ <div style="width: auto; margin-left: auto; margin-right: auto">
26
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
27
+ </div>
28
+ <div style="display: flex; justify-content: space-between; width: 100%;">
29
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
31
+ 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>
32
+ </p>
33
+ </div>
34
+ </div>
35
+
36
+ ## cognitivecomputations/dolphin-2.9-llama3-8b - GGUF
37
+
38
+ This repo contains GGUF format model files for [cognitivecomputations/dolphin-2.9-llama3-8b](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b).
39
+
40
+ 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).
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+ <|im_start|>system
46
+ {system_prompt}<|im_end|>
47
+ <|im_start|>user
48
+ {prompt}<|im_end|>
49
+ <|im_start|>assistant
50
+ ```
51
+
52
+ ## Model file specification
53
+
54
+ | Filename | Quant type | File Size | Description |
55
+ | -------- | ---------- | --------- | ----------- |
56
+ | [dolphin-2.9-llama3-8b-Q2_K.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
57
+ | [dolphin-2.9-llama3-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
58
+ | [dolphin-2.9-llama3-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
59
+ | [dolphin-2.9-llama3-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
60
+ | [dolphin-2.9-llama3-8b-Q4_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
61
+ | [dolphin-2.9-llama3-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
62
+ | [dolphin-2.9-llama3-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
63
+ | [dolphin-2.9-llama3-8b-Q5_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
64
+ | [dolphin-2.9-llama3-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
65
+ | [dolphin-2.9-llama3-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
66
+ | [dolphin-2.9-llama3-8b-Q6_K.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
67
+ | [dolphin-2.9-llama3-8b-Q8_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9-llama3-8b-GGUF/tree/main/dolphin-2.9-llama3-8b-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
68
+
69
+
70
+ ## Downloading instruction
71
+
72
+ ### Command line
73
+
74
+ Firstly, install Huggingface Client
75
+
76
+ ```shell
77
+ pip install -U "huggingface_hub[cli]"
78
+ ```
79
+
80
+ Then, downoad the individual model file the a local directory
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/dolphin-2.9-llama3-8b-GGUF --include "dolphin-2.9-llama3-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
84
+ ```
85
+
86
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
87
+
88
+ ```shell
89
+ huggingface-cli download tensorblock/dolphin-2.9-llama3-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
90
+ ```
dolphin-2.9-llama3-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4945e4efbf30385946b2cb0a235406d8004aa44556984cbfd152bc837d7a5f5c
3
+ size 3179141536
dolphin-2.9-llama3-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358a710f8297a370df8ea0acfbd67e7cd78b365b57d3f07c95c4a3d41e81c74b
3
+ size 4321967328
dolphin-2.9-llama3-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9403f8c8fc2d3f818d1c866f2d82221d15ae9cadce4d65cba0db1187d7d2f36
3
+ size 4018928864
dolphin-2.9-llama3-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e47c037dcfbc090c86fc9cc07889b68fc0b8d7738a8d3b975e3cc629ed201af5
3
+ size 3664510176
dolphin-2.9-llama3-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0a23a07672f39b5ce1c2520e28557c7a987069dd4dcd2915ca3a40c598a65
3
+ size 4661223712
dolphin-2.9-llama3-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a98bc50ab18fdbe6846b0b37776823da666bf87a3c37bf77b3ee2d66dc5f7b7
3
+ size 4920746272
dolphin-2.9-llama3-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72a70a44f5204ce52f5b84f092a69522331a9ef89746ce3d57f286a94f0e0a4
3
+ size 4692680992
dolphin-2.9-llama3-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a98e3f7d62fee03177d6c3bafb7f3aaf78478df466741b79ea8a64b90ecaa77
3
+ size 5599307040
dolphin-2.9-llama3-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156865e33c9a05173439d79b3511e1d12d1fba82b5bfd2dc05f10976dbc8bbef
3
+ size 5733000480
dolphin-2.9-llama3-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d6f1d113df86e9925d423e7a86ed4277098ae7573f42e119e3980e926931c0a
3
+ size 5599307040
dolphin-2.9-llama3-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f63bb4761b1b741531e71c07e629c73bdd55adf9557b5926b197a1502ea260a
3
+ size 6596020576
dolphin-2.9-llama3-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164dc56c742ae6368675395b36e19fefdeb471632ce9f1d87c1b92bffe429802
3
+ size 8540788960