Usage
Install
This package is published as a Gitlab PyPI package. To install it, you need to:
-
Create a personal access token with scope
read_apiand access to this repository. -
Add the following to your
~/.netrcfile:machine gitlab.teklia.com login __token__ password <YOUR_PERSONAL_TOKEN>
For development and tests purpose it may be useful to install the worker as an editable package with pip.
# The `--index-url` argument is required to find the teklia-qwen package.
pip3 install --index-url https://gitlab.teklia.com/api/v4/projects/403/packages/pypi/simple -e .
Commands
When teklia-qwen is installed in your environment, you may use the following commands:
teklia-qwen dataset
teklia-qwen train
teklia-qwen predict
teklia-qwen evaluate
teklia-qwen convert
teklia-qwen merge
Scripts
Helper scripts are available in this page.