Introducing spaCy v3.0 nightly

By Explosion - 2020-10-15

Description

spaCy v3.0 is going to be a huge release! It features new transformer-based pipelines that get spaCy's accuracy right up to the current state-of-the-art, and a new workflow system to help you take pro ...

Summary

  • spaCy v3.0 is going to be a huge release!
  • It features new transformer-based pipelines that get spaCy’s accuracy right up to the current state-of-the-art, and a new workflow system to help you take projects from prototype to production.
  • For English and Chinese, we used the OntoNotes 5 corpus, which has annotations across several tasks.
  • The new DependencyMatcher lets you match patterns within the dependency parse using Semgrex operators.

 

Topics

  1. Backend (0.22)
  2. NLP (0.21)
  3. Machine_Learning (0.16)

Similar Articles

What’s new in TensorFlow 2.4?

By tensorflow - 2020-12-14

TensorFlow 2.4 is here! With increased support for distributed training and mixed precision, and tools for monitoring and diagnosing bottlenecks, this

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...