Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ widget:
|
|
7 |
---
|
8 |
|
9 |
|
10 |
-
# CodeTrans model for code
|
11 |
Pretrained model on programming language java using the t5 small model architecture. It was first released in
|
12 |
[this repository](https://github.com/agemagician/CodeTrans). This model is trained on tokenized java code functions: it works best with tokenized java functions.
|
13 |
|
|
|
7 |
---
|
8 |
|
9 |
|
10 |
+
# CodeTrans model for code comment generation java
|
11 |
Pretrained model on programming language java using the t5 small model architecture. It was first released in
|
12 |
[this repository](https://github.com/agemagician/CodeTrans). This model is trained on tokenized java code functions: it works best with tokenized java functions.
|
13 |
|