morriszms commited on
Commit
60c6390
·
verified ·
1 Parent(s): 7fbc697

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-yi-34b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ blossom-v3_1-yi-34b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ blossom-v3_1-yi-34b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ blossom-v3_1-yi-34b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ blossom-v3_1-yi-34b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ blossom-v3_1-yi-34b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ blossom-v3_1-yi-34b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ blossom-v3_1-yi-34b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ blossom-v3_1-yi-34b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ blossom-v3_1-yi-34b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ blossom-v3_1-yi-34b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ blossom-v3_1-yi-34b-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-yi-34b
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-yi-34b - GGUF
29
+
30
+ This repo contains GGUF format model files for [Azure99/blossom-v3_1-yi-34b](https://huggingface.co/Azure99/blossom-v3_1-yi-34b).
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-yi-34b-Q2_K.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q2_K.gguf) | Q2_K | 12.825 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [blossom-v3_1-yi-34b-Q3_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q3_K_S.gguf) | Q3_K_S | 14.960 GB | very small, high quality loss |
52
+ | [blossom-v3_1-yi-34b-Q3_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q3_K_M.gguf) | Q3_K_M | 16.655 GB | very small, high quality loss |
53
+ | [blossom-v3_1-yi-34b-Q3_K_L.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q3_K_L.gguf) | Q3_K_L | 18.139 GB | small, substantial quality loss |
54
+ | [blossom-v3_1-yi-34b-Q4_0.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q4_0.gguf) | Q4_0 | 19.467 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [blossom-v3_1-yi-34b-Q4_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q4_K_S.gguf) | Q4_K_S | 19.599 GB | small, greater quality loss |
56
+ | [blossom-v3_1-yi-34b-Q4_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q4_K_M.gguf) | Q4_K_M | 20.659 GB | medium, balanced quality - recommended |
57
+ | [blossom-v3_1-yi-34b-Q5_0.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q5_0.gguf) | Q5_0 | 23.708 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [blossom-v3_1-yi-34b-Q5_K_S.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q5_K_S.gguf) | Q5_K_S | 23.708 GB | large, low quality loss - recommended |
59
+ | [blossom-v3_1-yi-34b-Q5_K_M.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q5_K_M.gguf) | Q5_K_M | 24.322 GB | large, very low quality loss - recommended |
60
+ | [blossom-v3_1-yi-34b-Q6_K.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q6_K.gguf) | Q6_K | 28.214 GB | very large, extremely low quality loss |
61
+ | [blossom-v3_1-yi-34b-Q8_0.gguf](https://huggingface.co/tensorblock/blossom-v3_1-yi-34b-GGUF/blob/main/blossom-v3_1-yi-34b-Q8_0.gguf) | Q8_0 | 36.542 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-yi-34b-GGUF --include "blossom-v3_1-yi-34b-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-yi-34b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
blossom-v3_1-yi-34b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:333a4417a7e36d5ba3e2002351c9706e3f7eb04d8c9d607a1d47811c1b991979
3
+ size 12825234784
blossom-v3_1-yi-34b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c59f734daaa7e506c2aa27fdd2045a69f76611a67cc33f4e139fdafc6947d5b2
3
+ size 18139446624
blossom-v3_1-yi-34b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7a7b16d4eb46189fa403c0b4ba1b5d321d5ca9b1903b0d8536555eccf44c19
3
+ size 16654925152
blossom-v3_1-yi-34b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee2cc03458fe5e85a7acbf06487b29e5dc60a62d5d9e83245026da9a81f84e42
3
+ size 14960295264
blossom-v3_1-yi-34b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a77f94aa9099b6bc66943da6798401812de78c9d905f78a87d9561a79d90e7ca
3
+ size 19466530144
blossom-v3_1-yi-34b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed3c72f88dbe8e2d7faee2aa1bc78fd58e65a86b0a8d81ab04514ec76da9810
3
+ size 20658711904
blossom-v3_1-yi-34b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5afd7422c6efc32e2b96ceeeac4b5bd0727665c2fc35e09200747c15e634ed21
3
+ size 19598650720
blossom-v3_1-yi-34b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68585469cfc1953ce4dead735a1a8e98f040235bac28877a167b2cd99d09a009
3
+ size 23707692384
blossom-v3_1-yi-34b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05845a106f0d1cb5b8e38d3b291691ed2f2a5f77101d4628194950c9b07e3a2
3
+ size 24321846624
blossom-v3_1-yi-34b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c9d9f1b2d9385a6f747d218d745feda7c2165bfb0c328e1331ca57e83655aa
3
+ size 23707692384
blossom-v3_1-yi-34b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6997d28bfa0e2085f91e0d5be8d42caecafcfd46320c8db868fedccc6d53f9db
3
+ size 28213927264
blossom-v3_1-yi-34b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056f3961c2ac41f85115fcee418484df8a45c7574b7efa3f3ac637855754becd
3
+ size 36542283104