Model Pipeline - NER with NLTK
This pipeline uses NLTK to find names of people, places, and organizations in text. It breaks text into words, tags each word with its part of speech, and then finds named entities.
This pipeline uses NLTK to find names of people, places, and organizations in text. It breaks text into words, tags each word with its part of speech, and then finds named entities.
No training loss or accuracy since model is pre-trained.
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | N/A | N/A | NLTK's NER uses a pre-trained model; no training here. |