code-docstring-corpus
code-docstring-corpus copied to clipboard
blue score
hi i followed all your steps, took your dataset and done all the pre processing and tokenization but i did not got the same results as you got. I got BLUE score as 0. can you please tell me why is it so? @Avmb @rsennrich
PLease see this file one's this is code documentation file after using translate.py output_code_generation.txt
this is code generation and i want to know in the nmt_output you have written that you have done post-processing what is that all about? @rsennrich @Avmb Please let me know as soon as possible
Hi, it's difficult for us to determine what went wrong.
My suggestion is that you first train a translation model between natural languages, for instance English to German. There are tutorials to do this for Nematus http://data.statmt.org/wmt17_systems/training/ or Marian https://github.com/marian-nmt/marian-examples .
Once managed to set up a system, do translation and get BLEU scores, you can swap in the code-docstring-corpus files and re-run your pipeline.