Prodigy + Prose: Radically efficient machine teaching in Go
A quick tutorial on training NER models for the prose library
In this post, we’ll learn how to teach the prose
library to recognize a completely new entity label called PRODUCT
. This label will represent various brand names such as “Windows 10”.
To do this, we’ll being using an annotated data set produced by Prodigy, which is an “an annotation tool powered by active learning.”
You can read more about the data set we’re using here or you can download it directly here.