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
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?
The text was updated successfully, but these errors were encountered:
pefimov
changed the title
Tatoeba baseline
Tatoeba baseline from XTREME-R paper
Oct 14, 2022
pefimov
changed the title
Tatoeba baseline from XTREME-R paper
Tatoeba baseline from XTREME-R
Oct 14, 2022
It is not clear which model is used for Tatoeba task.
XTREME-R paper says:
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?
The text was updated successfully, but these errors were encountered: