morriszms commited on
Commit
d58bf67
·
verified ·
1 Parent(s): 18bfabf

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
+ blossom-v3-mistral-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ blossom-v3-mistral-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ blossom-v3-mistral-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ blossom-v3-mistral-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ blossom-v3-mistral-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ blossom-v3-mistral-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ blossom-v3-mistral-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ blossom-v3-mistral-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ blossom-v3-mistral-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ blossom-v3-mistral-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ blossom-v3-mistral-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ blossom-v3-mistral-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Azure99/blossom-chat-v1
5
+ - Azure99/blossom-math-v2
6
+ - Azure99/blossom-wizard-v1
7
+ - Azure99/blossom-orca-v1
8
+ language:
9
+ - zh
10
+ - en
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: Azure99/blossom-v3-mistral-7b
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## Azure99/blossom-v3-mistral-7b - GGUF
29
+
30
+ This repo contains GGUF format model files for [Azure99/blossom-v3-mistral-7b](https://huggingface.co/Azure99/blossom-v3-mistral-7b).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [blossom-v3-mistral-7b-Q2_K.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [blossom-v3-mistral-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
52
+ | [blossom-v3-mistral-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
53
+ | [blossom-v3-mistral-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
54
+ | [blossom-v3-mistral-7b-Q4_0.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [blossom-v3-mistral-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
56
+ | [blossom-v3-mistral-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
57
+ | [blossom-v3-mistral-7b-Q5_0.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [blossom-v3-mistral-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
59
+ | [blossom-v3-mistral-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
60
+ | [blossom-v3-mistral-7b-Q6_K.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
61
+ | [blossom-v3-mistral-7b-Q8_0.gguf](https://huggingface.co/tensorblock/blossom-v3-mistral-7b-GGUF/blob/main/blossom-v3-mistral-7b-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/blossom-v3-mistral-7b-GGUF --include "blossom-v3-mistral-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/blossom-v3-mistral-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
blossom-v3-mistral-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0fd0793b1647500c2bbca46676a7b7ce72cd0a9df07336fa0c284c84c796414
3
+ size 2719243232
blossom-v3-mistral-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a524e62e4c76ffc9ec7726b3173b22bb0c5304bd0126c45c4010012d4bb4aa0f
3
+ size 3822025696
blossom-v3-mistral-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2640dff0f7a8fbcf16a6554cf9a542af61187382d8a24efa1aa0558a333025
3
+ size 3518987232
blossom-v3-mistral-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6787ef0a9361767c3d0b97ded77f5a275ccb3e45a95a9d0ea8d4a0d018b85ab2
3
+ size 3164568544
blossom-v3-mistral-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae242c2558ea39417f6e40e0f283c8c2268b7b6823557653a021c4d3083c83f
3
+ size 4108917728
blossom-v3-mistral-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b461be6916611897e3ad3a1959e7a24a9d5d8e916a6ac2fd68bfb37ed7e68ca
3
+ size 4368440288
blossom-v3-mistral-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e8237522c93fb1f3dc091504a556bad419d4ef6a13671081516469dc51bb98f
3
+ size 4140375008
blossom-v3-mistral-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675cd07fe6a0dbd3f2f9413d14a281b9647623824bc604aaaee0df0260aeb00c
3
+ size 4997716960
blossom-v3-mistral-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fac521c77ee362e2f3bfb0bc7a4b7ea42cca2fc0bffdd6bd102f26c828de2ab8
3
+ size 5131410400
blossom-v3-mistral-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9422b26dbe79efc249142571b9113f2eeeccca5e49069fe179f06619404466
3
+ size 4997716960
blossom-v3-mistral-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55be284f889cbf8dc27d12ec511de4e1709eeb12c4fd0db0e6e5858927e3d8ad
3
+ size 5942066144
blossom-v3-mistral-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a671d72f2e483ccb7c9c9d10bfc78504c7d43d05b344330f060205b3c3e2a48c
3
+ size 7695858656