The command to run the baseline didn't work in my case because the device was set to cuda. It also complained about a missing logging_dir argument. I've reordered the code a bit so now it's more similar to the time baseline.
The version of gold.tsv in the repository was not giving me the correct results. I've replaced it with dev_labels:
The command to run the baseline didn't work in my case because the
device
was set tocuda
. It also complained about a missinglogging_dir
argument. I've reordered the code a bit so now it's more similar to the time baseline.The version of
gold.tsv
in the repository was not giving me the correct results. I've replaced it withdev_labels
:test.tsv
since it makes the scorer fail:getting_started_negation.html
to reflect the changes.