morriszms commited on
Commit
93fc131
·
verified ·
1 Parent(s): 221b1f5

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-v5.1-9b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ blossom-v5.1-9b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ blossom-v5.1-9b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ blossom-v5.1-9b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ blossom-v5.1-9b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ blossom-v5.1-9b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ blossom-v5.1-9b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ blossom-v5.1-9b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ blossom-v5.1-9b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ blossom-v5.1-9b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ blossom-v5.1-9b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ blossom-v5.1-9b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Azure99/blossom-chat-v3
5
+ - Azure99/blossom-math-v4
6
+ - Azure99/blossom-wizard-v3
7
+ - Azure99/blossom-orca-v3
8
+ language:
9
+ - zh
10
+ - en
11
+ base_model: Azure99/blossom-v5.1-9b
12
+ tags:
13
+ - TensorBlock
14
+ - GGUF
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-v5.1-9b - GGUF
29
+
30
+ This repo contains GGUF format model files for [Azure99/blossom-v5.1-9b](https://huggingface.co/Azure99/blossom-v5.1-9b).
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
+ A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions.
44
+ |Human|: {prompt}
45
+ |Bot|:
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [blossom-v5.1-9b-Q2_K.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q2_K.gguf) | Q2_K | 3.354 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [blossom-v5.1-9b-Q3_K_S.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q3_K_S.gguf) | Q3_K_S | 3.899 GB | very small, high quality loss |
54
+ | [blossom-v5.1-9b-Q3_K_M.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q3_K_M.gguf) | Q3_K_M | 4.324 GB | very small, high quality loss |
55
+ | [blossom-v5.1-9b-Q3_K_L.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q3_K_L.gguf) | Q3_K_L | 4.691 GB | small, substantial quality loss |
56
+ | [blossom-v5.1-9b-Q4_0.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q4_0.gguf) | Q4_0 | 5.037 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [blossom-v5.1-9b-Q4_K_S.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q4_K_S.gguf) | Q4_K_S | 5.072 GB | small, greater quality loss |
58
+ | [blossom-v5.1-9b-Q4_K_M.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q4_K_M.gguf) | Q4_K_M | 5.329 GB | medium, balanced quality - recommended |
59
+ | [blossom-v5.1-9b-Q5_0.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q5_0.gguf) | Q5_0 | 6.108 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [blossom-v5.1-9b-Q5_K_S.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q5_K_S.gguf) | Q5_K_S | 6.108 GB | large, low quality loss - recommended |
61
+ | [blossom-v5.1-9b-Q5_K_M.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q5_K_M.gguf) | Q5_K_M | 6.258 GB | large, very low quality loss - recommended |
62
+ | [blossom-v5.1-9b-Q6_K.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q6_K.gguf) | Q6_K | 7.246 GB | very large, extremely low quality loss |
63
+ | [blossom-v5.1-9b-Q8_0.gguf](https://huggingface.co/tensorblock/blossom-v5.1-9b-GGUF/blob/main/blossom-v5.1-9b-Q8_0.gguf) | Q8_0 | 9.384 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/blossom-v5.1-9b-GGUF --include "blossom-v5.1-9b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/blossom-v5.1-9b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
blossom-v5.1-9b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d75d0b9acfa6ae2380ea6d103098ed7ba146c09c70b27c118d068c8f2d60a37
3
+ size 3354326528
blossom-v5.1-9b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10be5de4c14ed748b40f4ee73fcec00a90d4e953951c5f3f7124775cd78428fa
3
+ size 4690753024
blossom-v5.1-9b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73403bb4ffd03bc67e49ca42ea25829a77d806b86604ff33af6789ae181a44ca
3
+ size 4324406784
blossom-v5.1-9b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721afc60a72c848bf098a73700e49bcc9568fac20d443aa9171dbfac18d74139
3
+ size 3899209216
blossom-v5.1-9b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4829a86ef6c0f07e9252e9b7e2207ce137ad8315aa0445b6174a87678ce360
3
+ size 5036996096
blossom-v5.1-9b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b240bb52773e53560847d13e8f3f9cc959a6810cc3a02d493b76345743bc301c
3
+ size 5328958976
blossom-v5.1-9b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc30668bcd5d14debc889c140879267f89b5b7262cd110f5efa442fc72ecbec
3
+ size 5071861248
blossom-v5.1-9b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a730ecdcbc5a322a2c21f6420f7d3642c8dedf40a9d24c96777785dbac3a46a
3
+ size 6107854336
blossom-v5.1-9b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99721fd3d05b945f47e22fd119a36c8ab5b91b84f6a4c7d5f94d1d5b7df02d1d
3
+ size 6258259456
blossom-v5.1-9b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c355411f094bffef3406346927248adddf7ba6867356cc0eb28666399ede4f3
3
+ size 6107854336
blossom-v5.1-9b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742877066405cd3f78eb051e8856b118d96c2328634c5bfb2a4cda81bf4dcaa9
3
+ size 7245641216
blossom-v5.1-9b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8106e0f682506b1c62a472207dfa25509da739c2fd50f0f634ca4c8d51cdc16
3
+ size 9383917056