MultiPath / MetaNMT

Meta learning for Neural Machine Translation
41 stars 6 forks source link

Would you please provide some instructions on ULR initialization? #3

Closed Ririkoo closed 4 years ago

Ririkoo commented 4 years ago

https://github.com/MultiPath/MetaNMT/blob/57d8e909059496c4ba3cfb1ffaf3c744fbd14810/scripts3/run_meta_hku.sh#L9

Hi, I'm investigating the topic of NMT in the low-resource language and would like to reproduce your work. I failed in using multilingual word vectors trained by MUSE which fits bad in the network this code defined. I'm not sure about the exact training parameters of these word vectors and their format in files. As they are the initialization of ULR, could you please give some hints about the steps in detailed? Thanks