morriszms commited on
Commit
d577630
·
verified ·
1 Parent(s): 2b464d1

Upload folder using huggingface_hub

Browse files
.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-1.3b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llm4decompile-1.3b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llm4decompile-1.3b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llm4decompile-1.3b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llm4decompile-1.3b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llm4decompile-1.3b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llm4decompile-1.3b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llm4decompile-1.3b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llm4decompile-1.3b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llm4decompile-1.3b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llm4decompile-1.3b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llm4decompile-1.3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: code
3
+ widget:
4
+ - text: '# This is the assembly code with O0 optimization:
5
+
6
+ <func0>:
7
+
8
+ endbr64
9
+
10
+ lea (%rdi,%rsi,1),%eax
11
+
12
+ retq
13
+
14
+ # What is the source code?
15
+
16
+ '
17
+ license: other
18
+ tags:
19
+ - decompile
20
+ - binary
21
+ - TensorBlock
22
+ - GGUF
23
+ base_model: arise-sustech/llm4decompile-1.3b
24
+ ---
25
+
26
+ <div style="width: auto; margin-left: auto; margin-right: auto">
27
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
28
+ </div>
29
+ <div style="display: flex; justify-content: space-between; width: 100%;">
30
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
31
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
32
+ 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>
33
+ </p>
34
+ </div>
35
+ </div>
36
+
37
+ ## arise-sustech/llm4decompile-1.3b - GGUF
38
+
39
+ This repo contains GGUF format model files for [arise-sustech/llm4decompile-1.3b](https://huggingface.co/arise-sustech/llm4decompile-1.3b).
40
+
41
+ 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).
42
+
43
+ <div style="text-align: left; margin: 20px 0;">
44
+ <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;">
45
+ Run them on the TensorBlock client using your local machine ↗
46
+ </a>
47
+ </div>
48
+
49
+ ## Prompt template
50
+
51
+ ```
52
+
53
+ ```
54
+
55
+ ## Model file specification
56
+
57
+ | Filename | Quant type | File Size | Description |
58
+ | -------- | ---------- | --------- | ----------- |
59
+ | [llm4decompile-1.3b-Q2_K.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q2_K.gguf) | Q2_K | 0.560 GB | smallest, significant quality loss - not recommended for most purposes |
60
+ | [llm4decompile-1.3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q3_K_S.gguf) | Q3_K_S | 0.642 GB | very small, high quality loss |
61
+ | [llm4decompile-1.3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q3_K_M.gguf) | Q3_K_M | 0.704 GB | very small, high quality loss |
62
+ | [llm4decompile-1.3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q3_K_L.gguf) | Q3_K_L | 0.744 GB | small, substantial quality loss |
63
+ | [llm4decompile-1.3b-Q4_0.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q4_0.gguf) | Q4_0 | 0.776 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
64
+ | [llm4decompile-1.3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q4_K_S.gguf) | Q4_K_S | 0.814 GB | small, greater quality loss |
65
+ | [llm4decompile-1.3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q4_K_M.gguf) | Q4_K_M | 0.873 GB | medium, balanced quality - recommended |
66
+ | [llm4decompile-1.3b-Q5_0.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q5_0.gguf) | Q5_0 | 0.936 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
67
+ | [llm4decompile-1.3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q5_K_S.gguf) | Q5_K_S | 0.953 GB | large, low quality loss - recommended |
68
+ | [llm4decompile-1.3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q5_K_M.gguf) | Q5_K_M | 1.002 GB | large, very low quality loss - recommended |
69
+ | [llm4decompile-1.3b-Q6_K.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q6_K.gguf) | Q6_K | 1.172 GB | very large, extremely low quality loss |
70
+ | [llm4decompile-1.3b-Q8_0.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-GGUF/blob/main/llm4decompile-1.3b-Q8_0.gguf) | Q8_0 | 1.432 GB | very large, extremely low quality loss - not recommended |
71
+
72
+
73
+ ## Downloading instruction
74
+
75
+ ### Command line
76
+
77
+ Firstly, install Huggingface Client
78
+
79
+ ```shell
80
+ pip install -U "huggingface_hub[cli]"
81
+ ```
82
+
83
+ Then, downoad the individual model file the a local directory
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/llm4decompile-1.3b-GGUF --include "llm4decompile-1.3b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
87
+ ```
88
+
89
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
90
+
91
+ ```shell
92
+ huggingface-cli download tensorblock/llm4decompile-1.3b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
93
+ ```
llm4decompile-1.3b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe938f0d39c6b1390743330649d82e7200adf6170a2fe0facb36de116783537
3
+ size 559716352
llm4decompile-1.3b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb0b3983025482ffcc214f4cea5e61a75d35de87610c1adfb7052499e57ccd8
3
+ size 744454144
llm4decompile-1.3b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:732db873467107865394a067493b8e48eb9ab2966a85f9b24a76dd7154f47b6e
3
+ size 704133120
llm4decompile-1.3b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc8452a46753354ed6a3712e4647fc01c59b27f934465e6064ff30a359ab4ac
3
+ size 641824768
llm4decompile-1.3b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa39cdad12252b11c0075f508a3b64bd18b10106e06345b11af9d761772b23f
3
+ size 775936000
llm4decompile-1.3b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e8d0cb4844ee7d3f8bfebf2579207f6146fe18d786be05089007502592176ac
3
+ size 873453568
llm4decompile-1.3b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f2a10027829684188efec9d298c1628a287bf5bbdebc308b406f8377226ebd
3
+ size 813963264
llm4decompile-1.3b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fbb2861ae7ad00a9b113c6cf7ab675a28d1f47bbe5b3df24b03e84d1aa17c16
3
+ size 935974912
llm4decompile-1.3b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc82d7df154e4a0e505d29d78a2fc4c1fa3037ced2b7377ae01ad5848706e472
3
+ size 1001838592
llm4decompile-1.3b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06d7c8071905ea66352428e2407c7729fed7592688c1d3a49232e2960fadfaf
3
+ size 952883200
llm4decompile-1.3b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be16050c4af84c9a1b0df518af11076e0fec53a237d760fc7027f75976bdd3a6
3
+ size 1171535872
llm4decompile-1.3b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1065de33e087c502b4bf2cce66dd26f7ce4d823db61054b01b4e9781dc9309b
3
+ size 1432090624