A Python SDK for record the LLM Experiment Execution
Project description
Installation
To install the Trinity package, run the following command:
pip install trinityml
Setup the Environment Variable
export TRINITY_SECRET_KEY="your_secret_key"
export TRINITY_PUBLIC_KEY="your_public_key"
export TRINITY_HOST="http://your_trinity_host"
Record the Experiment
To use the record function, ensure that you have properly set up your environment and then call the function as shown below:
# Import the Trinity package
import trinityml
# Call the record() function
trinityml.record(
experiment_name=experiment_name,
questions=questions,
contexts=contexts,
generated_prompts=generated_prompts,
answers=answers,
ground_truths=ground_truths,
model_temperature=model_temperature,
top_k=top_k,
model_name=model_name,
prompt_template=prompt_template
)
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
trinityml-0.0.4.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trinityml-0.0.4.tar.gz.
File metadata
- Download URL: trinityml-0.0.4.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e79e231c50430f9d86b010d6dcbb48731db93f852f8139a91801d2c3711c6007
|
|
| MD5 |
b7ea84d626ac775f65676dab0c06a39f
|
|
| BLAKE2b-256 |
256e0c783243a2f96e2f2c81bd4f50e6c92400fe91dbeb6df64bc5a4346b3152
|
File details
Details for the file trinityml-0.0.4-py3-none-any.whl.
File metadata
- Download URL: trinityml-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1a54c070803ddf3cfc8136e2d5129fd0a4ad8e134b69c5fc412879e2ec2292d
|
|
| MD5 |
db91f09a04596ff990e286995a8ab6b6
|
|
| BLAKE2b-256 |
18931b750431420ff6b64d4ca323abc95c7ca8387fe6e26aa3d1f280249afc00
|