ScreenTranslator MT models (M2M-100, CTranslate2 int8)
ScreenTranslator のオフライン多言語翻訳で使う、Meta M2M-100 の CTranslate2 (int8) 変換モデルです。
| フォルダ | 内容 | 用途 | サイズ目安 |
|---|---|---|---|
m2m100-418M-int8/ |
M2M-100 418M (int8) | 標準 | 約474MB |
m2m100-1.2B-int8/ |
M2M-100 1.2B (int8) | 高品質 | 約1.2GB |
各フォルダの構成: model.bin / config.json / shared_vocabulary.json / sentencepiece.bpe.model
実行時は CTranslate2 + sentencepiece のみで推論します(torch / transformers 不要)。
License & attribution
- Base models: facebook/m2m100_418M and facebook/m2m100_1.2B — MIT License.
- これらを CTranslate2 形式 (int8 量子化) に変換したものです。元モデルの著作権は Meta に帰属します。
- License: MIT.