LLM4Binary
commited on
Commit
•
ec74ee7
1
Parent(s):
69fbd59
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
|
8 |
### 1. Introduction of LLM4Decompile
|
9 |
|
10 |
-
LLM4Decompile aims to decompile x86 assembly instructions into C. The newly released
|
11 |
|
12 |
- **Github Repository:** [LLM4Decompile](https://github.com/albertan017/LLM4Decompile)
|
13 |
|
|
|
7 |
|
8 |
### 1. Introduction of LLM4Decompile
|
9 |
|
10 |
+
LLM4Decompile aims to decompile x86 assembly instructions into C. The newly released V2 series are trained with a larger dataset (2B tokens) and a maximum token length of 4,096, with remarkable performance (up to 100% improvement) compared to the previous model.
|
11 |
|
12 |
- **Github Repository:** [LLM4Decompile](https://github.com/albertan017/LLM4Decompile)
|
13 |
|