AhmedSSoliman
commited on
Commit
·
7f00080
1
Parent(s):
673a0b0
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,10 @@ widget:
|
|
8 |
---
|
9 |
|
10 |
# MarianCG: A TRANSFORMER MODEL FOR AUTOMATIC CODE GENERATION
|
11 |
-
This model is to improve the solving of the code generation problem and implement a transformer model that can work with high accurate results. We implemented MarianCG transformer model which is a code generation model that can be able to generate code from natural language. This work declares the impact of using Marian machine translation model for solving the problem of code generation. In our implementation we prove that a machine translation model can be operated and working as a code generation model.Finally, we set the new contributors and state-of-the-art on CoNaLa reaching a BLEU score of 30.92 in the code generation problem with CoNaLa dataset.
|
|
|
|
|
|
|
12 |
|
13 |
CoNaLa Dataset for Code Generation is available at
|
14 |
https://huggingface.co/datasets/AhmedSSoliman/CoNaLa
|
|
|
8 |
---
|
9 |
|
10 |
# MarianCG: A TRANSFORMER MODEL FOR AUTOMATIC CODE GENERATION
|
11 |
+
This model is to improve the solving of the code generation problem and implement a transformer model that can work with high accurate results. We implemented MarianCG transformer model which is a code generation model that can be able to generate code from natural language. This work declares the impact of using Marian machine translation model for solving the problem of code generation. In our implementation, we prove that a machine translation model can be operated and working as a code generation model. Finally, we set the new contributors and state-of-the-art on CoNaLa reaching a BLEU score of 30.92 and Exact Match Accuracy of 6.2 in the code generation problem with CoNaLa dataset.
|
12 |
+
|
13 |
+
MarianCG model and its implemetation with the code of training and the generated output is available at this repository:
|
14 |
+
https://github.com/AhmedSSoliman/MarianCG-NL-to-Code
|
15 |
|
16 |
CoNaLa Dataset for Code Generation is available at
|
17 |
https://huggingface.co/datasets/AhmedSSoliman/CoNaLa
|