arise-sustech commited on
Commit
50b13e7
·
verified ·
1 Parent(s): ebb7469

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
 
14
  - **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
15
 
@@ -81,7 +81,7 @@ c_func_decompile = tokenizer.decode(outputs[0][len(inputs[0]):-1])
81
  ```
82
 
83
  ### 4. License
84
- This code repository is licensed under the MIT License.
85
 
86
  ### 5. Contact
87
 
 
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
 
14
  - **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
15
 
 
81
  ```
82
 
83
  ### 4. License
84
+ This code repository is licensed under the DeepSeek License.
85
 
86
  ### 5. Contact
87