Oscar
Oscar copied to clipboard
How to fine-tune retrieval task in another language?
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?
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?
@jontooy How is the performance of the cmodel fine-tuned with Arabic BERT?