arise-sustech commited on
Commit
cac962c
1 Parent(s): da63bb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
 
10
  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.
11
 
12
- - **Github Repository:** [LLM4Compile](https://github.com/albertan017/LLM4Decompile)
13
  - **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
14
 
15
  Note: The unified optimization (UO) model is trained without prior knowledge of the optimization levels (O0~O3), the average re-executability is arond 0.21.
@@ -85,7 +85,7 @@ c_func_decompile = tokenizer.decode(outputs[0][len(inputs[0]):-1])
85
  ```
86
 
87
  ### 4. License
88
- This code repository is licensed under the MIT License.
89
 
90
  ### 5. Contact
91
 
 
9
 
10
  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.
11
 
12
+ - **Github Repository:** [LLM4Decompile](https://github.com/albertan017/LLM4Decompile)
13
  - **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
14
 
15
  Note: The unified optimization (UO) model is trained without prior knowledge of the optimization levels (O0~O3), the average re-executability is arond 0.21.
 
85
  ```
86
 
87
  ### 4. License
88
+ This code repository is licensed under the DeepSeek License.
89
 
90
  ### 5. Contact
91