transfix-train/train.sh
2022-02-01 12:43:26 +01:00

13 lines
310 B
Bash
Executable File

#!/bin/bash
# arguments
# 1. root of gonito.net challenge-like filestructure
# 2. name of the model and therefore a directory that will contain the model
# 3. expected number of train epochs
corpus_path="$1"
model_name="$2"
epochs="$3"
./scripts/marian-train.sh "$corpus_path" "$model_model_name" "$epochs"