morriszms commited on
Commit
68e2590
·
verified ·
1 Parent(s): e7af0ab

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-v2-llama2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ blossom-v2-llama2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ blossom-v2-llama2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ blossom-v2-llama2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ blossom-v2-llama2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ blossom-v2-llama2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ blossom-v2-llama2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ blossom-v2-llama2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ blossom-v2-llama2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ blossom-v2-llama2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ blossom-v2-llama2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ blossom-v2-llama2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Azure99/blossom-chat-v1
5
+ - Azure99/blossom-math-v1
6
+ - ehartford/dolphin
7
+ - WizardLM/WizardLM_evol_instruct_V2_196k
8
+ language:
9
+ - zh
10
+ - en
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: Azure99/blossom-v2-llama2-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-v2-llama2-7b - GGUF
29
+
30
+ This repo contains GGUF format model files for [Azure99/blossom-v2-llama2-7b](https://huggingface.co/Azure99/blossom-v2-llama2-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 b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
33
+
34
+ ## Our projects
35
+ <table border="1" cellspacing="0" cellpadding="10">
36
+ <tr>
37
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
38
+ <th style="font-size: 25px;">TensorBlock Studio</th>
39
+ </tr>
40
+ <tr>
41
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
42
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
43
+ </tr>
44
+ <tr>
45
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
46
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
47
+ </tr>
48
+ <tr>
49
+ <th>
50
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
51
+ display: inline-block;
52
+ padding: 8px 16px;
53
+ background-color: #FF7F50;
54
+ color: white;
55
+ text-decoration: none;
56
+ border-radius: 6px;
57
+ font-weight: bold;
58
+ font-family: sans-serif;
59
+ ">👀 See what we built 👀</a>
60
+ </th>
61
+ <th>
62
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
63
+ display: inline-block;
64
+ padding: 8px 16px;
65
+ background-color: #FF7F50;
66
+ color: white;
67
+ text-decoration: none;
68
+ border-radius: 6px;
69
+ font-weight: bold;
70
+ font-family: sans-serif;
71
+ ">👀 See what we built 👀</a>
72
+ </th>
73
+ </tr>
74
+ </table>
75
+
76
+ ## Prompt template
77
+
78
+ ```
79
+
80
+ ```
81
+
82
+ ## Model file specification
83
+
84
+ | Filename | Quant type | File Size | Description |
85
+ | -------- | ---------- | --------- | ----------- |
86
+ | [blossom-v2-llama2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
87
+ | [blossom-v2-llama2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
88
+ | [blossom-v2-llama2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
89
+ | [blossom-v2-llama2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
90
+ | [blossom-v2-llama2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
91
+ | [blossom-v2-llama2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
92
+ | [blossom-v2-llama2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
93
+ | [blossom-v2-llama2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
94
+ | [blossom-v2-llama2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
95
+ | [blossom-v2-llama2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
96
+ | [blossom-v2-llama2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
97
+ | [blossom-v2-llama2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/Azure99_blossom-v2-llama2-7b-GGUF/blob/main/blossom-v2-llama2-7b-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
98
+
99
+
100
+ ## Downloading instruction
101
+
102
+ ### Command line
103
+
104
+ Firstly, install Huggingface Client
105
+
106
+ ```shell
107
+ pip install -U "huggingface_hub[cli]"
108
+ ```
109
+
110
+ Then, downoad the individual model file the a local directory
111
+
112
+ ```shell
113
+ huggingface-cli download tensorblock/Azure99_blossom-v2-llama2-7b-GGUF --include "blossom-v2-llama2-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
114
+ ```
115
+
116
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
117
+
118
+ ```shell
119
+ huggingface-cli download tensorblock/Azure99_blossom-v2-llama2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
120
+ ```
blossom-v2-llama2-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ddf7d0f0f8b56880828110c6e5c90372dd3ec52809f510c3f0475d4659a5d74
3
+ size 2532865088
blossom-v2-llama2-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52da00ca174d7428591b6ba7d4c9ea7ff7070706364eede6ebf3c98dd7c6969
3
+ size 3597112384
blossom-v2-llama2-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9552c15d8e942a3ad3e1189981068f221b67c7909999153d8379e3bc247dfe7a
3
+ size 3298006080
blossom-v2-llama2-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ddb6be6b03263c528bf1f379d78e5d14edff608cdff1e492088b3c579731a9
3
+ size 2948305984
blossom-v2-llama2-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4930f0f07d1078a4e011046f5fbb252627d25e80cc4931d2252e11813d6d4bb
3
+ size 3825808448
blossom-v2-llama2-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:658b534ed5c545f4bf4c10ad8b264c5850a1810f434efca35b76bc8bd0235008
3
+ size 4081005632
blossom-v2-llama2-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c56998ec8c9e41b995ba8c40a955360a124edb17613ae5392be8eebdc5da228
3
+ size 3856741440
blossom-v2-llama2-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acdd29abd62c7891deae931675bbf86f3c7b2207cf8264c0abf9b286fe7cbc33
3
+ size 4651693120
blossom-v2-llama2-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54e795a32e87c41c88accb2596f49f5e527683c2e98765c7d0f5db4d9a897f3
3
+ size 4783158336
blossom-v2-llama2-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a301d6ff3d6007ffcf107cd987be70a8a25fb10a68fdfcfdcc13ec967a9df16
3
+ size 4651693120
blossom-v2-llama2-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3150a0cf665a4244d1a9ac0324db910d915b3791bc32d5ab8710453cb313797
3
+ size 5529195584
blossom-v2-llama2-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:652b9256e5587c61d13f8cd32b3c752109904ddf4b20fdacee2531ec9d4a22e3
3
+ size 7161091136