You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
It is not clear which model is used for Tatoeba task.
XTREME-R paper says:
To make the setting more realistic, we move away from zero-shot retrieval and fine-tune models on SQuAD v1.1.
Script run_tatoeba.sh says: # Add fine-tuned model path here MODEL=/mnt/disk-1/models/squad/xlm-roberta-large_LR3e-5_EPOCH2.0_maxlen384_batchsize2_gradacc16
Does it mean that authors use model fine-tuned on original SQuAD for MRC task? Or it is something similar to LAReQA baseline?
It is not clear which model is used for Tatoeba task.
XTREME-R paper says:
Script
run_tatoeba.shsays:# Add fine-tuned model path hereMODEL=/mnt/disk-1/models/squad/xlm-roberta-large_LR3e-5_EPOCH2.0_maxlen384_batchsize2_gradacc16Does it mean that authors use model fine-tuned on original SQuAD for MRC task? Or it is something similar to LAReQA baseline?