AhmedSSoliman commited on
Commit
e3136b4
·
1 Parent(s): 6fd9bff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -6,10 +6,7 @@ widget:
6
  - text: "getting the length of `my_tuple`"
7
  - text: 'find all files in directory "/mydir" with extension ".txt"'
8
  ---
9
- ---
10
- task_tags:
11
- - Translation
12
- ---
13
  # MarianCG: A TRANSFORMER MODEL FOR AUTOMATIC CODE GENERATION
14
  In this work we worked 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.
15
  This is the model is avialable on the huggingface hub https://huggingface.co/AhmedSSoliman/MarianCG_NL-to-Code
 
6
  - text: "getting the length of `my_tuple`"
7
  - text: 'find all files in directory "/mydir" with extension ".txt"'
8
  ---
9
+
 
 
 
10
  # MarianCG: A TRANSFORMER MODEL FOR AUTOMATIC CODE GENERATION
11
  In this work we worked 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
  This is the model is avialable on the huggingface hub https://huggingface.co/AhmedSSoliman/MarianCG_NL-to-Code