S-Dreamer commited on
Commit
cfd2db8
·
verified ·
1 Parent(s): cf4bafc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
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: ' This repository demonstrates how to leverage CodeT5-base'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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