morriszms commited on
Commit
5bfb51c
·
verified ·
1 Parent(s): bd58522

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
+ WizardDolphin-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ WizardDolphin-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ WizardDolphin-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ WizardDolphin-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ WizardDolphin-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ WizardDolphin-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ WizardDolphin-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ WizardDolphin-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ WizardDolphin-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ WizardDolphin-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ WizardDolphin-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ WizardDolphin-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
+ tags:
4
+ - merge
5
+ - cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser
6
+ - WizardLM/WizardMath-7B-V1.1
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: FelixChao/WizardDolphin-7B
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## FelixChao/WizardDolphin-7B - GGUF
24
+
25
+ This repo contains GGUF format model files for [FelixChao/WizardDolphin-7B](https://huggingface.co/FelixChao/WizardDolphin-7B).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [WizardDolphin-7B-Q2_K.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [WizardDolphin-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
47
+ | [WizardDolphin-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
48
+ | [WizardDolphin-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
49
+ | [WizardDolphin-7B-Q4_0.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [WizardDolphin-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
51
+ | [WizardDolphin-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
52
+ | [WizardDolphin-7B-Q5_0.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [WizardDolphin-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
54
+ | [WizardDolphin-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
55
+ | [WizardDolphin-7B-Q6_K.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
56
+ | [WizardDolphin-7B-Q8_0.gguf](https://huggingface.co/tensorblock/WizardDolphin-7B-GGUF/blob/main/WizardDolphin-7B-Q8_0.gguf) | Q8_0 | 7.696 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/WizardDolphin-7B-GGUF --include "WizardDolphin-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/WizardDolphin-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
WizardDolphin-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36671803ab881ba697f307ec6ac21e8903bb17ba5467b370b85967ed965a7b26
3
+ size 2719242336
WizardDolphin-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c7231f1cfac6e0a0f6fa77e97554b926ddd19bbf0812f89aad2a09446ab045
3
+ size 3822024800
WizardDolphin-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7e897f9551f1de19dcd2d0b21a20130ccbbdd60ecd5c97aa87a3cfa51ad9a6c
3
+ size 3518986336
WizardDolphin-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde1fb63db3d78a022ea915df4a44daa9951ff7527edae1095504392d107f6b1
3
+ size 3164567648
WizardDolphin-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:326aa93f5ec8750904641731c4ce71ba87f56122b884f5ca6a535623feb1145e
3
+ size 4108916832
WizardDolphin-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a03bba884b964b3d345c4cf678fbee2746badc06e0813ae002c0ceded66336e
3
+ size 4368439392
WizardDolphin-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f047524462f23c5eebc77d9a8634e94b50d1847719f37b16b55931c0706f97
3
+ size 4140374112
WizardDolphin-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c689eb74c7f5029d887582eaf6c095daee924dbab9dfb21afe310ffd5392225
3
+ size 4997716064
WizardDolphin-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211f20555f23fe0f354ddd19ccca501855ebbaaf82730c6f1d233a2c9ec95eed
3
+ size 5131409504
WizardDolphin-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf868b1e62c14be1a6fdf40d6ba07e1d8e20e456a46d166e4d0f729c54462c11
3
+ size 4997716064
WizardDolphin-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f01bdb2e997087554651cf168723bb562d32a1a79da532bd8f029547441bc2b
3
+ size 5942065248
WizardDolphin-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578a5ba126c842e20a667b61db0707988c4934d69a748755a6352dc010bd0c7c
3
+ size 7695857760