cnlps-ticrc/baseline.sh

10 lines
229 B
Bash
Raw Permalink Normal View History

2023-06-01 16:57:21 +02:00
# 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)