Skip to main content

No project description provided

Project description

Contents

Installation

pip install helmet

Use helmet in examples

To use helmet in one of the examples perform the following steps:

  1. Create venv with python -m venv .venv
  2. Activate the venv with source .venv/bin/activate
  3. Install HELMET from source (from git, when located in the home folder of helmet pip install -e .
  4. Install jupyter notebook pip install jupyterlab
  5. Create a jupyter kernel based on the venv python -m ipykernel install --user --name venv
  6. Open Jupyter notebook jupyter lab

To remove:

  1. deactivate
  2. jupyter-kernelspec uninstall venv
  3. rm -r venv

Configuration files

Project configuration

project_config = {
    platform_url: "localhost:4000"
}
  • Model configuration
  • Run configuration

Features

  • Load any causal model from Huggingface.
  • Create a project for your experiment
  • Run experimental prompts

Running webapp locally

For this, please check the README

License

helmet is distributed under the terms of the MIT license.

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

helmet-1.0.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

helmet-1.0.1-py3-none-any.whl (11.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