This repository contains materials for a project focused on Named Entity Recognition (NER) in historical Czech documents, particularly digitized newspapers and chronicles.
The experiments are based on several datasets:
First unzip both datasets inside resources/
After that run following command:
python3 -m src.data.dataset_generator
To fine tune the model, run following command:
python3 -m src.models.finetuned_robeczech_cnec
After that you can run python3 -m src.models.finetuned_robeczech_cnec_test to see evaluation results.
Run python3 get_iaa.py inside experiments folder.
Bc. Dominik Hofman
Bc. Lucie Jadrná
Bc. Vítězslav Cupl
Supervisor: Ing. Marek Vaško
Python
100.0%
This repository contains materials for a project focused on Named Entity Recognition (NER) in historical Czech documents, particularly digitized newspapers and chronicles.
The experiments are based on several datasets:
First unzip both datasets inside resources/
After that run following command:
python3 -m src.data.dataset_generator
To fine tune the model, run following command:
python3 -m src.models.finetuned_robeczech_cnec
After that you can run python3 -m src.models.finetuned_robeczech_cnec_test to see evaluation results.
Run python3 get_iaa.py inside experiments folder.
Bc. Dominik Hofman
Bc. Lucie Jadrná
Bc. Vítězslav Cupl
Supervisor: Ing. Marek Vaško
Python
100.0%