Skip to main content

A library and CLI for NLP and chatbot tasks

Project description

bavard-nlu

Local Development

Install Dependencies

pip3 install -e .
pip3 install -r requirements-test.txt

Testing Locally

The tests for this repo consist of functional tests for catching bugs/code regressions, validation tests for catching model performance regressions, and integration tests for testing the NLU docker containers and their interactions. The validation and integration tests take much longer to execute. All are run in CI. To run the tests locally:

./test/scripts/lint-and-test.sh <test_suite>

Where <test_suite denotes the type of tests to run, and allows these options:

  • functional - Runs just the functional tests.
  • integration (default) - Runs both the functional and integration tests.
  • all - Runs the functional, integration, and validation tests.

To run both the functional and integration tests:

The Package CLI

There is a convenience CLI for training, evaluating, predicting, tuning, and interacting with NLU and dialogue policy models. To see the CLI documentation:

python3 -m bavard --help

You can also view the documentation for a sub-command for example:

python3 -m bavard nlu evaluate  --help

Releasing The Package

Releasing the package is automatically handled by CI, but three steps must be taken to trigger a successful release:

  1. Increment the VERSION variable in setup.py to the new desired version (e.g. VERSION="1.1.1")
  2. Commit and tag the repo with the exact same value you populated the VERSION variable with (e.g. git tag 1.1.1)
  3. Push the commit and tag to remote. These can be done together using: git push --atomic origin <branch name> <tag>

CI will then release the package to pypi with that version once the commit and tag are pushed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bavard-0.0.57.tar.gz (52.9 kB view hashes)

Uploaded Source

Built Distribution

bavard-0.0.57-py3-none-any.whl (74.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page