Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +78 -0
- llm4decompile-9b-v2-Q2_K.gguf +3 -0
- llm4decompile-9b-v2-Q3_K_L.gguf +3 -0
- llm4decompile-9b-v2-Q3_K_M.gguf +3 -0
- llm4decompile-9b-v2-Q3_K_S.gguf +3 -0
- llm4decompile-9b-v2-Q4_0.gguf +3 -0
- llm4decompile-9b-v2-Q4_K_M.gguf +3 -0
- llm4decompile-9b-v2-Q4_K_S.gguf +3 -0
- llm4decompile-9b-v2-Q5_0.gguf +3 -0
- llm4decompile-9b-v2-Q5_K_M.gguf +3 -0
- llm4decompile-9b-v2-Q5_K_S.gguf +3 -0
- llm4decompile-9b-v2-Q6_K.gguf +3 -0
- llm4decompile-9b-v2-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-9b-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
llm4decompile-9b-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
llm4decompile-9b-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
llm4decompile-9b-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
llm4decompile-9b-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
llm4decompile-9b-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
llm4decompile-9b-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
llm4decompile-9b-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
llm4decompile-9b-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
llm4decompile-9b-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
llm4decompile-9b-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
llm4decompile-9b-v2-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-9b-v2
|
| 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-9b-v2 - GGUF
|
| 23 |
+
|
| 24 |
+
This repo contains GGUF format model files for [LLM4Binary/llm4decompile-9b-v2](https://huggingface.co/LLM4Binary/llm4decompile-9b-v2).
|
| 25 |
+
|
| 26 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
|
| 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-9b-v2-Q2_K.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q2_K.gguf) | Q2_K | 3.354 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 45 |
+
| [llm4decompile-9b-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q3_K_S.gguf) | Q3_K_S | 3.899 GB | very small, high quality loss |
|
| 46 |
+
| [llm4decompile-9b-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q3_K_M.gguf) | Q3_K_M | 4.324 GB | very small, high quality loss |
|
| 47 |
+
| [llm4decompile-9b-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q3_K_L.gguf) | Q3_K_L | 4.691 GB | small, substantial quality loss |
|
| 48 |
+
| [llm4decompile-9b-v2-Q4_0.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q4_0.gguf) | Q4_0 | 5.037 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 49 |
+
| [llm4decompile-9b-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q4_K_S.gguf) | Q4_K_S | 5.072 GB | small, greater quality loss |
|
| 50 |
+
| [llm4decompile-9b-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q4_K_M.gguf) | Q4_K_M | 5.329 GB | medium, balanced quality - recommended |
|
| 51 |
+
| [llm4decompile-9b-v2-Q5_0.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q5_0.gguf) | Q5_0 | 6.108 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 52 |
+
| [llm4decompile-9b-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q5_K_S.gguf) | Q5_K_S | 6.108 GB | large, low quality loss - recommended |
|
| 53 |
+
| [llm4decompile-9b-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q5_K_M.gguf) | Q5_K_M | 6.258 GB | large, very low quality loss - recommended |
|
| 54 |
+
| [llm4decompile-9b-v2-Q6_K.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q6_K.gguf) | Q6_K | 7.246 GB | very large, extremely low quality loss |
|
| 55 |
+
| [llm4decompile-9b-v2-Q8_0.gguf](https://huggingface.co/tensorblock/llm4decompile-9b-v2-GGUF/blob/main/llm4decompile-9b-v2-Q8_0.gguf) | Q8_0 | 9.384 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-9b-v2-GGUF --include "llm4decompile-9b-v2-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-9b-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 78 |
+
```
|
llm4decompile-9b-v2-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7b22adb1a743e0f97f79cc03d052d6db79e30db264a206ec33fca82087ba49d
|
| 3 |
+
size 3354325664
|
llm4decompile-9b-v2-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:616b096adbe3819b8c282db2a1cd77dbda6327f36cc7295de754669cf04d7db4
|
| 3 |
+
size 4690752160
|
llm4decompile-9b-v2-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34aaca926cc0aeaed238bca058fb59ea8f3db4c1f2c5f1e09304dc820b168f3f
|
| 3 |
+
size 4324405920
|
llm4decompile-9b-v2-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad9aa1ea560abad53de49eaed81a67ebbf6c4a474f2e7213d0556d3e7e427496
|
| 3 |
+
size 3899208352
|
llm4decompile-9b-v2-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a60d2fa49104c1920a9b0ed707a5dacd34577890ae7eda3fbb56f7f10eae7e58
|
| 3 |
+
size 5036995232
|
llm4decompile-9b-v2-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae2d677a0896e662f4a5be26df2c25bc8231684e7e60f49a7e1ff92290a8b07f
|
| 3 |
+
size 5328958112
|
llm4decompile-9b-v2-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d840e804bde073c09c08efae68ae0cd9aba342b25b009ee37ce2ba491948e7f
|
| 3 |
+
size 5071860384
|
llm4decompile-9b-v2-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:468806a0a2b7be56aca041e9ee7355117ff734ffd0de45b56b741eadb704bd69
|
| 3 |
+
size 6107853472
|
llm4decompile-9b-v2-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17e1a3c5a02ef8f75343f65e923260d8c714ac3674b284dec3fa3cb654d36044
|
| 3 |
+
size 6258258592
|
llm4decompile-9b-v2-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:809ef15eb1c1a29dad1a6f15dd7eaf3e982cd4df4bd6ffee9c31691cb6708ea0
|
| 3 |
+
size 6107853472
|
llm4decompile-9b-v2-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6a946ff29ce94ea9d70e5cd5708009bef66e048a3ca54aac0b645eb7915e6cd
|
| 3 |
+
size 7245640352
|
llm4decompile-9b-v2-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a0f4c14a2fcacf3194dbf0cf40f509feba95745a359499ba0cb404311af4e0f
|
| 3 |
+
size 9383916192
|