morriszms commited on
Commit
0c9d272
·
verified ·
1 Parent(s): f4c835b

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
+ mindy-7b-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mindy-7b-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mindy-7b-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mindy-7b-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mindy-7b-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mindy-7b-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mindy-7b-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mindy-7b-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mindy-7b-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mindy-7b-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mindy-7b-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mindy-7b-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - merge
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: mindy-labs/mindy-7b-v2
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## mindy-labs/mindy-7b-v2 - GGUF
22
+
23
+ This repo contains GGUF format model files for [mindy-labs/mindy-7b-v2](https://huggingface.co/mindy-labs/mindy-7b-v2).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [mindy-7b-v2-Q2_K.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [mindy-7b-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
45
+ | [mindy-7b-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
46
+ | [mindy-7b-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
47
+ | [mindy-7b-v2-Q4_0.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [mindy-7b-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
49
+ | [mindy-7b-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
50
+ | [mindy-7b-v2-Q5_0.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [mindy-7b-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
52
+ | [mindy-7b-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
53
+ | [mindy-7b-v2-Q6_K.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
54
+ | [mindy-7b-v2-Q8_0.gguf](https://huggingface.co/tensorblock/mindy-7b-v2-GGUF/blob/main/mindy-7b-v2-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/mindy-7b-v2-GGUF --include "mindy-7b-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/mindy-7b-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
mindy-7b-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a71f6bb3fe23c010d6aed6d9ead4269733722e909c8908c180c327fa1f14e3
3
+ size 2719242304
mindy-7b-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf8b6d7e07e00df301d3aa178a9cc5ae2bc6ba17654c286c13732444778d784
3
+ size 3822024768
mindy-7b-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d789d14d084389fd1505e33c14f699dd8516b3045196281f2cda9425e6eae67
3
+ size 3518986304
mindy-7b-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a439d28624cb53357ed70eb677bf579accc01d88dfa575a5b87c32b00fb0d7
3
+ size 3164567616
mindy-7b-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb550627c92901e1ec90e0319b9c0efb1eabd5c2299c89ce8671be903ccbb2f5
3
+ size 4108916800
mindy-7b-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:158041a782fdc2dd40bb17eff445f0791ad4b15ce7315400c43a183187deb4e3
3
+ size 4368439360
mindy-7b-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30114b87ed044119681a03d4b8257ca77253d2d1f5e967eb276de7e16b8db57a
3
+ size 4140374080
mindy-7b-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60ccfa4491e8cd51c43c1475fdabee215144f08ffa6d8612a1e7ca93caaafccc
3
+ size 4997716032
mindy-7b-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a7f4f82a54235a25c285f88aaf851c15885563da3965459b710d19bc8a2e1a
3
+ size 5131409472
mindy-7b-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8235f7de446c6c04c95aba06c8234c9fd43edcca3bdcf3db613c059a90cdcfb4
3
+ size 4997716032
mindy-7b-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:865a2be2124ca91a207c8a9a9e337097f9a9de7a0b52e849167bc98d43137d91
3
+ size 5942065216
mindy-7b-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa9a52f70c93ee22d6fc56e29468ca6ae442c14a44279a42ab49782e0906b621
3
+ size 7695857728