Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +70 -0
- llama-2-tiny-4kv-heads-4layers-random-Q2_K.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q3_K_L.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q3_K_M.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q3_K_S.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q4_0.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q4_K_M.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q4_K_S.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q5_0.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q5_K_M.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q5_K_S.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-Q6_K.gguf +3 -0
- llama-2-tiny-4kv-heads-4layers-random-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 |
+
llama-2-tiny-4kv-heads-4layers-random-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama-2-tiny-4kv-heads-4layers-random-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama-2-tiny-4kv-heads-4layers-random-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama-2-tiny-4kv-heads-4layers-random-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama-2-tiny-4kv-heads-4layers-random-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama-2-tiny-4kv-heads-4layers-random-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama-2-tiny-4kv-heads-4layers-random-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama-2-tiny-4kv-heads-4layers-random-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama-2-tiny-4kv-heads-4layers-random-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama-2-tiny-4kv-heads-4layers-random-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama-2-tiny-4kv-heads-4layers-random-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama-2-tiny-4kv-heads-4layers-random-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
base_model: michaelbenayoun/llama-2-tiny-4kv-heads-4layers-random
|
7 |
+
---
|
8 |
+
|
9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
11 |
+
</div>
|
12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
15 |
+
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>
|
16 |
+
</p>
|
17 |
+
</div>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
## michaelbenayoun/llama-2-tiny-4kv-heads-4layers-random - GGUF
|
21 |
+
|
22 |
+
This repo contains GGUF format model files for [michaelbenayoun/llama-2-tiny-4kv-heads-4layers-random](https://huggingface.co/michaelbenayoun/llama-2-tiny-4kv-heads-4layers-random).
|
23 |
+
|
24 |
+
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).
|
25 |
+
|
26 |
+
## Prompt template
|
27 |
+
|
28 |
+
```
|
29 |
+
|
30 |
+
```
|
31 |
+
|
32 |
+
## Model file specification
|
33 |
+
|
34 |
+
| Filename | Quant type | File Size | Description |
|
35 |
+
| -------- | ---------- | --------- | ----------- |
|
36 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q2_K.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q2_K.gguf) | Q2_K | 0.007 GB | smallest, significant quality loss - not recommended for most purposes |
|
37 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q3_K_S.gguf) | Q3_K_S | 0.007 GB | very small, high quality loss |
|
38 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q3_K_M.gguf) | Q3_K_M | 0.007 GB | very small, high quality loss |
|
39 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q3_K_L.gguf) | Q3_K_L | 0.007 GB | small, substantial quality loss |
|
40 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q4_0.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q4_0.gguf) | Q4_0 | 0.007 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
41 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q4_K_S.gguf) | Q4_K_S | 0.008 GB | small, greater quality loss |
|
42 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q4_K_M.gguf) | Q4_K_M | 0.008 GB | medium, balanced quality - recommended |
|
43 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q5_0.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q5_0.gguf) | Q5_0 | 0.008 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
44 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q5_K_S.gguf) | Q5_K_S | 0.008 GB | large, low quality loss - recommended |
|
45 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q5_K_M.gguf) | Q5_K_M | 0.008 GB | large, very low quality loss - recommended |
|
46 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q6_K.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q6_K.gguf) | Q6_K | 0.009 GB | very large, extremely low quality loss |
|
47 |
+
| [llama-2-tiny-4kv-heads-4layers-random-Q8_0.gguf](https://huggingface.co/tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF/tree/main/llama-2-tiny-4kv-heads-4layers-random-Q8_0.gguf) | Q8_0 | 0.009 GB | very large, extremely low quality loss - not recommended |
|
48 |
+
|
49 |
+
|
50 |
+
## Downloading instruction
|
51 |
+
|
52 |
+
### Command line
|
53 |
+
|
54 |
+
Firstly, install Huggingface Client
|
55 |
+
|
56 |
+
```shell
|
57 |
+
pip install -U "huggingface_hub[cli]"
|
58 |
+
```
|
59 |
+
|
60 |
+
Then, downoad the individual model file the a local directory
|
61 |
+
|
62 |
+
```shell
|
63 |
+
huggingface-cli download tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF --include "llama-2-tiny-4kv-heads-4layers-random-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
64 |
+
```
|
65 |
+
|
66 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
67 |
+
|
68 |
+
```shell
|
69 |
+
huggingface-cli download tensorblock/llama-2-tiny-4kv-heads-4layers-random-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
70 |
+
```
|
llama-2-tiny-4kv-heads-4layers-random-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17b638445eb0272abd5c524b69c8cf84dcf23b20142db309595218b93a4424e7
|
3 |
+
size 7581728
|
llama-2-tiny-4kv-heads-4layers-random-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27e98cbaab8b09df75a279840b63a3d7ae6df06aaea9af25f4388f2ba5cadb7e
|
3 |
+
size 7606816
|
llama-2-tiny-4kv-heads-4layers-random-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86c8daefb08cfd0f1577a44a07cb5bbd4176ccac8c6f30c6eb38b021e10cd4f4
|
3 |
+
size 7598368
|
llama-2-tiny-4kv-heads-4layers-random-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:063c8ae2e96878231e32859585e6134b9590d9e9babedf0f761336aeb39aa489
|
3 |
+
size 7580704
|
llama-2-tiny-4kv-heads-4layers-random-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6eadc74fafabe4474e2619472827f045586f1a43633a8fabc5006da2efea09f6
|
3 |
+
size 7580704
|
llama-2-tiny-4kv-heads-4layers-random-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e424b55f35425bc0c4dc92fe64057a709a18a8065c5f02f3a39f5d32ac2aa9ad
|
3 |
+
size 8149536
|
llama-2-tiny-4kv-heads-4layers-random-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bb19589ef3c80df0aea99a5d24aeda70d7ee4f55a88d05156646b652d549a6c
|
3 |
+
size 8136224
|
llama-2-tiny-4kv-heads-4layers-random-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae25a3005fe8e0974bba3d85f65e52a501563fb0ed3d162d9189f0045c097fd6
|
3 |
+
size 8135712
|
llama-2-tiny-4kv-heads-4layers-random-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f0e0a9feb342adf4c7ef5572593505b8f98660308fea2fcae70170a570d700
|
3 |
+
size 8424736
|
llama-2-tiny-4kv-heads-4layers-random-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1acd66cbda45eb8bd0a4715d78fa3795e87336a8e4887517d10505bf2f2cbb2b
|
3 |
+
size 8413216
|
llama-2-tiny-4kv-heads-4layers-random-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b256c3b8dd9deff5758ac0d9def10d12bb995674cfb02636b7bbab51ec1ca78
|
3 |
+
size 9800736
|
llama-2-tiny-4kv-heads-4layers-random-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3e41cbfd8296d5ecfadf5c4c420c378f59134cd7ae0e7a6ef5126846085541d
|
3 |
+
size 9800736
|