Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +78 -0
- llm4decompile-6.7b-v1.5-Q2_K.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q3_K_L.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q3_K_M.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q3_K_S.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q4_0.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q4_K_M.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q4_K_S.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q5_0.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q5_K_M.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q5_K_S.gguf +3 -0
- llm4decompile-6.7b-v1.5-Q6_K.gguf +3 -0
- llm4decompile-6.7b-v1.5-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 |
+
llm4decompile-6.7b-v1.5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llm4decompile-6.7b-v1.5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llm4decompile-6.7b-v1.5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llm4decompile-6.7b-v1.5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llm4decompile-6.7b-v1.5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llm4decompile-6.7b-v1.5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llm4decompile-6.7b-v1.5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llm4decompile-6.7b-v1.5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llm4decompile-6.7b-v1.5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llm4decompile-6.7b-v1.5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llm4decompile-6.7b-v1.5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llm4decompile-6.7b-v1.5-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- decompile
|
5 |
+
- binary
|
6 |
+
- TensorBlock
|
7 |
+
- GGUF
|
8 |
+
base_model: LLM4Binary/llm4decompile-6.7b-v1.5
|
9 |
+
---
|
10 |
+
|
11 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
12 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
13 |
+
</div>
|
14 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
15 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
16 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
17 |
+
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>
|
18 |
+
</p>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
## LLM4Binary/llm4decompile-6.7b-v1.5 - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [LLM4Binary/llm4decompile-6.7b-v1.5](https://huggingface.co/LLM4Binary/llm4decompile-6.7b-v1.5).
|
25 |
+
|
26 |
+
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).
|
27 |
+
|
28 |
+
<div style="text-align: left; margin: 20px 0;">
|
29 |
+
<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;">
|
30 |
+
Run them on the TensorBlock client using your local machine ↗
|
31 |
+
</a>
|
32 |
+
</div>
|
33 |
+
|
34 |
+
## Prompt template
|
35 |
+
|
36 |
+
```
|
37 |
+
{system_prompt}{prompt}
|
38 |
+
```
|
39 |
+
|
40 |
+
## Model file specification
|
41 |
+
|
42 |
+
| Filename | Quant type | File Size | Description |
|
43 |
+
| -------- | ---------- | --------- | ----------- |
|
44 |
+
| [llm4decompile-6.7b-v1.5-Q2_K.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q2_K.gguf) | Q2_K | 2.535 GB | smallest, significant quality loss - not recommended for most purposes |
|
45 |
+
| [llm4decompile-6.7b-v1.5-Q3_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q3_K_S.gguf) | Q3_K_S | 2.950 GB | very small, high quality loss |
|
46 |
+
| [llm4decompile-6.7b-v1.5-Q3_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q3_K_M.gguf) | Q3_K_M | 3.300 GB | very small, high quality loss |
|
47 |
+
| [llm4decompile-6.7b-v1.5-Q3_K_L.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q3_K_L.gguf) | Q3_K_L | 3.599 GB | small, substantial quality loss |
|
48 |
+
| [llm4decompile-6.7b-v1.5-Q4_0.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q4_0.gguf) | Q4_0 | 3.828 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
49 |
+
| [llm4decompile-6.7b-v1.5-Q4_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q4_K_S.gguf) | Q4_K_S | 3.859 GB | small, greater quality loss |
|
50 |
+
| [llm4decompile-6.7b-v1.5-Q4_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q4_K_M.gguf) | Q4_K_M | 4.083 GB | medium, balanced quality - recommended |
|
51 |
+
| [llm4decompile-6.7b-v1.5-Q5_0.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
52 |
+
| [llm4decompile-6.7b-v1.5-Q5_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
|
53 |
+
| [llm4decompile-6.7b-v1.5-Q5_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q5_K_M.gguf) | Q5_K_M | 4.785 GB | large, very low quality loss - recommended |
|
54 |
+
| [llm4decompile-6.7b-v1.5-Q6_K.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q6_K.gguf) | Q6_K | 5.531 GB | very large, extremely low quality loss |
|
55 |
+
| [llm4decompile-6.7b-v1.5-Q8_0.gguf](https://huggingface.co/tensorblock/llm4decompile-6.7b-v1.5-GGUF/blob/main/llm4decompile-6.7b-v1.5-Q8_0.gguf) | Q8_0 | 7.164 GB | very large, extremely low quality loss - not recommended |
|
56 |
+
|
57 |
+
|
58 |
+
## Downloading instruction
|
59 |
+
|
60 |
+
### Command line
|
61 |
+
|
62 |
+
Firstly, install Huggingface Client
|
63 |
+
|
64 |
+
```shell
|
65 |
+
pip install -U "huggingface_hub[cli]"
|
66 |
+
```
|
67 |
+
|
68 |
+
Then, downoad the individual model file the a local directory
|
69 |
+
|
70 |
+
```shell
|
71 |
+
huggingface-cli download tensorblock/llm4decompile-6.7b-v1.5-GGUF --include "llm4decompile-6.7b-v1.5-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
72 |
+
```
|
73 |
+
|
74 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/llm4decompile-6.7b-v1.5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
78 |
+
```
|
llm4decompile-6.7b-v1.5-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4ce4c3357b6ea89b6a74770a4d3404ad19e2b20121ce4031787e07793e4a243
|
3 |
+
size 2534501024
|
llm4decompile-6.7b-v1.5-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd65642570759a04a2d2e6daf9522a0181f2b7296ade692cd98cce8bdfc56ae2
|
3 |
+
size 3598854816
|
llm4decompile-6.7b-v1.5-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70264ce2f6eff208be224dc742d2680f7a2da8ddf7e226aac39617b41e7849e8
|
3 |
+
size 3299748512
|
llm4decompile-6.7b-v1.5-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01caa8e14e459ef7084be405a78466b897c346d1a26868c396b10a7a75ae4c52
|
3 |
+
size 2950048416
|
llm4decompile-6.7b-v1.5-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3494c45362dc02c422106a6b236be21e227452c5012b3a8e936f3144aa4867d0
|
3 |
+
size 3827690144
|
llm4decompile-6.7b-v1.5-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17b708d54680ef797fd7ba570c99e5579ff550c1e14ce4f7db85fe1287ca779
|
3 |
+
size 4082887328
|
llm4decompile-6.7b-v1.5-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85db11768908c9eb59b7e06d3d533578a36fc6378b20d7b56392621329f3f7a8
|
3 |
+
size 3858623136
|
llm4decompile-6.7b-v1.5-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45afe532264f781e585da72128ec9de685774c856dcd4f9a49656424ad4becb0
|
3 |
+
size 4653705888
|
llm4decompile-6.7b-v1.5-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55642374e232717d701f7bee64c74cd93e6513c8bbe3be904a371d753fcb1929
|
3 |
+
size 4785171104
|
llm4decompile-6.7b-v1.5-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e853460e17e42d3355d9fae1ed613d79d3b1d9c431fdae09686106152db625b3
|
3 |
+
size 4653705888
|
llm4decompile-6.7b-v1.5-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a37da37b9a10471c21c239b1681838e1c29f7f5de6928676fc714cd8622ebf3
|
3 |
+
size 5531347616
|
llm4decompile-6.7b-v1.5-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ea25bf66036edf983522908f676129a334e44fa84e36b1285ac526188c9fbaa
|
3 |
+
size 7163751072
|