Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,18 @@ Paper: [CoTexT: Multi-task Learning with Code-Text Transformer](https://aclantho
|
|
| 13 |
Authors: _Long Phan, Hieu Tran, Daniel Le, Hieu Nguyen, James Anibal, Alec Peltekian, Yanfang Ye_
|
| 14 |
|
| 15 |
## How to use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
For more details, do check out [our Github repo](https://github.com/justinphan3110/CoTexT).
|
| 17 |
```python
|
| 18 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
|
|
| 13 |
Authors: _Long Phan, Hieu Tran, Daniel Le, Hieu Nguyen, James Anibal, Alec Peltekian, Yanfang Ye_
|
| 14 |
|
| 15 |
## How to use
|
| 16 |
+
|
| 17 |
+
Supported languages:
|
| 18 |
+
|
| 19 |
+
```shell
|
| 20 |
+
"go"
|
| 21 |
+
"java"
|
| 22 |
+
"javascript"
|
| 23 |
+
"php"
|
| 24 |
+
"python"
|
| 25 |
+
"ruby"
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
For more details, do check out [our Github repo](https://github.com/justinphan3110/CoTexT).
|
| 29 |
```python
|
| 30 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|