Skip to main content

Standard datasets for dotevals LLM evaluations

Project description

doteval-datasets

Standard datasets for dotevals LLM evaluations.

Installation

pip install dotevals-datasets

Usage

Once installed, the datasets are automatically available in doteval:

from dotevals import foreach

@foreach.bfcl("simple")
def eval_bfcl(question: str, schema: list, answer: list):
    # Your evaluation logic here
    pass

@foreach.gsm8k("test")
def eval_gsm8k(question: str, reasoning: str, answer: str):
    # Your evaluation logic here
    pass

@foreach.humaneval()
def eval_humaneval(prompt: str, canonical_solution: str, test: str, entry_point: str):
    # Your evaluation logic here
    pass

@foreach.mmlu("test")
def eval_mmlu_all(question: str, subject: str, choices: list, answer: int):
    # Your evaluation logic here
    pass

@foreach.mmlu["college_mathematics"]("test")
def eval_mmlu_math(question: str, choices: list, answer: int):
    # Your evaluation logic here
    pass

@foreach.sroie("test")
def eval_sroie(image: Image, entities: dict):
    # Your evaluation logic here
    pass

Available Datasets

  • BFCL (Berkeley Function Calling Leaderboard): Tests function calling capabilities

    • Variants: simple, multiple, parallel
    • Columns: question, schema, answer
  • GSM8K: Grade school math word problems

    • Splits: train, test
    • Columns: question, reasoning, answer
  • HumanEval: Hand-written programming problems for code generation evaluation

    • Columns: prompt, canonical_solution, test, entry_point
  • MMLU: Massive Multitask Language Understanding across 57 academic subjects

    • All subjects: mmlu("test") - Columns: question, subject, choices, answer
    • Specific subject: mmlu["college_mathematics"]("test") - Columns: question, choices, answer
    • Splits: test, validation, dev
  • SROIE: Scanned receipts OCR and information extraction

    • Splits: train, test
    • Columns: image, address, company, date

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

dotevals_datasets-0.7.0.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

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

dotevals_datasets-0.7.0-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file dotevals_datasets-0.7.0.tar.gz.

File metadata

  • Download URL: dotevals_datasets-0.7.0.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.11

File hashes

Hashes for dotevals_datasets-0.7.0.tar.gz
Algorithm Hash digest
SHA256 a19d62afe83d4e610d810d2117866d68894f7ff316644cc57341d1ac2bd5ebf9
MD5 ff3f6566c6032b5b99e72c51b0b4dce9
BLAKE2b-256 5c80dfb33c8f140c550830b510290ec8998ebdedd5d5dc9c2dc4492020cc7328

See more details on using hashes here.

File details

Details for the file dotevals_datasets-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dotevals_datasets-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 33cc0ac901da99d44522737fd0a964d2388281b72d632ed1cc44dcaa35bc1730
MD5 3f31e890746e6737b8211596b825b2db
BLAKE2b-256 e0a219d28c02213c5db1981bc6e409f3d79fd219accc810e347bc75726313340

See more details on using hashes here.

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