LLM4Binary commited on
Commit
95555ed
1 Parent(s): 2582afe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ widget:
9
 
10
  ### 1. Introduction of LLM4Decompile
11
 
12
- LLM4Decompile aims to decompile x86 assembly instructions into C. It is finetuned from Deepseek-Coder on 4B tokens of assembly-C pairs compiled from AnghaBench.
13
 
14
  - **Github Repository:** [LLM4Compile](https://github.com/albertan017/LLM4Decompile)
15
 
 
9
 
10
  ### 1. Introduction of LLM4Decompile
11
 
12
+ LLM4Decompile aims to decompile x86 assembly instructions into C. The newly released V1.5 series are trained with a larger dataset (15B tokens) and a maximum token length of 4,096, with remarkable performance (up to 100% improvement) compared to the previous model.
13
 
14
  - **Github Repository:** [LLM4Compile](https://github.com/albertan017/LLM4Decompile)
15