Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +85 -0
- dolphin-2.9.2-qwen2-7b-Q2_K.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q3_K_L.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q3_K_M.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q3_K_S.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q4_0.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q4_K_M.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q4_K_S.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q5_0.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q5_K_M.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q5_K_S.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q6_K.gguf +3 -0
- dolphin-2.9.2-qwen2-7b-Q8_0.gguf +3 -0
.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.2-qwen2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
dolphin-2.9.2-qwen2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
dolphin-2.9.2-qwen2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
dolphin-2.9.2-qwen2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
dolphin-2.9.2-qwen2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
dolphin-2.9.2-qwen2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
dolphin-2.9.2-qwen2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
dolphin-2.9.2-qwen2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
dolphin-2.9.2-qwen2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
dolphin-2.9.2-qwen2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
dolphin-2.9.2-qwen2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
dolphin-2.9.2-qwen2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: cognitivecomputations/dolphin-2.9.2-qwen2-7b
|
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 |
+
---
|
19 |
+
|
20 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
21 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
22 |
+
</div>
|
23 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
24 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
25 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
26 |
+
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>
|
27 |
+
</p>
|
28 |
+
</div>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
## cognitivecomputations/dolphin-2.9.2-qwen2-7b - GGUF
|
32 |
+
|
33 |
+
This repo contains GGUF format model files for [cognitivecomputations/dolphin-2.9.2-qwen2-7b](https://huggingface.co/cognitivecomputations/dolphin-2.9.2-qwen2-7b).
|
34 |
+
|
35 |
+
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).
|
36 |
+
|
37 |
+
## Prompt template
|
38 |
+
|
39 |
+
```
|
40 |
+
<|im_start|>system
|
41 |
+
{system_prompt}<|im_end|>
|
42 |
+
<|im_start|>user
|
43 |
+
{prompt}<|im_end|>
|
44 |
+
<|im_start|>assistant
|
45 |
+
```
|
46 |
+
|
47 |
+
## Model file specification
|
48 |
+
|
49 |
+
| Filename | Quant type | File Size | Description |
|
50 |
+
| -------- | ---------- | --------- | ----------- |
|
51 |
+
| [dolphin-2.9.2-qwen2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q2_K.gguf) | Q2_K | 2.809 GB | smallest, significant quality loss - not recommended for most purposes |
|
52 |
+
| [dolphin-2.9.2-qwen2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q3_K_S.gguf) | Q3_K_S | 3.253 GB | very small, high quality loss |
|
53 |
+
| [dolphin-2.9.2-qwen2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q3_K_M.gguf) | Q3_K_M | 3.547 GB | very small, high quality loss |
|
54 |
+
| [dolphin-2.9.2-qwen2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q3_K_L.gguf) | Q3_K_L | 3.808 GB | small, substantial quality loss |
|
55 |
+
| [dolphin-2.9.2-qwen2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q4_0.gguf) | Q4_0 | 4.127 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
56 |
+
| [dolphin-2.9.2-qwen2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q4_K_S.gguf) | Q4_K_S | 4.152 GB | small, greater quality loss |
|
57 |
+
| [dolphin-2.9.2-qwen2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q4_K_M.gguf) | Q4_K_M | 4.361 GB | medium, balanced quality - recommended |
|
58 |
+
| [dolphin-2.9.2-qwen2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q5_0.gguf) | Q5_0 | 4.950 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
59 |
+
| [dolphin-2.9.2-qwen2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q5_K_S.gguf) | Q5_K_S | 4.950 GB | large, low quality loss - recommended |
|
60 |
+
| [dolphin-2.9.2-qwen2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q5_K_M.gguf) | Q5_K_M | 5.071 GB | large, very low quality loss - recommended |
|
61 |
+
| [dolphin-2.9.2-qwen2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q6_K.gguf) | Q6_K | 5.825 GB | very large, extremely low quality loss |
|
62 |
+
| [dolphin-2.9.2-qwen2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/dolphin-2.9.2-qwen2-7b-GGUF/tree/main/dolphin-2.9.2-qwen2-7b-Q8_0.gguf) | Q8_0 | 7.542 GB | very large, extremely low quality loss - not recommended |
|
63 |
+
|
64 |
+
|
65 |
+
## Downloading instruction
|
66 |
+
|
67 |
+
### Command line
|
68 |
+
|
69 |
+
Firstly, install Huggingface Client
|
70 |
+
|
71 |
+
```shell
|
72 |
+
pip install -U "huggingface_hub[cli]"
|
73 |
+
```
|
74 |
+
|
75 |
+
Then, downoad the individual model file the a local directory
|
76 |
+
|
77 |
+
```shell
|
78 |
+
huggingface-cli download tensorblock/dolphin-2.9.2-qwen2-7b-GGUF --include "dolphin-2.9.2-qwen2-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
79 |
+
```
|
80 |
+
|
81 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
82 |
+
|
83 |
+
```shell
|
84 |
+
huggingface-cli download tensorblock/dolphin-2.9.2-qwen2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
85 |
+
```
|
dolphin-2.9.2-qwen2-7b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4d471d2c637d0ddfdf5322e2dea39f5404d43cb17e9303e84c7a2900656848c
|
3 |
+
size 3015938400
|
dolphin-2.9.2-qwen2-7b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f53c4e32665dd68dccd3139ddc35b7b91e231c6bd3f241044e699470602ef2d
|
3 |
+
size 4088457568
|
dolphin-2.9.2-qwen2-7b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7134f7318f8e5d341b445f36c986f46171e96d979dd9d475560e92c8f37dfe98
|
3 |
+
size 3808389472
|
dolphin-2.9.2-qwen2-7b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ccba06dd423ff66978e7bd958ba62385fda6c3a9625b70f72bcab46427ced72
|
3 |
+
size 3492366688
|
dolphin-2.9.2-qwen2-7b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2045cdc1b9ee1a738f2bed2aea07f36eba8307dd390fab7201e0d6637058a42
|
3 |
+
size 4431389024
|
dolphin-2.9.2-qwen2-7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5ce457ff3805c64cd8089d4b94b7bc9ca7326c6a970bd595a11618b6c0334f3
|
3 |
+
size 4683071840
|
dolphin-2.9.2-qwen2-7b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efda3daa73cdc9772812c3bb5db9e39b3999da5a306be6801a284a967045df47
|
3 |
+
size 4457767264
|
dolphin-2.9.2-qwen2-7b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:754ed68ada5e7659aa1d57069aebf4361483e3dbed1950f138fe25e8e002057c
|
3 |
+
size 5315174752
|
dolphin-2.9.2-qwen2-7b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17858151549207075e4e171aa6063a75b8fe8ea9b017f8c717909e723ab083dd
|
3 |
+
size 5444829536
|
dolphin-2.9.2-qwen2-7b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d04342558f1d87003c0faf2a25698863176a8dfb9f8dbc1ae45d568d456db497
|
3 |
+
size 5315174752
|
dolphin-2.9.2-qwen2-7b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66c14cb2541553936aa262523873d3383294de80b518d9178d5b738b47aeb8d7
|
3 |
+
size 6254197088
|
dolphin-2.9.2-qwen2-7b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a06445d40db79f6cd72dd667e1ca6d7413ead5b82ca2f2cd61a6a12cb5fc055
|
3 |
+
size 8098523488
|