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

github.com/OpenNMT/OpenNMT-py.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Allison <62114487+david-allison-1@users.noreply.github.com>2021-04-21 10:14:22 +0300
committerGitHub <noreply@github.com>2021-04-21 10:14:22 +0300
commit5c2eadada650b15f1bf46ec86f6e7008962efedd (patch)
tree24d9e520ea20df86b6cf0c36aae225024ba751a2
parent78d7f1b091a7f5c5331cae3c1ed1e5ba500e5bcc (diff)
Update "Validation files" example (#2046)
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index d2596b5b..8bef9198 100644
--- a/README.md
+++ b/README.md
@@ -135,10 +135,9 @@ The data consists of parallel source (`src`) and target (`tgt`) data containing
Validation files are used to evaluate the convergence of the training. It usually contains no more than 5k sentences.
```text
-$ head -n 3 toy-ende/src-train.txt
+$ head -n 2 toy-ende/src-train.txt
It is not acceptable that , with the help of the national bureaucracies , Parliament &apos;s legislative prerogative should be made null and void by means of implementing provisions whose content , purpose and extent are not laid down in advance .
Federal Master Trainer and Senior Instructor of the Italian Federation of Aerobic Fitness , Group Fitness , Postural Gym , Stretching and Pilates; from 2004 , he has been collaborating with Antiche Terme as personal Trainer and Instructor of Stretching , Pilates and Postural Gym .
-&quot; Two soldiers came up to me and told me that if I refuse to sleep with them , they will kill me . They beat me and ripped my clothes .
```
We need to build a **YAML configuration file** to specify the data that will be used: