zmykevin / UC2

CVPR 2021 Official Pytorch Code for UC2: Universal Cross-lingual Cross-modal Vision-and-Language Pre-training
MIT License
34 stars 3 forks source link

How did you do MT #8

Closed BUAADreamer closed 1 year ago

BUAADreamer commented 1 year ago

Hello, I want to know how did you do your machine translation so I can extend this model to more languages, which I cannot find in paper and this repo. What I was asking are as follows:

zmykevin commented 1 year ago

Hi, I am using the machine translation API from Microsoft Azure. As the work is done during my internship at Microsoft, so it does not really cost any money to use them as an internal tool. There are some recent work that translates the CC into more languages: Multilingual Multimodal Learning with Machine Translated Text, which you might be interested to taking a look at before you translate CC to more languages.

BUAADreamer commented 1 year ago

Thanks for such comprehensive answer!