From ac9ceec8554bcd8fa6d0d671426ed40f69653cfe Mon Sep 17 00:00:00 2001 From: Evgeny Pavlov Date: Mon, 18 Jul 2022 16:51:15 -0700 Subject: [PATCH] Add link to blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0be7628..fc7d4b1f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Some settings, especially low resource languages might require extra tuning. It uses fast translation engine [Marian](https://marian-nmt.github.io) and [Snakemake](https://snakemake.github.io/) framework for workflow management and parallelization. +High level overview [post on Mozilla Hacks](https://hacks.mozilla.org/2022/06/training-efficient-neural-network-models-for-firefox-translations/). + Check out [Model training guide](https://github.com/mozilla/firefox-translations-training/wiki/Model-training-guide) in the wiki for practical advice how to train models using the pipeline. ## System requirements