Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +76 -0
- tiny-random-mistral-Q2_K.gguf +3 -0
- tiny-random-mistral-Q3_K_L.gguf +3 -0
- tiny-random-mistral-Q3_K_M.gguf +3 -0
- tiny-random-mistral-Q3_K_S.gguf +3 -0
- tiny-random-mistral-Q4_0.gguf +3 -0
- tiny-random-mistral-Q4_K_M.gguf +3 -0
- tiny-random-mistral-Q4_K_S.gguf +3 -0
- tiny-random-mistral-Q5_0.gguf +3 -0
- tiny-random-mistral-Q5_K_M.gguf +3 -0
- tiny-random-mistral-Q5_K_S.gguf +3 -0
- tiny-random-mistral-Q6_K.gguf +3 -0
- tiny-random-mistral-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 |
+
tiny-random-mistral-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
tiny-random-mistral-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
tiny-random-mistral-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
tiny-random-mistral-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
tiny-random-mistral-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
tiny-random-mistral-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
tiny-random-mistral-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
tiny-random-mistral-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
tiny-random-mistral-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
tiny-random-mistral-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
tiny-random-mistral-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
tiny-random-mistral-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- tiny
|
5 |
+
- random
|
6 |
+
- TensorBlock
|
7 |
+
- GGUF
|
8 |
+
license: mit
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
base_model: distilabel-internal-testing/tiny-random-mistral
|
11 |
+
---
|
12 |
+
|
13 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
14 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
15 |
+
</div>
|
16 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
17 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
18 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
19 |
+
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>
|
20 |
+
</p>
|
21 |
+
</div>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
## distilabel-internal-testing/tiny-random-mistral - GGUF
|
25 |
+
|
26 |
+
This repo contains GGUF format model files for [distilabel-internal-testing/tiny-random-mistral](https://huggingface.co/distilabel-internal-testing/tiny-random-mistral).
|
27 |
+
|
28 |
+
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).
|
29 |
+
|
30 |
+
## Prompt template
|
31 |
+
|
32 |
+
```
|
33 |
+
<s> [INST] {system_prompt}
|
34 |
+
|
35 |
+
{prompt} [/INST]
|
36 |
+
```
|
37 |
+
|
38 |
+
## Model file specification
|
39 |
+
|
40 |
+
| Filename | Quant type | File Size | Description |
|
41 |
+
| -------- | ---------- | --------- | ----------- |
|
42 |
+
| [tiny-random-mistral-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q2_K.gguf) | Q2_K | 0.007 GB | smallest, significant quality loss - not recommended for most purposes |
|
43 |
+
| [tiny-random-mistral-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q3_K_S.gguf) | Q3_K_S | 0.007 GB | very small, high quality loss |
|
44 |
+
| [tiny-random-mistral-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q3_K_M.gguf) | Q3_K_M | 0.007 GB | very small, high quality loss |
|
45 |
+
| [tiny-random-mistral-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q3_K_L.gguf) | Q3_K_L | 0.007 GB | small, substantial quality loss |
|
46 |
+
| [tiny-random-mistral-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q4_0.gguf) | Q4_0 | 0.007 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
47 |
+
| [tiny-random-mistral-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q4_K_S.gguf) | Q4_K_S | 0.007 GB | small, greater quality loss |
|
48 |
+
| [tiny-random-mistral-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q4_K_M.gguf) | Q4_K_M | 0.007 GB | medium, balanced quality - recommended |
|
49 |
+
| [tiny-random-mistral-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q5_0.gguf) | Q5_0 | 0.007 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
50 |
+
| [tiny-random-mistral-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q5_K_S.gguf) | Q5_K_S | 0.008 GB | large, low quality loss - recommended |
|
51 |
+
| [tiny-random-mistral-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q5_K_M.gguf) | Q5_K_M | 0.008 GB | large, very low quality loss - recommended |
|
52 |
+
| [tiny-random-mistral-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q6_K.gguf) | Q6_K | 0.009 GB | very large, extremely low quality loss |
|
53 |
+
| [tiny-random-mistral-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-random-mistral-GGUF/tree/main/tiny-random-mistral-Q8_0.gguf) | Q8_0 | 0.009 GB | very large, extremely low quality loss - not recommended |
|
54 |
+
|
55 |
+
|
56 |
+
## Downloading instruction
|
57 |
+
|
58 |
+
### Command line
|
59 |
+
|
60 |
+
Firstly, install Huggingface Client
|
61 |
+
|
62 |
+
```shell
|
63 |
+
pip install -U "huggingface_hub[cli]"
|
64 |
+
```
|
65 |
+
|
66 |
+
Then, downoad the individual model file the a local directory
|
67 |
+
|
68 |
+
```shell
|
69 |
+
huggingface-cli download tensorblock/tiny-random-mistral-GGUF --include "tiny-random-mistral-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
70 |
+
```
|
71 |
+
|
72 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
73 |
+
|
74 |
+
```shell
|
75 |
+
huggingface-cli download tensorblock/tiny-random-mistral-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
76 |
+
```
|
tiny-random-mistral-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:102d5323586541aefc71a087b961815c69283f9211e858545d81ac220c6fbd7d
|
3 |
+
size 7441792
|
tiny-random-mistral-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8d16755c8e218fb31f23529ab99422bc78b5ae9d6dce9c4cfb5069db534de3e
|
3 |
+
size 7451008
|
tiny-random-mistral-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:312c9b6c6b80675a0d71f520b91ec4cc3013cff38c36b834420b398dff7cce91
|
3 |
+
size 7448960
|
tiny-random-mistral-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f01ab8399c7f8d9d2004f418cee735a37a6e5881855a121328cf8fc340573770
|
3 |
+
size 7441792
|
tiny-random-mistral-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae173c0860eec8d086ecee787c5a381a7d48ee41ec0ff4231cf2cb7bccd563e8
|
3 |
+
size 7441792
|
tiny-random-mistral-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fdd8dd56408b5570e1e9efd679fdb9209de53cf99b00ee2bf899137c7025a76
|
3 |
+
size 7980416
|
tiny-random-mistral-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60e282013745b2e6fc42ac9938d9dbfc9127f698cdcd4fbb17d4c9042dfc91b1
|
3 |
+
size 7969152
|
tiny-random-mistral-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc1cc3909a644316f9d525de9b156a675d96f7ab4d5926c8305e6e5cf58092d4
|
3 |
+
size 7968128
|
tiny-random-mistral-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d81bb0a7a184efb5eead59e21cf34eafaf110e1a330b7fa2b013ecde28e026de
|
3 |
+
size 8241536
|
tiny-random-mistral-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c12fc76db62df30cba825c448fdae6a74d66d42189d8deacf4dad3baafdf123
|
3 |
+
size 8231296
|
tiny-random-mistral-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc2a87a30f89f4079b3c3ac70ff6588442272dc8406d3cf39d7cc4268f6bf704
|
3 |
+
size 9547136
|
tiny-random-mistral-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a3b2f424d6e8f8d3bb1a09b2a6b4e535520e89242619613608830895304440e
|
3 |
+
size 9547136
|