ybracke / transnormer

A lexical normalizer for historical spelling variants using a transformer architecture.
GNU General Public License v3.0
6 stars 1 forks source link

Notebook: Manually inspect predictions per time period #2

Closed ybracke closed 1 year ago

ybracke commented 1 year ago

Create a notebook where a model's predictions can be inspected.

For example, pass the model n test paragraphs from different time periods (e.g. pre-1600, 1600-1700, ... 1900-2000, post-2000). Analyze the predictions manually: What works well, what does not? Where could the errors come from?

ybracke commented 1 year ago