mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
b2e93be867
* set optimizer defaults to mimic thinc 7 + bump to dev6 * larger error range for senter overfitting test
8 lines
363 B
Python
8 lines
363 B
Python
# fmt: off
|
|
__title__ = "spacy"
|
|
__version__ = "3.0.0.dev6"
|
|
__release__ = True
|
|
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
|
|
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
|
|
__shortcuts__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts-v2.json"
|