Skip to content

veldhub/veld_chain__apis_ner_evaluate_old_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

veld chain veld_chain__apis_ner_evaluate_old_models

This repo contains chain velds encapsulating evalution of old spacy models, trained in the APIS / ÖBL context.

requirements

  • git
  • docker compose (note: older docker compose versions require running docker-compose instead of docker compose)

Clone this repo with all its submodules

git clone --recurse-submodules https://github.com/veldhub/veld_chain__apis_ner_evaluate_old_models.git

how to reproduce

The following chain velds were used. Open the respective veld yaml file for more information.

./veld_evaluate.yaml

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

Evaluation results

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

Releases

No releases published

Packages

No packages published