Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
# Jam
|
| 2 |
|
| 3 |
-
Jam is a GPT2-like model for research in fine-grained Java analysis. It is intended for fine-grained analysis of Java source code at the level of methods, statements, and variables, as a foundation for downstream tasks like code completion, comment generation, and automated bug repair.
|
|
|
|
| 1 |
+
# Jam
|
| 2 |
|
| 3 |
+
Jam is a GPT2-like model for research in fine-grained Java analysis. It is intended for fine-grained analysis of Java source code at the level of methods, statements, and variables, as a foundation for downstream tasks like code completion, comment generation, and automated bug repair. This model is trained on jm52m only and trained for one epoch, which is ∼300,000 iterations.
|