wei commited on
Commit
5d630b9
1 Parent(s): 903c424

Update README.md

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