Edit model card

How to translate with this model

pip install ctranslate2~=3.20.0
pip install subword-nmt
  • tokenization with BPE:
subword-nmt apply-bpe -c gl-detok10k.code < input_file.txt > input_file_bpe.txt
  • Translating an input_text using ct2_detok-gl-zh:
python3 trans_ct2.py ct2_detok-gl-zh input_file_bpe.txt >output_file_bpe.txt
  • DeBPEar output txt:
cat  out_test_bpe.txt | sed "s/@@ //g" > output_file.txt

Acknowledgments

Thanks to Tang Waying, Zheng Jie and Wang Tianjiao for helping prepare the parallel corpora.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .