morriszms commited on
Commit
1afa0cc
1 Parent(s): e0fbba1

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.1-llama-3-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.9.1-llama-3-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.9.1-llama-3-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.9.1-llama-3-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.9.1-llama-3-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.9.1-llama-3-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.9.1-llama-3-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.9.1-llama-3-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.9.1-llama-3-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.9.1-llama-3-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.9.1-llama-3-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.9.1-llama-3-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: cognitivecomputations/dolphin-2.9.1-llama-3-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
+ - microsoft/orca-math-word-problems-200k
16
+ - Locutusque/function-calling-chatml
17
+ - internlm/Agent-FLAN
18
+ model-index:
19
+ - name: out
20
+ results: []
21
+ ---
22
+
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
29
+ 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>
30
+ </p>
31
+ </div>
32
+ </div>
33
+
34
+ ## cognitivecomputations/dolphin-2.9.1-llama-3-8b - GGUF
35
+
36
+ This repo contains GGUF format model files for [cognitivecomputations/dolphin-2.9.1-llama-3-8b](https://huggingface.co/cognitivecomputations/dolphin-2.9.1-llama-3-8b).
37
+
38
+ 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).
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|im_start|>system
44
+ {system_prompt}<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [dolphin-2.9.1-llama-3-8b-Q2_K.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [dolphin-2.9.1-llama-3-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
56
+ | [dolphin-2.9.1-llama-3-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
57
+ | [dolphin-2.9.1-llama-3-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
58
+ | [dolphin-2.9.1-llama-3-8b-Q4_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [dolphin-2.9.1-llama-3-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
60
+ | [dolphin-2.9.1-llama-3-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
61
+ | [dolphin-2.9.1-llama-3-8b-Q5_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [dolphin-2.9.1-llama-3-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
63
+ | [dolphin-2.9.1-llama-3-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
64
+ | [dolphin-2.9.1-llama-3-8b-Q6_K.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
65
+ | [dolphin-2.9.1-llama-3-8b-Q8_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9.1-llama-3-8b-GGUF/tree/main/dolphin-2.9.1-llama-3-8b-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/dolphin-2.9.1-llama-3-8b-GGUF --include "dolphin-2.9.1-llama-3-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/dolphin-2.9.1-llama-3-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
dolphin-2.9.1-llama-3-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:971d8351b8f4a99506057b7c05474f4c13c97ad10810b8960bb006cbaacf9150
3
+ size 3179141472
dolphin-2.9.1-llama-3-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9dfa2afef786c5943eef16d6bf9c40956a0f129af4b65f62dba809c5c9c5df
3
+ size 4321967264
dolphin-2.9.1-llama-3-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3f818c4df30d396ce2b559b46cfe8b35acd8b58b638f0be9384d1ee2d6f79f
3
+ size 4018928800
dolphin-2.9.1-llama-3-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc6f28b14b4dee2d076d465d45a8533c5ec40ac321efc9905b815ab1ed72b43
3
+ size 3664510112
dolphin-2.9.1-llama-3-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa35ea92292b420da830cc7f3789c11b60d9b34f396173accb3cd371a2621901
3
+ size 4661223648
dolphin-2.9.1-llama-3-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a44e8fc91baeb7498a14780fc173d10a374089f4fa2547cca9a096453d1db7
3
+ size 4920746208
dolphin-2.9.1-llama-3-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d378292d10da296277b8108789c3f4d5129892ee6fb04432ad930d6a29159c
3
+ size 4692680928
dolphin-2.9.1-llama-3-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c4ec774a035755983529fddcce5e7792e2550e5ac269f1bfdb88e41e9f1a010
3
+ size 5599306976
dolphin-2.9.1-llama-3-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b737bbd92cb9aa0ef09d1d87a7d5b05bc9b0595a1d3a8d77cd4ce759191f4c
3
+ size 5733000416
dolphin-2.9.1-llama-3-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c143800344b7b9fc1586fc5e198b6bb0a9b50fd8a8aaf34b7b79588788a3c65
3
+ size 5599306976
dolphin-2.9.1-llama-3-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbf37634ce942a5d58e35ba349c86cfc008f631a662cb31963175dd6ab2c0e94
3
+ size 6596020512
dolphin-2.9.1-llama-3-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a8bcaf8e8c8bf9b9a6565530bc06fa5ccdf54b355b53225f7b1f445ed4d57fb
3
+ size 8540788896