Skip to content

Releases: huggingface/neuralcoref-models

en_coref-4.0.0

08 Oct 11:10
Compare
Choose a tag to compare

English NeuralCoref model 4.0.0 trained on OntoNotes 5.0, with GloVe vectors trained on Common Crawl.

en_coref_sm-3.0.0

08 Jun 10:57
Compare
Choose a tag to compare

English multi-task CNN with NeuralCoref trained on OntoNotes. Assigns context-specific token vectors, POS tags, dependency parse, named entities and coreference clusters.

Bug fixes: Fixed various import and install bugs. Fixed segfaults. Fixed Extension 'has_coref' already exists error

en_coref_md-3.0.0

08 Jun 11:07
Compare
Choose a tag to compare

English multi-task CNN with NeuralCoref trained on OntoNotes, with GloVe vectors trained on Common Crawl. Assigns word vectors, context-specific token vectors, POS tags, dependency parse, named entities and coreference clusters.

Bug fixes: Fixed various import and install bugs. Fixed segfaults. Fixed Extension 'has_coref' already exists error

en_coref_lg-3.0.0

08 Jun 16:16
Compare
Choose a tag to compare

English multi-task CNN with NeuralCoref trained on OntoNotes, with GloVe vectors trained on Common Crawl. Assigns word vectors, context-specific token vectors, POS tags, dependency parse, named entities and coreference clusters.

Bug fixes: Fixed various import and install bugs. Fixed segfaults. Fixed Extension 'has_coref' already exists error

bare_weights-3.0.0

28 Jun 11:50
Compare
Choose a tag to compare

Bare weights for the NeuralCoref model 3.0.0.
Provided to be able to include the model as a pipeline component in any spaCy model.