wei commited on
Commit
22365ce
·
1 Parent(s): a6b7538

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ The model could be used to generate the description for the java function or be
21
 
22
  ### How to use
23
 
24
- Here is how to use this model to java function documentation using Transformers SummarizationPipeline:
25
 
26
  ```python
27
  from transformers import AutoTokenizer, AutoModelWithLMHead, SummarizationPipeline
 
21
 
22
  ### How to use
23
 
24
+ Here is how to use this model to generate java function documentation using Transformers SummarizationPipeline:
25
 
26
  ```python
27
  from transformers import AutoTokenizer, AutoModelWithLMHead, SummarizationPipeline