You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weasel lets you manage and share end-to-end workflows for
different use cases and domains, and orchestrate training, packaging and
serving your custom pipelines. You can start off by cloning a pre-defined
project template, adjust it to fit your needs, load in your data, train a
pipeline, export it as a Python package, upload your outputs to a remote storage
and share your results with your team. Weasel can be used via the
weasel command and we provide templates in our
projects repo.
💡 Example: Get started with a project template
The easiest way to get started is to clone a project template and run it – for
example, this end-to-end template
that lets you train a spaCy part-of-speech
tagger and dependency parser on a Universal Dependencies treebank.
python -m weasel clone pipelines/tagger_parser_ud
Note
Our projects repo includes various
project templates for different NLP tasks, models, workflows and integrations
that you can clone and run. The easiest way to get started is to pick a
template, clone it and start modifying it!