tree_transformer icon indicating copy to clipboard operation
tree_transformer copied to clipboard

Submission to ICLR

Results 6 tree_transformer issues
Sort by recently updated
recently updated
newest added

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? ![image](https://user-images.githubusercontent.com/22492462/126887151-e491e49a-d3af-49ac-9601-313b0d70653c.png)...

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...