razent commited on
Commit
c44d027
1 Parent(s): e756c90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  # CoText (2-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 (2-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