Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +119 -0
- bloom-3b-conversational-Q2_K.gguf +3 -0
- bloom-3b-conversational-Q3_K_L.gguf +3 -0
- bloom-3b-conversational-Q3_K_M.gguf +3 -0
- bloom-3b-conversational-Q3_K_S.gguf +3 -0
- bloom-3b-conversational-Q4_0.gguf +3 -0
- bloom-3b-conversational-Q4_K_M.gguf +3 -0
- bloom-3b-conversational-Q4_K_S.gguf +3 -0
- bloom-3b-conversational-Q5_0.gguf +3 -0
- bloom-3b-conversational-Q5_K_M.gguf +3 -0
- bloom-3b-conversational-Q5_K_S.gguf +3 -0
- bloom-3b-conversational-Q6_K.gguf +3 -0
- bloom-3b-conversational-Q8_0.gguf +3 -0
.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 |
+
bloom-3b-conversational-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
bloom-3b-conversational-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
bloom-3b-conversational-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
bloom-3b-conversational-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
bloom-3b-conversational-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
bloom-3b-conversational-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
bloom-3b-conversational-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
bloom-3b-conversational-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
bloom-3b-conversational-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
bloom-3b-conversational-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
bloom-3b-conversational-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
bloom-3b-conversational-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- Xilabs/instructmix
|
5 |
+
- CreitinGameplays/small-chat-assistant-for-bloom
|
6 |
+
- sahil2801/CodeAlpaca-20k
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- uncensored
|
11 |
+
- unrestricted
|
12 |
+
- code
|
13 |
+
- biology
|
14 |
+
- chemistry
|
15 |
+
- finance
|
16 |
+
- legal
|
17 |
+
- music
|
18 |
+
- art
|
19 |
+
- climate
|
20 |
+
- merge
|
21 |
+
- text-generation-inference
|
22 |
+
- moe
|
23 |
+
- TensorBlock
|
24 |
+
- GGUF
|
25 |
+
widget:
|
26 |
+
- text: <|system|> You are a helpful AI assistant. </s> <|prompter|> who was Nikola
|
27 |
+
Tesla? </s> <|assistant|>
|
28 |
+
- text: <|system|> You are a helpful AI assistant. </s> <|prompter|> write a story
|
29 |
+
about a cat. </s> <|assistant|>
|
30 |
+
- text: <|system|> You are a helpful AI assistant. </s> <|prompter|> what is an essay?
|
31 |
+
</s> <|assistant|>
|
32 |
+
- text: <|system|> You are a helpful AI assistant. </s> <|prompter|> Tell me 5 Brazilian
|
33 |
+
waterfalls to visit. </s> <|assistant|>
|
34 |
+
- text: <|system|> You are a helpful AI assistant. </s> <|prompter|> write a story
|
35 |
+
about how a virus called COVID-19 destroyed the world </s> <|assistant|>
|
36 |
+
- text: <|system|> You are a helpful AI assistant. </s> <|prompter|> write a short
|
37 |
+
Python program that asks the user for their name and then greets them by name.
|
38 |
+
</s> <|assistant|>
|
39 |
+
- text: <|system|> You are a helpful AI assistant. </s> <|prompter|> What can you
|
40 |
+
do? </s> <|assistant|>
|
41 |
+
inference:
|
42 |
+
parameters:
|
43 |
+
temperature: 0.1
|
44 |
+
do_sample: false
|
45 |
+
top_k: 50
|
46 |
+
top_p: 0.15
|
47 |
+
max_new_tokens: 250
|
48 |
+
repetition_penalty: 1.155
|
49 |
+
base_model: CreitinGameplays/bloom-3b-conversational
|
50 |
+
---
|
51 |
+
|
52 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
53 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
54 |
+
</div>
|
55 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
56 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
57 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
58 |
+
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>
|
59 |
+
</p>
|
60 |
+
</div>
|
61 |
+
</div>
|
62 |
+
|
63 |
+
## CreitinGameplays/bloom-3b-conversational - GGUF
|
64 |
+
|
65 |
+
This repo contains GGUF format model files for [CreitinGameplays/bloom-3b-conversational](https://huggingface.co/CreitinGameplays/bloom-3b-conversational).
|
66 |
+
|
67 |
+
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).
|
68 |
+
|
69 |
+
<div style="text-align: left; margin: 20px 0;">
|
70 |
+
<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;">
|
71 |
+
Run them on the TensorBlock client using your local machine ↗
|
72 |
+
</a>
|
73 |
+
</div>
|
74 |
+
|
75 |
+
## Prompt template
|
76 |
+
|
77 |
+
```
|
78 |
+
<|system|>{system_prompt}</s><|prompter|>{prompt}</s><|assistant|>
|
79 |
+
```
|
80 |
+
|
81 |
+
## Model file specification
|
82 |
+
|
83 |
+
| Filename | Quant type | File Size | Description |
|
84 |
+
| -------- | ---------- | --------- | ----------- |
|
85 |
+
| [bloom-3b-conversational-Q2_K.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q2_K.gguf) | Q2_K | 1.628 GB | smallest, significant quality loss - not recommended for most purposes |
|
86 |
+
| [bloom-3b-conversational-Q3_K_S.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q3_K_S.gguf) | Q3_K_S | 1.833 GB | very small, high quality loss |
|
87 |
+
| [bloom-3b-conversational-Q3_K_M.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q3_K_M.gguf) | Q3_K_M | 2.045 GB | very small, high quality loss |
|
88 |
+
| [bloom-3b-conversational-Q3_K_L.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q3_K_L.gguf) | Q3_K_L | 2.165 GB | small, substantial quality loss |
|
89 |
+
| [bloom-3b-conversational-Q4_0.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q4_0.gguf) | Q4_0 | 2.232 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
90 |
+
| [bloom-3b-conversational-Q4_K_S.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q4_K_S.gguf) | Q4_K_S | 2.242 GB | small, greater quality loss |
|
91 |
+
| [bloom-3b-conversational-Q4_K_M.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q4_K_M.gguf) | Q4_K_M | 2.400 GB | medium, balanced quality - recommended |
|
92 |
+
| [bloom-3b-conversational-Q5_0.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q5_0.gguf) | Q5_0 | 2.607 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
93 |
+
| [bloom-3b-conversational-Q5_K_S.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q5_K_S.gguf) | Q5_K_S | 2.607 GB | large, low quality loss - recommended |
|
94 |
+
| [bloom-3b-conversational-Q5_K_M.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q5_K_M.gguf) | Q5_K_M | 2.734 GB | large, very low quality loss - recommended |
|
95 |
+
| [bloom-3b-conversational-Q6_K.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q6_K.gguf) | Q6_K | 3.006 GB | very large, extremely low quality loss |
|
96 |
+
| [bloom-3b-conversational-Q8_0.gguf](https://huggingface.co/tensorblock/bloom-3b-conversational-GGUF/blob/main/bloom-3b-conversational-Q8_0.gguf) | Q8_0 | 3.888 GB | very large, extremely low quality loss - not recommended |
|
97 |
+
|
98 |
+
|
99 |
+
## Downloading instruction
|
100 |
+
|
101 |
+
### Command line
|
102 |
+
|
103 |
+
Firstly, install Huggingface Client
|
104 |
+
|
105 |
+
```shell
|
106 |
+
pip install -U "huggingface_hub[cli]"
|
107 |
+
```
|
108 |
+
|
109 |
+
Then, downoad the individual model file the a local directory
|
110 |
+
|
111 |
+
```shell
|
112 |
+
huggingface-cli download tensorblock/bloom-3b-conversational-GGUF --include "bloom-3b-conversational-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
113 |
+
```
|
114 |
+
|
115 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
116 |
+
|
117 |
+
```shell
|
118 |
+
huggingface-cli download tensorblock/bloom-3b-conversational-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
119 |
+
```
|
bloom-3b-conversational-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2470206172ae7afe6a68f195cf62447f632de62123abb99a6afb907d5af76cec
|
3 |
+
size 1628233440
|
bloom-3b-conversational-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e72ee6354a4333daaacd27fb19510655f88fd4a2c22ed90d767ee8d7a6b23ee
|
3 |
+
size 2165014240
|
bloom-3b-conversational-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd3394361b5f85ad63ff42864ee4c3a68ee82420e90b19579fec488d56503cb0
|
3 |
+
size 2045411040
|
bloom-3b-conversational-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2015e39f3b15cbdc06054603eeb34255a1f90298ce2cbd6af3af88feeb916f5a
|
3 |
+
size 1833238240
|
bloom-3b-conversational-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8b1a9d92eae55c1af40c60afd83e74afea3477a66e61a77084a741e4cea18a2
|
3 |
+
size 2231881440
|
bloom-3b-conversational-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:caf06bfe068140f0b97c296ee0c42d0072992896c941edcb85e1f77929ab4f8a
|
3 |
+
size 2400227040
|
bloom-3b-conversational-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ceaa3f957c8f468705887d90075c57ce0fe1f1d8eb1436f66d4b88d293f8fe0
|
3 |
+
size 2241711840
|
bloom-3b-conversational-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52f344d97fa2d5cb7e050ee815c570f62c87f09da401a66f486f45dc22f848d5
|
3 |
+
size 2607075040
|
bloom-3b-conversational-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8dc250c53fce1ef74a45133c4aaa4c2e7bba78b57db9549f1a9bb100f7cd404
|
3 |
+
size 2734153440
|
bloom-3b-conversational-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48d0b14d23180dd754df4ded445c0da53a48e2526fb602325a47d4fdb7495290
|
3 |
+
size 2607075040
|
bloom-3b-conversational-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:797b1c02a9f5d53311711349fa5c8bfa40999968c293af3772843a80904c7f9c
|
3 |
+
size 3005718240
|
bloom-3b-conversational-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98cca4f068e866c4e2d5a3f38597f44e61958700b915dc88ec125c02cfafdcfe
|
3 |
+
size 3888201440
|