A library for comparing multiple llm-based systems.
Project description
Zeno Build
Zeno Build is a tool for developers who want to quickly build, compare, and iterate on applications using large language models.
It provides:
- Simple examples of code to build LLM-based apps. The examples are architecture agnostic, we don't care if you are using OpenAI, LangChain, or Hugging Face.
- Experiment management and hyperparameter optimization code, so you can quickly kick off experiments using a bunch of different settings and compare the results.
- Evaluation of LLM outputs, so you can check if your outputs are correct, fluent, factual, interesting, or "good" by whatever definition of good you prefer! Use these insights to compare models and iteratively improve your application with model, data, or prompt engineering.
Sound interesting? Read on!
Getting Started
To get started with zeno-build
, install the package from PyPI:
pip install zeno-build
Next, start building! Browse to the docs directory to get a
primer or to the examples/ directory, where we
have a bunch of examples of how you can use zeno-build
for different tasks,
such as chatbots,
text summarization, or text
classification.
Each of the examples include code for running experiments and evaluating the
results. zeno-build
will produce a comprehensive report with the
Zeno ML analysis platform. To give you a flavor of what
these reports will look like, check out a few of our pre-made reports below:
- Zeno Chatbot Report: A report comparing different methods for creating chatbots, including API-based models such as ChatGPT and Cohere, with open-source models such as Vicuna, Alpaca, and MPT.
Building Your Own Apps (and Contributing Back)
Each of the examples in the examples/ directory is specifically designed to be self-contained and easy to modify. To get started building your own apps, we suggest that you first click into the directory and read the general README, find the closest example to what you're trying to do, copy the example to the new directory, and start hacking!
If you build something cool, we'd love for you to contribute it back. We
welcome pull requests of both new examples, new reports for existing examples,
and new functionality for the core zeno_build
library. If this is of interest
to you, please click through to our contributing doc doc to
learn more.
Get in Touch
If you have any questions, feature requests, bug reports, etc., we recommend getting in touch via the github issues page or discord, where the community can discuss and/or implement your suggestions!
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 Distribution
Built Distribution
File details
Details for the file zeno_build-0.0.2.tar.gz
.
File metadata
- Download URL: zeno_build-0.0.2.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee41c2ffa208b431bbe16bb63d2eef4dfdcf656bec64bd32ef688a4ab58a4bf3 |
|
MD5 | 6737e09198501d2044ddf38fc916c7c0 |
|
BLAKE2b-256 | 798b35cf8c6d6fc41ef224e0357fcdb96e9036952ede0ebee323a7841d4fa580 |
File details
Details for the file zeno_build-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: zeno_build-0.0.2-py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf79151e93ed6e4e9ef5c7ce508ee95a6e3bb6a34dd0d13dd91a046bd1d81e01 |
|
MD5 | aac305a2564c922de45b1bc2cb7745f5 |
|
BLAKE2b-256 | 97e4f844389a8a076e356163007f2c27b3f149a61e5f577094daa186ef2636b9 |