Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CoText (1-CC)
|
2 |
|
3 |
## Introduction
|
@@ -6,6 +13,18 @@ Paper: [CoTexT: Multi-task Learning with Code-Text Transformer](https://aclantho
|
|
6 |
Authors: _Long Phan, Hieu Tran, Daniel Le, Hieu Nguyen, James Anibal, Alec Peltekian, Yanfang Ye_
|
7 |
|
8 |
## How to use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
For more details, do check out [our Github repo](https://github.com/justinphan3110/CoTexT).
|
10 |
```python
|
11 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
|
1 |
+
---
|
2 |
+
language: code
|
3 |
+
datasets:
|
4 |
+
- code_search_net
|
5 |
+
|
6 |
+
---
|
7 |
+
|
8 |
# CoText (1-CC)
|
9 |
|
10 |
## Introduction
|
|
|
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
|