morriszms commited on
Commit
66bfc42
1 Parent(s): 9f5ebdb

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
+ bun_mistral_7b_v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bun_mistral_7b_v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ bun_mistral_7b_v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ bun_mistral_7b_v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ bun_mistral_7b_v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ bun_mistral_7b_v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ bun_mistral_7b_v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ bun_mistral_7b_v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ bun_mistral_7b_v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ bun_mistral_7b_v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ bun_mistral_7b_v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ bun_mistral_7b_v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - CoT
6
+ - TensorBlock
7
+ - GGUF
8
+ license: cc
9
+ base_model: aloobun/bun_mistral_7b_v2
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
+ ## aloobun/bun_mistral_7b_v2 - GGUF
24
+
25
+ This repo contains GGUF format model files for [aloobun/bun_mistral_7b_v2](https://huggingface.co/aloobun/bun_mistral_7b_v2).
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
+ | [bun_mistral_7b_v2-Q2_K.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [bun_mistral_7b_v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
47
+ | [bun_mistral_7b_v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
48
+ | [bun_mistral_7b_v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
49
+ | [bun_mistral_7b_v2-Q4_0.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [bun_mistral_7b_v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
51
+ | [bun_mistral_7b_v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
52
+ | [bun_mistral_7b_v2-Q5_0.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [bun_mistral_7b_v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
54
+ | [bun_mistral_7b_v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
55
+ | [bun_mistral_7b_v2-Q6_K.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
56
+ | [bun_mistral_7b_v2-Q8_0.gguf](https://huggingface.co/tensorblock/bun_mistral_7b_v2-GGUF/blob/main/bun_mistral_7b_v2-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/bun_mistral_7b_v2-GGUF --include "bun_mistral_7b_v2-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/bun_mistral_7b_v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
bun_mistral_7b_v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:712d4053db54e05c0df5d144f89529726f38211bee1347c3d9ce2f8b7d39f0f5
3
+ size 2719242336
bun_mistral_7b_v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abc8c40cdbda4ae8dc6814c5c22638b4af5c3612ed0c0491ad1c186279e46593
3
+ size 3822024800
bun_mistral_7b_v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b452cb996e138272c8a65f84838fe348760bcebe0492cb4e4b078b251a0753df
3
+ size 3518986336
bun_mistral_7b_v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e302d02aac87f7d5b43b77f80e26b2f82ee4f2ab21036c1eeb23541022fabd
3
+ size 3164567648
bun_mistral_7b_v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8802d1ec8e7864138afffbae8dc263001c47ed01b364e75c34611b3315a08c76
3
+ size 4108916832
bun_mistral_7b_v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b61a0ac0c26f6f57854ae814abd924b9ad2398cf29241bd634b98679a9bdff
3
+ size 4368439392
bun_mistral_7b_v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15646c5eb8e68a78c7b59ed4d79304b109b2f7ae1a820331d2062b2a6512cfb1
3
+ size 4140374112
bun_mistral_7b_v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7858f1d0035128d33551967857feabe3bbd9e2cfbd32dd7b5681eff9885050f
3
+ size 4997716064
bun_mistral_7b_v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e16b77ba4ab0714586eeb9b7af0061041ce6543751932ce40a6bc4fd7f65a1e
3
+ size 5131409504
bun_mistral_7b_v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20aacf2976c3c9c13ce90dc4a54716b66a7832f2f952b82f3028d559155b0f5c
3
+ size 4997716064
bun_mistral_7b_v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fff41cf70c29b15ba26f9911ed88976381eebdcf1bd72b8991ad85215c7b2da
3
+ size 5942065248
bun_mistral_7b_v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c447673dd7b7f91d8d78a3fe8241e7947531473f87ddeff4943a5ce6399d4aa4
3
+ size 7695857760