microsoft / Oscar

Oscar and VinVL
MIT License
1.03k stars 248 forks source link

How to fine-tune retrieval task in another language? #186

Open KatieGou opened 2 years ago

KatieGou commented 2 years ago

Hi, I wonder how I can fine-tune the pretrained model to adapt to tasks (more specifically, retrieval task) in another language like Swedish? What steps do you suggest?

jontooy commented 2 years ago

Hej KatieGou, I did Arabic Image Captioning by directly fine-tuning an Arabic specific BERT with run_captioning.py I suggest you could do the same with a Swedish BERT, but with run_retrieval.py?

KatieGou commented 2 years ago

@jontooy How is the performance of the cmodel fine-tuned with Arabic BERT?