cnlps-ticrc/baseline.sh
2023-06-01 16:57:21 +02:00

10 lines
229 B
Bash

# Run the baseline
python baseline.py dev-0
python baseline.py test-A
python baseline.py test-B
# Evaluate the baseline results on the dev-0 dataset
wget https://gonito.net/get/bin/geval
chmod u+x geval
echo $(./geval -t dev-0)