Views
No views yet
| Test set | BLEU |
|---|---|
| Medline20 | 35.8 |
git clone https://huggingface.co/SLPG/Biomedical_French_to_Englishfrom fairseq.models.transformer import TransformerModelmodel = TransformerModel.from_pretrained('path/to/model')model.eval()input_text = 'Hello, how are you?'
output_text = model.translate(input_text)
print(output_text) @inproceedings{xu2021lisn,
title={LISN@ WMT 2021},
author={Xu, Jitao and Rauf, Sadaf Abdul and Pham, Minh Quang and Yvon, Fran{\c{c}}ois},
booktitle={6th Conference on Statistical Machine Translation},
year={2021}
}