-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
How do I generate predictions from a test file? I've tried each of the following, but all used the dev file instead of the test file:
python3 src/parser.py --predict --outdir ./Indonesian --datadir /gpfs-volume --include id_gsd --ext-word-emb-file ~/embeddings/Indonesian/id.vectors.xz --testfile=/gpfs-volume/UD_Indonesian-GSD/id_gsd-ud-test.conllu
python3 src/parser.py --predict --outdir ./Indonesian --datadir /gpfs-volume --include id_gsd --ext-word-emb-file ~/embeddings/Indonesian/id.vectors.xz --devfile=/gpfs-volume/UD_Indonesian-GSD/id_gsd-ud-test.conllu
I had to rename the test data file as the dev file to generate test predictions. What did I miss?
Reactions are currently unavailable