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