Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--training-basics-sentencepiece/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/training-basics-sentencepiece/README.md b/training-basics-sentencepiece/README.md
index 176ef1b..5841db7 100644
--- a/training-basics-sentencepiece/README.md
+++ b/training-basics-sentencepiece/README.md
@@ -192,7 +192,9 @@ raw training and validation data into Marian. A single joint SentencePiece model
`model/vocab.roen.spm`. The `*.spm` suffix is required and tells Marian to train a SentencePiece
vocabulary. When the same vocabulary file is specified multiple times - like in this example - a single
vocabulary is built for the union of the corresponding training files. This also enables us to use
-tied embeddings (`--tied-embeddings-all`).
+tied embeddings (`--tied-embeddings-all`). The SentencePiece training process takes a couple of
+minutes depending on the input data size. The same `*.spm` can be later reused for other experiments
+with the same language pair and training is then of course omitted.
We can pass the Romanian-specific normalizaton rules via the `--sentencepiece-options` command line
argument. The values of this option are passed on to the SentencePiece trainer, note the required single