Saikat Chakraborty commited on
Commit ·
ba76d1a
1
Parent(s): 2925e2c
Add metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Pretrained model for [NatGen: Generative pre-training by “Naturalizing” source code](https://arxiv.org/pdf/2206.07585v2.pdf)
|
| 2 |
|
| 3 |
To load the model,
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- C
|
| 4 |
+
- C#
|
| 5 |
+
- Go
|
| 6 |
+
- Java
|
| 7 |
+
- Javascript
|
| 8 |
+
- Ruby
|
| 9 |
+
- Php
|
| 10 |
+
- Python
|
| 11 |
+
thumbnail: "https://to-be-updated"
|
| 12 |
+
tags:
|
| 13 |
+
- code generation
|
| 14 |
+
- code translation
|
| 15 |
+
- bug fixing
|
| 16 |
+
license: "mit"
|
| 17 |
+
datasets:
|
| 18 |
+
- CodeSearchNet
|
| 19 |
+
- CodeXGLUE
|
| 20 |
+
metrics:
|
| 21 |
+
- EM
|
| 22 |
+
- CodeBLEU
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
Pretrained model for [NatGen: Generative pre-training by “Naturalizing” source code](https://arxiv.org/pdf/2206.07585v2.pdf)
|
| 26 |
|
| 27 |
To load the model,
|