morriszms commited on
Commit
d731adf
1 Parent(s): dee4ecf

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
+ bloomz-3b-sft-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bloomz-3b-sft-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ bloomz-3b-sft-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ bloomz-3b-sft-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ bloomz-3b-sft-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ bloomz-3b-sft-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ bloomz-3b-sft-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ bloomz-3b-sft-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ bloomz-3b-sft-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ bloomz-3b-sft-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ bloomz-3b-sft-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ bloomz-3b-sft-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigscience-bloom-rail-1.0
3
+ datasets:
4
+ - ehartford/wizard_vicuna_70k_unfiltered
5
+ - shahules786/orca-chat
6
+ - timdettmers/openassistant-guanaco
7
+ - laion/OIG
8
+ language:
9
+ - fr
10
+ - en
11
+ library_name: transformers
12
+ pipeline_tag: text-generation
13
+ inference:
14
+ parameters:
15
+ max_new_tokens: 128
16
+ widget:
17
+ - text: </s>Bonjour, qui es-tu ?<s>
18
+ - text: </s>Hello, who are you?<s>
19
+ tags:
20
+ - TensorBlock
21
+ - GGUF
22
+ base_model: cmarkea/bloomz-3b-sft-chat
23
+ ---
24
+
25
+ <div style="width: auto; margin-left: auto; margin-right: auto">
26
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
27
+ </div>
28
+ <div style="display: flex; justify-content: space-between; width: 100%;">
29
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
31
+ 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>
32
+ </p>
33
+ </div>
34
+ </div>
35
+
36
+ ## cmarkea/bloomz-3b-sft-chat - GGUF
37
+
38
+ This repo contains GGUF format model files for [cmarkea/bloomz-3b-sft-chat](https://huggingface.co/cmarkea/bloomz-3b-sft-chat).
39
+
40
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
41
+
42
+ <div style="text-align: left; margin: 20px 0;">
43
+ <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;">
44
+ Run them on the TensorBlock client using your local machine ↗
45
+ </a>
46
+ </div>
47
+
48
+ ## Prompt template
49
+
50
+ ```
51
+
52
+ ```
53
+
54
+ ## Model file specification
55
+
56
+ | Filename | Quant type | File Size | Description |
57
+ | -------- | ---------- | --------- | ----------- |
58
+ | [bloomz-3b-sft-chat-Q2_K.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q2_K.gguf) | Q2_K | 1.516 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [bloomz-3b-sft-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q3_K_S.gguf) | Q3_K_S | 1.707 GB | very small, high quality loss |
60
+ | [bloomz-3b-sft-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q3_K_M.gguf) | Q3_K_M | 1.905 GB | very small, high quality loss |
61
+ | [bloomz-3b-sft-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q3_K_L.gguf) | Q3_K_L | 2.016 GB | small, substantial quality loss |
62
+ | [bloomz-3b-sft-chat-Q4_0.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q4_0.gguf) | Q4_0 | 2.079 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [bloomz-3b-sft-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q4_K_S.gguf) | Q4_K_S | 2.088 GB | small, greater quality loss |
64
+ | [bloomz-3b-sft-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q4_K_M.gguf) | Q4_K_M | 2.235 GB | medium, balanced quality - recommended |
65
+ | [bloomz-3b-sft-chat-Q5_0.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q5_0.gguf) | Q5_0 | 2.428 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [bloomz-3b-sft-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q5_K_S.gguf) | Q5_K_S | 2.428 GB | large, low quality loss - recommended |
67
+ | [bloomz-3b-sft-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q5_K_M.gguf) | Q5_K_M | 2.546 GB | large, very low quality loss - recommended |
68
+ | [bloomz-3b-sft-chat-Q6_K.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q6_K.gguf) | Q6_K | 2.799 GB | very large, extremely low quality loss |
69
+ | [bloomz-3b-sft-chat-Q8_0.gguf](https://huggingface.co/tensorblock/bloomz-3b-sft-chat-GGUF/blob/main/bloomz-3b-sft-chat-Q8_0.gguf) | Q8_0 | 3.621 GB | very large, extremely low quality loss - not recommended |
70
+
71
+
72
+ ## Downloading instruction
73
+
74
+ ### Command line
75
+
76
+ Firstly, install Huggingface Client
77
+
78
+ ```shell
79
+ pip install -U "huggingface_hub[cli]"
80
+ ```
81
+
82
+ Then, downoad the individual model file the a local directory
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/bloomz-3b-sft-chat-GGUF --include "bloomz-3b-sft-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
86
+ ```
87
+
88
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
89
+
90
+ ```shell
91
+ huggingface-cli download tensorblock/bloomz-3b-sft-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
bloomz-3b-sft-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf1b336187bbd310ae297d537da3af6fb5a245761c86b0df4027efc604e19788
3
+ size 1628232320
bloomz-3b-sft-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f238aa90e5d9eb96c57b7aaea929bbe66521b469ff90e61f3457ce97c0182591
3
+ size 2165013120
bloomz-3b-sft-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a34084bdf75410eb61fedcc0290d125bb6ff75024566ee2d7c62dadec5db04
3
+ size 2045409920
bloomz-3b-sft-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7c26fdaa1dceed7beec249d33aac5ea7a4e3f546ae795353413b92ad1649cd4
3
+ size 1833237120
bloomz-3b-sft-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa9ce737a75c1cd34788bca3fe217ed7c26be348a1180937bcd637f1dacfb72
3
+ size 2231880320
bloomz-3b-sft-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ebdb5149769facc8b2122d9682f101dbbfbc1723018b39a3e59c8619eaf18dd
3
+ size 2400225920
bloomz-3b-sft-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c008389b82029f31ab6cc273fb429bf8ad5a3c4e89c74d057e93cbcc89582e7f
3
+ size 2241710720
bloomz-3b-sft-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3564f414b2a2da6d6e07259586c954a05de7a050fedf04032aefdc51b8c25516
3
+ size 2607073920
bloomz-3b-sft-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb984efde11d1f9e406b0cdee1a9885957a6c60f8b641602630abe8782a6d25
3
+ size 2734152320
bloomz-3b-sft-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07a41c4bff404eb104547993011b12232c6bf57384159a38e1306cea1d14ec5
3
+ size 2607073920
bloomz-3b-sft-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4deedfb7579c276ef55f7eac22b7e7c7ecfba44587e8a440f2e2865570bec3c5
3
+ size 3005717120
bloomz-3b-sft-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d264c543d83fcfe0956128f3037a81f6ea86be538246ab3b86ec7c92d45e75
3
+ size 3888200320