Update README.md
Browse files
README.md
CHANGED
|
@@ -84,7 +84,7 @@ mt([sample_text], sampling_temperature=1.2, beam_size=1, sampling_topk=50, sampl
|
|
| 84 |
|
| 85 |
> 'Dr Ehud Uhr, an associate professor of medicine at Delhousy University in Halifax, Nova Scotia and the head of the clinical and scientific department of the Canadian Diabetes Association, has warned that the research has just started.'
|
| 86 |
|
| 87 |
-
The model is in `ctranslate2` format, and the tokenizers are `sentencepiece`, so you can use `ctranslate2` directly instead of through `quickmt`. It is also possible to get this model to work with e.g. [LibreTranslate](https://libretranslate.com/) which also uses `ctranslate2` and `sentencepiece`. A model in safetensors format to be used with `
|
| 88 |
|
| 89 |
|
| 90 |
## Metrics
|
|
|
|
| 84 |
|
| 85 |
> 'Dr Ehud Uhr, an associate professor of medicine at Delhousy University in Halifax, Nova Scotia and the head of the clinical and scientific department of the Canadian Diabetes Association, has warned that the research has just started.'
|
| 86 |
|
| 87 |
+
The model is in `ctranslate2` format, and the tokenizers are `sentencepiece`, so you can use `ctranslate2` directly instead of through `quickmt`. It is also possible to get this model to work with e.g. [LibreTranslate](https://libretranslate.com/) which also uses `ctranslate2` and `sentencepiece`. A model in safetensors format to be used with `quickmt-train` is also provided.
|
| 88 |
|
| 89 |
|
| 90 |
## Metrics
|