Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +100 -0
- speechless-code-mistral-7b-v1.0-Q2_K.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q3_K_L.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q3_K_M.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q3_K_S.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q4_0.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q4_K_M.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q4_K_S.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q5_0.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q5_K_M.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q5_K_S.gguf +3 -0
- speechless-code-mistral-7b-v1.0-Q6_K.gguf +3 -0
- speechless-code-mistral-7b-v1.0-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 |
+
speechless-code-mistral-7b-v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
speechless-code-mistral-7b-v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
speechless-code-mistral-7b-v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
speechless-code-mistral-7b-v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
speechless-code-mistral-7b-v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
speechless-code-mistral-7b-v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
speechless-code-mistral-7b-v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
speechless-code-mistral-7b-v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
speechless-code-mistral-7b-v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
speechless-code-mistral-7b-v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
speechless-code-mistral-7b-v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
speechless-code-mistral-7b-v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
datasets:
|
7 |
+
- jondurbin/airoboros-2.2
|
8 |
+
- Open-Orca/OpenOrca
|
9 |
+
- garage-bAInd/Open-Platypus
|
10 |
+
- WizardLM/WizardLM_evol_instruct_V2_196k
|
11 |
+
- TokenBender/python_eval_instruct_51k
|
12 |
+
tags:
|
13 |
+
- code
|
14 |
+
- TensorBlock
|
15 |
+
- GGUF
|
16 |
+
license: apache-2.0
|
17 |
+
base_model: uukuguy/speechless-code-mistral-7b-v1.0
|
18 |
+
model-index:
|
19 |
+
- name: SpeechlessCoder
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: text-generation
|
23 |
+
dataset:
|
24 |
+
name: HumanEval
|
25 |
+
type: openai_humaneval
|
26 |
+
metrics:
|
27 |
+
- type: pass@1
|
28 |
+
value: 51.21951219512195
|
29 |
+
name: pass@1
|
30 |
+
verified: false
|
31 |
+
---
|
32 |
+
|
33 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
34 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
35 |
+
</div>
|
36 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
37 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
38 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
39 |
+
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>
|
40 |
+
</p>
|
41 |
+
</div>
|
42 |
+
</div>
|
43 |
+
|
44 |
+
## uukuguy/speechless-code-mistral-7b-v1.0 - GGUF
|
45 |
+
|
46 |
+
This repo contains GGUF format model files for [uukuguy/speechless-code-mistral-7b-v1.0](https://huggingface.co/uukuguy/speechless-code-mistral-7b-v1.0).
|
47 |
+
|
48 |
+
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).
|
49 |
+
|
50 |
+
<div style="text-align: left; margin: 20px 0;">
|
51 |
+
<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;">
|
52 |
+
Run them on the TensorBlock client using your local machine ↗
|
53 |
+
</a>
|
54 |
+
</div>
|
55 |
+
|
56 |
+
## Prompt template
|
57 |
+
|
58 |
+
```
|
59 |
+
|
60 |
+
```
|
61 |
+
|
62 |
+
## Model file specification
|
63 |
+
|
64 |
+
| Filename | Quant type | File Size | Description |
|
65 |
+
| -------- | ---------- | --------- | ----------- |
|
66 |
+
| [speechless-code-mistral-7b-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
67 |
+
| [speechless-code-mistral-7b-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
68 |
+
| [speechless-code-mistral-7b-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
69 |
+
| [speechless-code-mistral-7b-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
70 |
+
| [speechless-code-mistral-7b-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
71 |
+
| [speechless-code-mistral-7b-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
72 |
+
| [speechless-code-mistral-7b-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
73 |
+
| [speechless-code-mistral-7b-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
74 |
+
| [speechless-code-mistral-7b-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
75 |
+
| [speechless-code-mistral-7b-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
76 |
+
| [speechless-code-mistral-7b-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
77 |
+
| [speechless-code-mistral-7b-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/speechless-code-mistral-7b-v1.0-GGUF/blob/main/speechless-code-mistral-7b-v1.0-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
78 |
+
|
79 |
+
|
80 |
+
## Downloading instruction
|
81 |
+
|
82 |
+
### Command line
|
83 |
+
|
84 |
+
Firstly, install Huggingface Client
|
85 |
+
|
86 |
+
```shell
|
87 |
+
pip install -U "huggingface_hub[cli]"
|
88 |
+
```
|
89 |
+
|
90 |
+
Then, downoad the individual model file the a local directory
|
91 |
+
|
92 |
+
```shell
|
93 |
+
huggingface-cli download tensorblock/speechless-code-mistral-7b-v1.0-GGUF --include "speechless-code-mistral-7b-v1.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
94 |
+
```
|
95 |
+
|
96 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
97 |
+
|
98 |
+
```shell
|
99 |
+
huggingface-cli download tensorblock/speechless-code-mistral-7b-v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
100 |
+
```
|
speechless-code-mistral-7b-v1.0-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5c5b27dae8a3e791321e2e2f58231ef394d50a6294938f99afef30b90c8a635
|
3 |
+
size 2719243488
|
speechless-code-mistral-7b-v1.0-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42e0f61eed59ec126324a0a13aae6231c6f17d5658bdeaeffcb861e02095f122
|
3 |
+
size 3822025952
|
speechless-code-mistral-7b-v1.0-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afb0a4a625c8196d67a5c52d2b2f3767bd13fbc34d2b124d9c0f10ec18f1f454
|
3 |
+
size 3518987488
|
speechless-code-mistral-7b-v1.0-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a97bbb242e68fd9ad52cda5a4aad1e8c6ad1c3541f53d7a953ccee706f1abc31
|
3 |
+
size 3164568800
|
speechless-code-mistral-7b-v1.0-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d8dd654d2d0922d42fc5a5cc2de6a41cb3c9fd3a418a6661ceb0f9739dd9b6
|
3 |
+
size 4108917984
|
speechless-code-mistral-7b-v1.0-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b87b0d353503103721f0048ca300976dfbc0c258cd9b089ea4eb874a99202f18
|
3 |
+
size 4368440544
|
speechless-code-mistral-7b-v1.0-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:874eaf3eaf38978eef002938fd6d9e5ec023584b13ef3afec01fd6234db0ac56
|
3 |
+
size 4140375264
|
speechless-code-mistral-7b-v1.0-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d51d90392249816a158db6e4bd96821cf7f11ccf9325492cb8eeae25df8c24e
|
3 |
+
size 4997717216
|
speechless-code-mistral-7b-v1.0-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83d8b83d88f4dbc461d68fdae7d0ee8e56a38f8cd25f32f2af65e61b5afcc2c9
|
3 |
+
size 5131410656
|
speechless-code-mistral-7b-v1.0-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0318c2b4f6e99add45047e5f2df73d26471087ccd72c10c8fe1eca5737fa7500
|
3 |
+
size 4997717216
|
speechless-code-mistral-7b-v1.0-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3071d936d28edb742f81953c2499db1fa8cbbf994cb3d6f0bb2c5b1d196ce79b
|
3 |
+
size 5942066400
|
speechless-code-mistral-7b-v1.0-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa5b71244d4290c2705db087c44c7e6e47ed7293de45925d5ae7c9aaeee22b0b
|
3 |
+
size 7695858912
|