Model evaluation and publishing toolkit
Project description
Gage
Gage is a tool for running model evaluations and publishing results. It's under active development by the team that developed Guild AI.
Installing
Install the latest version of Gage using pip
:
pip install gage
Contributing
We warmly encourage contributions to this project at any level. We are committed to growing and supporting a rich, diverse set of contributors. If you would like to contribute something, feel free to open an issue to ask questions, make suggestions, or otherwise let us know what you're thinking. Changes to the project are accepted using GitHub pull requests.
Please read Contributor Covenant Code of Conduct to familiarize yourself with the project code of conduct and contribution policy. If you feel that something is missing from this document or could be improved, please let us know by either opening an issue or by emailing the project administrator at garrett@placeon.earth. Private correspondence via email will be held in strict confidence.
Setting up a Local Development Environment
-
Fork the source code repository at https://github.com/gageml/gage
-
Create a project-specific virtual environment. Use Python 3.10 or later.
cd gage virtualenv --python python3.10 .venv # Any version >= 3.10 is okay
-
Activate the virtual environment and use
pip
to install the project as "editable".source .venv/bin/activate # Works on most POSIX shells - change as needed pip install -e '.[dev]' # Installs gage and its dev requirements
-
Run tests using Groktest (optional).
groktest .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file gage-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: gage-0.1.2-py3-none-any.whl
- Upload date:
- Size: 144.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbf98488c192b2901bf1e5afffd4748b1280dccab9ee9697444d45f895335687 |
|
MD5 | bc32a7ffe35abdc6ff7249e3007f5c09 |
|
BLAKE2b-256 | 2fc3a8860bbb20b0bf83c84f6ab655aca5e48a1b34f2e1e44f3adbf5fed767eb |