2.10 · Lesson

The hybrid pipeline

You've built four parsing tools: regex templates, a finetuned NER model, an Go to glossary for large language model (opens in a new tab)A model trained on text to predict the next token, and so to generate language. prompt, and a zero-shot extractor. This notebook combines three of them into a pipeline that produces CSV files ready for cleaning and import.

Open 2.7_hybrid_pipeline.ipynb in your Codespace to follow along.