Spacy train tools
- python3 -m pip install --upgrade build
- python3 -m pip install --upgrade twine
Install
- https://pypi.org/project/spacy-train-tools
- Run
pip install spacy-train-toolsorpip3 install spacy-train-toolsto install this library
Usage
from src.spacy_train_tools.train import train_spacy_model
if __name__ == "__main__":
train_spacy_model(
config_file='./en_config.cfg',
vector_file='en_core_web_lg',
train_file='./data/train.jsonl',
dev_file='./data/dev.jsonl',
output_folder='./models'
)
Release files for spacy-train-tools 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spacy_train_tools-0.1.2.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spacy_train_tools-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.5 kB
Release files / spacy_train_tools-0.1.2.tar.gz
| Download URL | spacy_train_tools-0.1.2.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8680add16f0b70658db4334e8d225adf608454ff4ad562ed5fafaa3faff7e24a
|
|
BLAKE2b-256 checksum How to use checksums |
7fa723f872d67e76df115b07a9ebeaf584c0e208d8b3b11f2b59ca312c054a4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.9
|
Release files / spacy_train_tools-0.1.2-py3-none-any.whl
| Download URL | spacy_train_tools-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b3dcbaa1f8ee4f069e9fce07a76253512feaeed01c1948bb1bef720096137e5d
|
|
BLAKE2b-256 checksum How to use checksums |
61bdea41b3d03a0cfc11118d6f052a4d57b997fcdc6d2cd1c1c033540e4471ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.9
|