Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,29 @@ pinned: false
|
|
10 |
license: mit
|
11 |
hf_oauth: true
|
12 |
hf_oauth_scopes:
|
13 |
-
- inference-api
|
14 |
-
short_description: '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# 🚀 Code Generation with CodeT5
|
|
|
10 |
license: mit
|
11 |
hf_oauth: true
|
12 |
hf_oauth_scopes:
|
13 |
+
- inference-api
|
14 |
+
short_description: 'Leverage CodeT5-base for code generation tasks.'
|
15 |
+
model_info:
|
16 |
+
model_name: Salesforce/codet5-base
|
17 |
+
model_type: Encoder-Decoder Transformer
|
18 |
+
architecture: T5-based
|
19 |
+
pretraining_tasks:
|
20 |
+
- Denoising
|
21 |
+
- Bimodal Dual Generation
|
22 |
+
training_data:
|
23 |
+
- CodeSearchNet
|
24 |
+
- CodeXGLUE
|
25 |
+
fine_tuning_tasks:
|
26 |
+
- Code Summarization
|
27 |
+
- Code Generation
|
28 |
+
- Code Translation
|
29 |
+
performance_benchmarks:
|
30 |
+
- CodeXGLUE
|
31 |
+
paper: 'CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and Generation'
|
32 |
+
publication_date: '2021-09-02'
|
33 |
+
arxiv_url: 'https://arxiv.org/abs/2109.00859'
|
34 |
+
github_url: 'https://github.com/salesforce/CodeT5'
|
35 |
+
huggingface_url: 'https://huggingface.co/Salesforce/codet5-base'
|
36 |
---
|
37 |
|
38 |
# 🚀 Code Generation with CodeT5
|