Skip to main content

TinyEval: A tiny evaluation framework for language models

Project description

Tiny-Eval

Tiny-Eval is a minimal framework for evaluating language models. It provides a clean, async-first API for interacting with various LLM providers and running evaluation experiments.

Features

  • Multi-Provider Support

    • OpenAI API integration
    • OpenRouter API integration for access to multiple model providers
    • Extensible interface for adding new providers
  • Robust API Handling

    • Automatic rate limiting with configurable parameters
    • Built-in exponential backoff retry logic
    • Async-first design for efficient request handling
  • Evaluation Utilities

    • Log probability calculation support
    • Async function chaining for complex evaluation pipelines
    • Batch processing capabilities
  • Experiment Framework

    • Progress tracking for long-running experiments
    • Structured data collection and analysis
    • Built-in visualization tools using Streamlit

Installation

git clone https://github.com/dtch1997/tiny-eval.git
cd tiny-eval
pip install -e .

Usage

Minimal usage is shown as follows:

import asyncio
from tiny_eval.core.constants import Model
from tiny_eval.model_api import build_model_api

async def main():
    model = Model.GPT_4o_mini
    api = build_model_api(model)
    question = "What is the capital of France?"
    response = await api.get_response(question)
    print("Question:", question)
    print("Response:", response)

if __name__ == "__main__":
    asyncio.run(main())

See examples for more examples.

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

tiny_eval-0.1.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tiny_eval-0.1.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file tiny_eval-0.1.0.tar.gz.

File metadata

  • Download URL: tiny_eval-0.1.0.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for tiny_eval-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ee7dea858509f15956dea18060972ecff113a6c7594acef0e84c2b9215390d39
MD5 0a421c27788713dc1aee66d26bba9780
BLAKE2b-256 e22e95756c57001313d81bb046b49cb186fbe6cfb933d0edeb608223b6553fb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tiny_eval-0.1.0.tar.gz:

Publisher: manual_publish.yaml on dtch1997/tiny-eval

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tiny_eval-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: tiny_eval-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for tiny_eval-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0648c9db24c593e6b86888a2713383a916601b03d189c6aa25228f326243459d
MD5 d6ab7a453b92cc3f8b84602e4656c016
BLAKE2b-256 efdf6542cea4afb2f4a646aaaa4965c2af7e02a3dd5de39d562d6ff187301f52

See more details on using hashes here.

Provenance

The following attestation bundles were made for tiny_eval-0.1.0-py3-none-any.whl:

Publisher: manual_publish.yaml on dtch1997/tiny-eval

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page