A Python SDK for recording 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.16.tar.gz
(5.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.16.tar.gz.
File metadata
- Download URL: trinityml-0.0.16.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78d28534a3f94f7a639f351a7f16ab003a4d16c8411007631f003b522400822d
|
|
| MD5 |
bd9be5d5e31ad14b3aaaca67a2503ad2
|
|
| BLAKE2b-256 |
21803c4dc321930cbb1ddfa70af92ed050769248b19c87f5e52fc849f50d1c7d
|
File details
Details for the file trinityml-0.0.16-py3-none-any.whl.
File metadata
- Download URL: trinityml-0.0.16-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
670621b677eb85bd315e464adf20fcb681cb30e1d7ee9d7b44b2ff39ec3f2c68
|
|
| MD5 |
af6491c9ffdd9aebffeb251c9a200284
|
|
| BLAKE2b-256 |
592548dc0b3163638f7e0e4cdd5b69c3d3da75de2ed8a3a7abcd831c4b0568c8
|