wei commited on
Commit
05f6a91
1 Parent(s): c9d0a36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ widget:
7
  ---
8
 
9
 
10
- # CodeTrans model for code documentation generation java
11
  Pretrained model on programming language java using the t5 base 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 base 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