Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Do Code LLMs Do Static Analysis?
|
2 |
+
|
3 |
+
This repo contains the models checkpint for to reproducing the results.
|
4 |
+
|
5 |
+
## Models
|
6 |
+
| Name of directory | Description |
|
7 |
+
| ----------- | -----------|
|
8 |
+
| jam | checkpoints files of jam models |
|
9 |
+
| CodeLlaMa |checkpoints files of CodeLlaMa models |
|
10 |
+
|
11 |
+
Note that jam is the Java only models and we have C/C++ and Java for CodeLlaMa
|