tree_transformer
tree_transformer copied to clipboard
Submission to ICLR
Hi, I am trying to reproduce the results on IWSLT En-De. I followed the instructions mentioned in the README file but was not able to achieve the BLEU score mentioned...
Hi, I'm trying to reproduce the result by following the instructions in README.md. After a long time to preprocess the data, I encountered an exception as follows: ``` ========== INFERENCE...
Hi Thanks for this great work, but when I reproduce the training processing followed by Readme, the arch cannot find in the fairseq. Can you kindly help with this? ...
Hi, could you please provide an instruction on how to reproduce your results on SST. It's impossible for me to navigate in your impressive codebase (its huge). E.g. 8 different...
Hi, nice project, thanks! I'm just trying to replicate your setup for IWSLT'14. Did you change the variable `BPE_TOKENS` in fairseqs `prepare-iwslt14.sh` to 32k as mentioned in your paper? Are...