morriszms commited on
Commit
95002cd
·
verified ·
1 Parent(s): 4a20e9d

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_1-mistral-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ blossom-v3_1-mistral-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ blossom-v3_1-mistral-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ blossom-v3_1-mistral-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ blossom-v3_1-mistral-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ blossom-v3_1-mistral-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ blossom-v3_1-mistral-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ blossom-v3_1-mistral-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ blossom-v3_1-mistral-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ blossom-v3_1-mistral-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ blossom-v3_1-mistral-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ blossom-v3_1-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_1-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_1-mistral-7b - GGUF
29
+
30
+ This repo contains GGUF format model files for [Azure99/blossom-v3_1-mistral-7b](https://huggingface.co/Azure99/blossom-v3_1-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_1-mistral-7b-Q2_K.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [blossom-v3_1-mistral-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
52
+ | [blossom-v3_1-mistral-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
53
+ | [blossom-v3_1-mistral-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
54
+ | [blossom-v3_1-mistral-7b-Q4_0.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [blossom-v3_1-mistral-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
56
+ | [blossom-v3_1-mistral-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
57
+ | [blossom-v3_1-mistral-7b-Q5_0.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [blossom-v3_1-mistral-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
59
+ | [blossom-v3_1-mistral-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
60
+ | [blossom-v3_1-mistral-7b-Q6_K.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-mistral-7b-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
61
+ | [blossom-v3_1-mistral-7b-Q8_0.gguf](https://huggingface.co/tensorblock/blossom-v3_1-mistral-7b-GGUF/blob/main/blossom-v3_1-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_1-mistral-7b-GGUF --include "blossom-v3_1-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_1-mistral-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
blossom-v3_1-mistral-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cadbf684082ea3bc06348565a4e298b77fa0aa0671a19b356a458213ddb23c48
3
+ size 2719243264
blossom-v3_1-mistral-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a36b065de767214222d89cb244e1708de6068e5e17ccb5d58f01bac4f6d5ce3
3
+ size 3822025728
blossom-v3_1-mistral-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8168a82bb5b04dfdb78c1c0fd5d4792f830b5e61e788eb6a27d959116dde468d
3
+ size 3518987264
blossom-v3_1-mistral-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ef67aa7ee998fbfb519f39ba9593e9c96d1052213ea43b7ad90bf9461744ee
3
+ size 3164568576
blossom-v3_1-mistral-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051c3332505b6980606e428862f9cd4677dcfe67f7b8f0a5e541902865b646bf
3
+ size 4108917760
blossom-v3_1-mistral-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50489561d57ecd7a58a25fca5745645fe21dea0ca3d56cb7695009b2ce225ac7
3
+ size 4368440320
blossom-v3_1-mistral-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84cb6da7362dd80c354a652bb3bbcb1b74de4c5f897e3849a3dd448b53e832f8
3
+ size 4140375040
blossom-v3_1-mistral-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06322b0182fc1aa2440f77f14fe999cc5b48f52ebcf39b4a2f736733caea02b5
3
+ size 4997716992
blossom-v3_1-mistral-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3601c7c9c749a408c49f7a001e1d9c3663c853d0c1f072a3aa3856a8ad44a250
3
+ size 5131410432
blossom-v3_1-mistral-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47fa6651b942c1b14d9e8e9405c8b19e31835284e8e269f97e6f1092c33c54cb
3
+ size 4997716992
blossom-v3_1-mistral-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012e2024a1e9b17cdcfa54642a90c5139682f7b3dc6ff9f1d24c4d81a948fb5a
3
+ size 5942066176
blossom-v3_1-mistral-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26dec03dfc4933662e7c1fbd16dc9197df14eddd603e59af097709ec7b89c52d
3
+ size 7695858688