morriszms commited on
Commit
5195666
·
verified ·
1 Parent(s): edece5d

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-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llm4decompile-1.3b-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llm4decompile-1.3b-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llm4decompile-1.3b-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llm4decompile-1.3b-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llm4decompile-1.3b-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llm4decompile-1.3b-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llm4decompile-1.3b-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llm4decompile-1.3b-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llm4decompile-1.3b-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llm4decompile-1.3b-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llm4decompile-1.3b-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - decompile
5
+ - binary
6
+ - TensorBlock
7
+ - GGUF
8
+ widget:
9
+ - text: "# This is the assembly code:\nfloat func0(float param_1)\n\n{\n return param_1\
10
+ \ - (float)(int)param_1;\n}# What is the source code?\n"
11
+ base_model: LLM4Binary/llm4decompile-1.3b-v2
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## LLM4Binary/llm4decompile-1.3b-v2 - GGUF
26
+
27
+ This repo contains GGUF format model files for [LLM4Binary/llm4decompile-1.3b-v2](https://huggingface.co/LLM4Binary/llm4decompile-1.3b-v2).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [llm4decompile-1.3b-v2-Q2_K.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q2_K.gguf) | Q2_K | 0.560 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [llm4decompile-1.3b-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q3_K_S.gguf) | Q3_K_S | 0.642 GB | very small, high quality loss |
49
+ | [llm4decompile-1.3b-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q3_K_M.gguf) | Q3_K_M | 0.704 GB | very small, high quality loss |
50
+ | [llm4decompile-1.3b-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q3_K_L.gguf) | Q3_K_L | 0.744 GB | small, substantial quality loss |
51
+ | [llm4decompile-1.3b-v2-Q4_0.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q4_0.gguf) | Q4_0 | 0.776 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [llm4decompile-1.3b-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q4_K_S.gguf) | Q4_K_S | 0.814 GB | small, greater quality loss |
53
+ | [llm4decompile-1.3b-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q4_K_M.gguf) | Q4_K_M | 0.873 GB | medium, balanced quality - recommended |
54
+ | [llm4decompile-1.3b-v2-Q5_0.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q5_0.gguf) | Q5_0 | 0.936 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [llm4decompile-1.3b-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q5_K_S.gguf) | Q5_K_S | 0.953 GB | large, low quality loss - recommended |
56
+ | [llm4decompile-1.3b-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q5_K_M.gguf) | Q5_K_M | 1.002 GB | large, very low quality loss - recommended |
57
+ | [llm4decompile-1.3b-v2-Q6_K.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q6_K.gguf) | Q6_K | 1.172 GB | very large, extremely low quality loss |
58
+ | [llm4decompile-1.3b-v2-Q8_0.gguf](https://huggingface.co/tensorblock/llm4decompile-1.3b-v2-GGUF/blob/main/llm4decompile-1.3b-v2-Q8_0.gguf) | Q8_0 | 1.432 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/llm4decompile-1.3b-v2-GGUF --include "llm4decompile-1.3b-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/llm4decompile-1.3b-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
llm4decompile-1.3b-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:558c8e59c09b7ec91b1f7b20a866ea988a91b2b574f779ccc202bcb7dc9ed55f
3
+ size 559716256
llm4decompile-1.3b-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbd24302ae58cbd57467be538642983d071375cc76843bbdd43172c24cd46b35
3
+ size 744454048
llm4decompile-1.3b-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf2011fd318e70482fa5519ef122952e008f1c57bcaf6b23c15f19d36ab97f07
3
+ size 704133024
llm4decompile-1.3b-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7173afda225cae55ebc695b4cec93e9e272c295f9831db26e0d416970cc9537
3
+ size 641824672
llm4decompile-1.3b-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72283155a71bd991c542e90fb3ea84f0bc410d86f9e2d45ddb8668f9ee67580
3
+ size 775935904
llm4decompile-1.3b-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c59cd3c95594341b3d7ca5ecf360ddf131bc89f55418c129020c3a04108ca6
3
+ size 873453472
llm4decompile-1.3b-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fd72430e90202d518a1342508db1489e60ed15a8434f311213164c20495b066
3
+ size 813963168
llm4decompile-1.3b-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a820f7e1dcc05f662c914af0b555560f970dc89ce74c726bb45ede11e3866858
3
+ size 935974816
llm4decompile-1.3b-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d6395b037e48115282107f044596642366b2aafcde435e8d49abd447bdbb972
3
+ size 1001838496
llm4decompile-1.3b-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef17de0ac5452416a921db83b7547cc51458a064a9988f5b181aeaea6f6deb65
3
+ size 952883104
llm4decompile-1.3b-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e0c259f10b1a247d3dd6c80f4c4ab7c77e60c94e8a9d4ce3ac4f1b56895f7c3
3
+ size 1171535776
llm4decompile-1.3b-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5829b4bdb06611c021cb28459c45549de8446c26f5255457706c4ac0629f1673
3
+ size 1432090528