AI Dynamics

Global AI News Aggregator

About

Using nlp.pipe() for faster batched predictions in spaCy

Nice example! Here's a tip for next time as well: the nlp.pipe() function operates over a sequence of inputs, and lets the model make batched predictions, making it much faster:

→ View original post on X — @honnibal