File size: 802 Bytes
59d0050
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
license: apache-2.0
tags:
- translation
- opus-mt
- ctranslate2
- custom
source_model: Helsinki-NLP/opus-mt-cpp-en
---

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

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

Converted for use in the [ooeoeo](https://ooeoeo.com) desktop engine
with the `opus-mt-server` inference runtime.

## Source

- Upstream model: [Helsinki-NLP/opus-mt-cpp-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en)
- Variant: `custom`
- Language pair: `custom`

## Conversion

```bash
ct2-transformers-converter \
    --model Helsinki-NLP/opus-mt-cpp-en \
    --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).