Chinese Model #13930
Unanswered
qinyin369
asked this question in
Help: Other Questions
Chinese Model
#13930
Replies: 1 comment
|
Yeah, they're fine for commercial use. The import spacy
nlp = spacy.load("zh_core_web_lg")
print(nlp.meta["license"]) # 'MIT'One caveat worth knowing: MIT covers the model artifact (the weights spaCy ships). The NER component is trained on OntoNotes 5.0, so if you care about the provenance of the training data itself, that corpus carries its own LDC terms. For actually using or shipping the model, though, the MIT license on the release is what governs you. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Are the Chinese models free for commercial use?
All reactions