Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ widget:
|
|
10 |
|
11 |
### 1. Introduction of LLM4Decompile
|
12 |
|
13 |
-
LLM4Decompile aims to decompile x86 assembly instructions into C. The newly released
|
14 |
|
15 |
- **Github Repository:** [LLM4Decompile](https://github.com/albertan017/LLM4Decompile)
|
16 |
|
|
|
10 |
|
11 |
### 1. Introduction of LLM4Decompile
|
12 |
|
13 |
+
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.
|
14 |
|
15 |
- **Github Repository:** [LLM4Decompile](https://github.com/albertan017/LLM4Decompile)
|
16 |
|