Add file metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and Generation
|
2 |
|
3 |
This is the official PyTorch implementation for the following EMNLP 2021 paper from Salesforce Research:
|
@@ -243,5 +254,4 @@ If you want to fine-tune on your dataset, you can add your own task and sub_task
|
|
243 |
|
244 |
## Get Involved
|
245 |
|
246 |
-
Please create a GitHub issue if you have any questions, suggestions, requests or bug-reports. We welcome PRs!
|
247 |
-
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- code
|
8 |
+
- developer
|
9 |
+
- ai
|
10 |
+
- code-generation
|
11 |
+
---
|
12 |
# CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and Generation
|
13 |
|
14 |
This is the official PyTorch implementation for the following EMNLP 2021 paper from Salesforce Research:
|
|
|
254 |
|
255 |
## Get Involved
|
256 |
|
257 |
+
Please create a GitHub issue if you have any questions, suggestions, requests or bug-reports. We welcome PRs!
|
|