Update README.md
Browse files
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
|