Universal Evaluation for Gen AI
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
anyeval
Universal Evaluation for Gen AI
Usage
pip install anyeval
# run evaluation for a parquet file or directory.
anyeval run [parquet_file|dir]
Design
Data Schema (Parquet)
| id | dataset | label | input | output | created_at | updated_at |
|---|
Columns
id: is a UUID column.
dataset: is a String column.
label: is a JSON column. key value must be String.
input: is a JSON column. key must be String. can include media data.
output: is a JSON column. key must be String. can include media data.
media data key must start by '@[file_type]->key'
only@image->,@video->,@audio->file types are supported.
Example:
{
"prompt": "make the image to video",
"@image->input_image": "fs://path/to/image.jpg"
}
{
"inference_time": "1.234",
"inference_device": "NVIDIA GeForce RTX 4090",
"@video->output_video": "fs://path/to/output.mp4",
"@video->output_video_thumbnail": "s3://path/to/output.jpg"
}
created_at: is a timestamp column.
updated_at: is a timestamp column.
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
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 anyeval-0.1.1.tar.gz.
File metadata
- Download URL: anyeval-0.1.1.tar.gz
- Upload date:
- Size: 839.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f7e25cef235e4ec060d19d7d4114cf2f646aef25b8ed590e94bb87d7568732
|
|
| MD5 |
3428025d9fe508961a4104fc1277ad18
|
|
| BLAKE2b-256 |
4f912954b8cdd84af8412b2b5a04cbccf0fbb81660098f861e91ae08bec32272
|
File details
Details for the file anyeval-0.1.1-py3-none-any.whl.
File metadata
- Download URL: anyeval-0.1.1-py3-none-any.whl
- Upload date:
- Size: 846.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8317fcaaa221f3899f5084476625c4515994f7510d1fbc8745f65181e566bd6c
|
|
| MD5 |
10b95be3c99a49bbee93a138cecea337
|
|
| BLAKE2b-256 |
73ee231afba764890782a7ab97194e93805bbb135866689973856c7d6443dae0
|