github explosion/spacy-models zh_core_web_md-3.0.0a0

pre-release3 years ago

Downloads

Details: https://nightly.spacy.io/models/zh#zh_core_web_md

File checksum: 54c8a2d2ad20e9659674f85f25ed932f91b208a5a5f1736e75fe9b3578e7a66b

Chinese pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler.

Feature Description
Name zh_core_web_md
Version 3.0.0a0
spaCy >=3.0.0a41,<3.1.0
Model size 81 MB
Default Pipeline tok2vec, tagger, parser, ner, attribute_ruler
Components tok2vec, tagger, parser, senter, ner, attribute_ruler
Vectors 500000 keys, 20000 unique vectors (300 dimensions)
Sources OntoNotes 5
License MIT
Author Explosion

Label Scheme

View label scheme (101 labels for 4 components)
Component Labels
tagger AD, AS, BA, CC, CD, CS, DEC, DEG, DER, DEV, DT, ETC, FW, IJ, INF, JJ, LB, LC, M, MSP, NN, NR, NT, OD, ON, P, PN, PU, SB, SP, URL, VA, VC, VE, VV, X
parser ROOT, acl, advcl:loc, advmod, advmod:dvp, advmod:loc, advmod:rcomp, amod, amod:ordmod, appos, aux:asp, aux:ba, aux:modal, aux:prtmod, auxpass, case, cc, ccomp, compound:nn, compound:vc, conj, cop, dep, det, discourse, dobj, etc, mark, mark:clf, name, neg, nmod, nmod:assmod, nmod:poss, nmod:prep, nmod:range, nmod:tmod, nmod:topic, nsubj, nsubj:xsubj, nsubjpass, nummod, parataxis:prnmod, punct, xcomp
senter I, S
ner CARDINAL, DATE, EVENT, FAC, GPE, LANGUAGE, LAW, LOC, MONEY, NORP, ORDINAL, ORG, PERCENT, PERSON, PRODUCT, QUANTITY, TIME, WORK_OF_ART

Accuracy

Type Score
TOK 97.88
TAG 89.91
POS 0.00
MORPH 0.00
UAS 70.16
LAS 64.97
NER_P 71.56
NER_R 67.46
NER_F 69.45
SENT_P 64.16
SENT_R 69.67
SENT_F 66.80

Installation

pip install spacy-nightly --pre
python -m spacy download zh_core_web_md

Don't miss a new spacy-models release

NewReleases is sending notifications on new releases.