arise-sustech commited on
Commit
054f1b6
1 Parent(s): 4dd897b

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
  ### 2. Evaluation Results
@@ -80,7 +80,7 @@ c_func_decompile = tokenizer.decode(outputs[0][len(inputs[0]):-1])
80
  ```
81
 
82
  ### 4. License
83
- This code repository is licensed under the MIT License.
84
 
85
  ### 5. Contact
86
 
 
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
  ### 2. Evaluation Results
 
80
  ```
81
 
82
  ### 4. License
83
+ This code repository is licensed under the DeepSeek License.
84
 
85
  ### 5. Contact
86