wuzigua's picture
Phase 1 initial upload: Helsinki-NLP/opus-mt-cpp-cpp → CT2 float16
7b8e874 verified
metadata
license: apache-2.0
tags:
  - translation
  - opus-mt
  - ctranslate2
  - custom
source_model: Helsinki-NLP/opus-mt-cpp-cpp

ooeoeo/opus-mt-cpp-cpp-ct2-float16

CTranslate2 float16 quantized version of Helsinki-NLP/opus-mt-cpp-cpp.

Converted for use in the ooeoeo desktop engine with the opus-mt-server inference runtime.

Source

Conversion

ct2-transformers-converter \
    --model Helsinki-NLP/opus-mt-cpp-cpp \
    --output_dir ct2/ \
    --quantization float16 \
    --copy_files source.spm target.spm tokenizer_config.json vocab.json

License

Apache-2.0 (inherited from upstream Helsinki-NLP/Opus-MT).