This repo contains chain velds encapsulating evalution of old spacy models, trained in the APIS / ÖBL context.
- git
- docker compose (note: older docker compose versions require running
docker-compose
instead ofdocker compose
)
Clone this repo with all its submodules
git clone --recurse-submodules https://github.com/veldhub/veld_chain__apis_ner_evaluate_old_models.git
The following chain velds were used. Open the respective veld yaml file for more information.
Reruns the evalation. Note: I couldn't find out the exact versions of the python interpreter and packages that were used to train the models, but I could get the models loading and this evaluation running by using python 3.7.6 (3.8 or higher would crash when unpickling some eval data sets) and spacy 2.2.4 .
docker compose -f veld_evaluate.yaml up
The results are written directly into apis spacy ner repo: https://gitlab.oeaw.ac.at/acdh-ch/apis/spacy-ner/-/blob/master/reevaluations_all.md