Structured evaluation datasets for ML benchmarks
Project description
zeneval
A Python package for loading structured evaluation datasets.
Install
pip install -e .
Usage
from zeneval.loaders.sources.http import HTTPSourceV1
source = HTTPSourceV1()
iterator = source.load_dataset("sroie")
for item in iterator:
print(item["data"]["id"])
Cache defaults to ~/.cache/zeneval. Override with ZENEVAL_CACHE_DIR.
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
zeneval-0.1.0.tar.gz
(18.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
zeneval-0.1.0-py3-none-any.whl
(22.1 kB
view details)
File details
Details for the file zeneval-0.1.0.tar.gz.
File metadata
- Download URL: zeneval-0.1.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8cfb571b606c61b129e0be6e63ab3493bcfb6450e978b05b602fcabfca03f81
|
|
| MD5 |
058385f541011fa3e51bf7a5ceba9264
|
|
| BLAKE2b-256 |
045ad6e4fa1eddf014ce761179143b67374c0000b2f76fe4dddcd2164584a856
|
File details
Details for the file zeneval-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zeneval-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
936457ae04df1b8cc34c26587a8357f8d25118c90c7b819efbe32323e568718a
|
|
| MD5 |
de8c477db3155f636666fcfe838c6063
|
|
| BLAKE2b-256 |
ad3214a6c67c8fcdf392646b9cc5ed05f15c874d24d4f42583feee817a04b15a
|