Go to file
jakubknczny eec79c9803 update readme 2022-02-01 12:49:07 +01:00
scripts update readme 2022-02-01 12:43:26 +01:00
.gitignore init 2022-01-14 18:45:36 +01:00
README.md update readme 2022-02-01 12:49:07 +01:00
plewi.sh add readme 2022-01-15 20:26:49 +01:00
setup.sh init 2022-01-14 18:45:36 +01:00
train.sh update readme 2022-02-01 12:43:26 +01:00

README.md

Transfix-train for PLEWI

  • clone PLEWI repo into ~/ via following command:
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
    • ./plewi.sh
    • sudo ./setup.sh (this will take some time)
    • ./train.sh ~/PLEWI-polish-errors-correction-challenge model-plewi 4

where:

  • ~/PLEWI-polish-errors-correction-challenge is a path to gonito repository
  • model-plewi is a name for the model and the directory where training file will be stored in
  • 4 is a number of training epochs