shailja commited on
Commit
96beb6c
1 Parent(s): c3538ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ CodeGen trained on decompiled ghidra C source code with the capability for answering questions such as:
6
+
7
+ 1. What is the purpose of the code?
8
+ 2. What language is the code written in (c/c++)?