Skip to content

CTranslate2 2.17.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 09 May 15:11
· 563 commits to master since this release

New features

  • Add a converter for Hugging Face's Transformers. The following models are currently supported:
    • BART
    • M2M100
    • MarianMT
    • MBART
    • OpenAI GPT2
  • Revisit the OpenNMT-tf converter to better support custom models and configurations:
    • Extend the conversion script to accept the training configuration
    • Add a new converter class ctranslate2.converters.OpenNMTTFConverterV2
  • Move all documentation and guides to the website to improve navigation and clarity

Fixes and improvements

  • In text generation, include the start token in the output if it is not the BOS token