transfix-train/README.md

16 lines
675 B
Markdown
Raw Permalink Normal View History

2022-02-01 12:43:26 +01:00
# 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
```
2022-01-15 20:26:49 +01:00
- run following commands:
2022-02-01 12:43:26 +01:00
- ```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)
2022-02-01 12:49:07 +01:00
- ```./train.sh ~/PLEWI-polish-errors-correction-challenge model-plewi 4```
2022-01-25 11:26:12 +01:00
2022-02-01 12:43:26 +01:00
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