raphaelmerx commited on
Commit
6e2bc7c
·
verified ·
1 Parent(s): 70a3487

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -36,6 +36,8 @@ model-index:
36
  ---
37
  # opus-mt-tc-big-en-pt
38
 
 
 
39
  Neural machine translation model for translating from English (en) to Portuguese (pt).
40
 
41
  This model is part of the [OPUS-MT project](https://github.com/Helsinki-NLP/Opus-MT), an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of [Marian NMT](https://marian-nmt.github.io/), an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from [OPUS](https://opus.nlpl.eu/) and training pipelines use the procedures of [OPUS-MT-train](https://github.com/Helsinki-NLP/Opus-MT-train).
 
36
  ---
37
  # opus-mt-tc-big-en-pt
38
 
39
+ Forked from Helsinki-NLP/opus-mt-tc-big-en-pt/, with the model.tflite added
40
+
41
  Neural machine translation model for translating from English (en) to Portuguese (pt).
42
 
43
  This model is part of the [OPUS-MT project](https://github.com/Helsinki-NLP/Opus-MT), an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of [Marian NMT](https://marian-nmt.github.io/), an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from [OPUS](https://opus.nlpl.eu/) and training pipelines use the procedures of [OPUS-MT-train](https://github.com/Helsinki-NLP/Opus-MT-train).