1 Answer
- Newest
- Most votes
- Most comments
1
Until comprehend exposes a feature where it allows the users to expand the entities for a given model by just providing annotations for the additional entities , you'd have to annotate all 11 entities on the document to get optimal performance . In the interim , however I'd suggest you to use the already trained model (on 10 entities) to annotate the document for the existing 10 entities, and then you'd to have just annotate for the new entity .
answered 2 years ago
Relevant content
- Accepted Answerasked 2 years ago
- asked 5 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
I see, thank you! How would I go about using the trained model to annotate the document? How would I then pass this into the sagemaker ground truth job?