From c49cfe7370fe7bbbec6cb244f39938534f137561 Mon Sep 17 00:00:00 2001 From: Jakub Konieczny Date: Sun, 23 Jan 2022 13:10:37 +0100 Subject: [PATCH 1/2] add link to plewi dataset --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ef77e..e4f6bc5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PLEWI -- clone PLEWI repo into ~/ +- clone PLEWI repo into ~/ via cd ~ ; git clone https://git.wmi.amu.edu.pl/s434704/PLEWI-polish-errors-correction-challenge.git - run following commands: - git clone https://git.wmi.amu.edu.pl/s470607/transfix-train.git - cd transfix-train From b23c7714847d06de20ef8751d1700deecbc1fb35 Mon Sep 17 00:00:00 2001 From: Jakub Konieczny Date: Tue, 25 Jan 2022 11:26:12 +0100 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f6bc5..c008d46 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ - ./plewi.sh - sudo ./setup.sh (this will take some time) - ./train ~/PLEWI-polish-errors-correction-challenge 32000 4 -32000 is a number of BPE merge operations, 4 is a number of epochs \ No newline at end of file + +where: 32000 is a number of BPE merge operations, 4 is a number of epochs \ No newline at end of file