facebookresearch / XLM

PyTorch original implementation of Cross-lingual Language Model Pretraining.
Other
2.87k stars 495 forks source link

bt_steps meaning #359

Closed rayendito closed 1 year ago

rayendito commented 1 year ago

sorry for asking maybe a trivial question but what does the bt_steps arg mean? for instance from the example: --bt_steps 'en-fr-en,fr-en-fr' what is done inside the training process?