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:
authorGraeme Nail <graemenail.work@gmail.com>2022-02-23 12:44:57 +0300
committerGraeme Nail <graemenail.work@gmail.com>2022-02-23 12:44:57 +0300
commitdca7489b8b4fa5f93e0d92ee3a7d5e548fb28554 (patch)
tree148c6dbacd0e4a2f3c7704351a7119ea19dbd438
parentb94cd5efc7e75bf5f058b30a132d5816c7fc0be8 (diff)
Change title and set the context for the tutorial
-rw-r--r--transformer-intro/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/transformer-intro/README.md b/transformer-intro/README.md
index 56c398d..fe8a35b 100644
--- a/transformer-intro/README.md
+++ b/transformer-intro/README.md
@@ -1,4 +1,7 @@
-# Basic Transformer
+# Intro to Transformers
+
+This tutorial is designed to help you train your first machine translation
+model. To follow along, you'll need a Linux-based system and an NVIDIA GPU.
In this example we will use Marian to create a English-German translation
system. We'll follow a very simple pipeline with data acquisition, some basic