awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Suites de benchmarking para LLMs abiertos

Clasificación actualizada el 30 jun 2026

For benchmark para comparar modelos de lenguaje, the strongest matches are huggingface/lighteval (Lighteval is a framework purpose-built for running standardized benchmarks), openai/simple-evals (simple-evals is a ready-to-use evaluation framework that can run) and internlm/opencompass (OpenCompass is a comprehensive evaluation platform and benchmarking suite). open-compass/opencompass and eleutherai/lm-evaluation-harness round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Frameworks y datasets de evaluación diseñados para medir el rendimiento y las capacidades de modelos de lenguaje open-source.

Suites de benchmarking para LLMs abiertos

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • huggingface/lightevalAvatar de huggingface

    huggingface/lighteval

    2,453Ver en GitHub↗

    Lighteval is an open-source framework for running standardized benchmarks and custom evaluation tasks against language models. It provides a system for defining new evaluation tasks with custom prompts, metrics, and scoring in YAML configuration files, and integrates with the Hugging Face Hub for storing and comparing results. The framework supports evaluating models across multiple inference backends, including transformers, vllm, and custom APIs, through a unified generation and log-probability interface. It includes a pluggable metric registry for built-in and custom scoring, a prediction

    Lighteval is a framework purpose-built for running standardized benchmarks and custom evaluations against open-source LLMs, supporting multiple inference backends (transformers, vllm, custom APIs), pluggable metrics, YAML-defined custom tasks, and Hub-based result comparison, covering every required feature of an LLM evaluation benchmark suite.

    PythonStandardized Benchmarks
    Ver en GitHub↗2,453
  • openai/simple-evalsAvatar de openai

    openai/simple-evals

    4,354Ver en GitHub↗

    This project is a language model evaluation framework and benchmarking tool designed to measure the accuracy and performance of models across diverse datasets. It provides a system for implementing model-based graders, running standardized tests for mathematical reasoning, coding, and factuality, and calculating quantified performance metrics such as precision, recall, F1 scores, and pass-at-k. The framework utilizes model-based grading and rubrics to validate response quality against expert-defined criteria. It includes a multi-model benchmarking loop and a model-agnostic API interface to co

    simple-evals is a ready-to-use evaluation framework that can run predefined tasks across multiple model backends and compute a range of performance metrics—covering the core needs for systematic LLM comparison and leaderboard-style output.

    PythonStandardized Benchmarks
    Ver en GitHub↗4,354
  • internlm/opencompassAvatar de InternLM

    InternLM/opencompass

    7,096Ver en GitHub↗

    OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to measure the performance and accuracy of large language models. It provides a framework for benchmarking both open-source and API-based models against diverse datasets using standardized metrics and reproducible pipelines. The project features an automated judging framework that uses language models as judges to score and verify the quality of generated text. It includes a performance leaderboard system for comparing the relative capabilities of various models across industry-sta

    OpenCompass is a comprehensive evaluation platform and benchmarking suite that systematically measures open-source LLMs across diverse datasets with standardized metrics, a built-in leaderboard, and support for custom tasks — exactly the tool this search is after.

    PythonLLM Benchmarking
    Ver en GitHub↗7,096
  • open-compass/opencompassAvatar de open-compass

    open-compass/opencompass

    6,678Ver en GitHub↗

    OpenCompass is an open-source framework for standardized benchmarking of large language models. It provides a configurable evaluation pipeline that supports both objective and subjective assessment, using a dual-engine architecture to handle closed-form answer comparison and open-ended response rating. The framework is designed as a modular platform where datasets, models, and metrics are composed through declarative YAML configuration files. The framework distinguishes itself through its extensible model integration layer, which supports custom models, HuggingFace models, and third-party API

    OpenCompass is a comprehensive open-source framework for standardized benchmarking of large language models, offering predefined evaluation tasks, support for open-source model backends, extensible configuration, and multi-metric scoring, making it an ideal fit for this search.

    PythonLLM Benchmarking
    Ver en GitHub↗6,678
  • eleutherai/lm-evaluation-harnessAvatar de EleutherAI

    EleutherAI/lm-evaluation-harness

    11,460Ver en GitHub↗

    This project is a standardized framework for benchmarking large language models across a wide range of academic and reasoning datasets. It provides a platform for executing automated evaluation tasks to measure model accuracy and performance, ensuring consistent assessment through a structured configuration schema. The framework distinguishes itself by incorporating a dedicated utility for data decontamination, which identifies and removes overlapping training samples from evaluation sets to prevent data leakage. It also features a flexible task builder that allows users to define custom benc

    EleutherAI's lm-evaluation-harness is a standardized framework for benchmarking LLMs across many academic tasks, with extensible custom tasks, multi-metric scoring, and data decontamination — exactly the systematic evaluation and comparison tool you're looking for.

    PythonLarge Language ModelsModel BenchmarkingModel Benchmarking Frameworks
    Ver en GitHub↗11,460
  • lm-sys/fastchatAvatar de lm-sys

    lm-sys/FastChat

    39,472Ver en GitHub↗

    FastChat is a training and serving platform for large language models that provides an integrated toolkit for fine-tuning, hosting, and benchmarking chatbots. It functions as an inference server capable of hosting multiple models and exposing them via a standardized API for chat applications. The platform distinguishes itself through a distributed model controller that manages worker nodes and routes requests across a hardware-agnostic inference layer supporting various accelerators. It includes a dedicated evaluation framework for assessing model quality using automated judges, multi-turn di

    FastChat includes a dedicated evaluation framework with automated judges, side-by-side preference ranking, and multi-turn dialogue benchmarking for comparing open-source LLMs, fitting your need for a systematic evaluation tool even though its primary focus is training and serving.

    PythonLarge Language Model ServingChatbot Hosting ServicesDistributed Model Orchestration
    Ver en GitHub↗39,472
  • bigcode-project/bigcode-evaluation-harnessAvatar de bigcode-project

    bigcode-project/bigcode-evaluation-harness

    1,049Ver en GitHub↗

    A framework for the evaluation of autoregressive code generation language models.

    This is an evaluation framework for code generation models, so it systematically benchmarks LLMs but is limited to code tasks rather than covering the broad range of tasks your search seemed to expect.

    PythonEvaluation FrameworksModel Evaluation and Benchmarking
    Ver en GitHub↗1,049
  • openai/evalsAvatar de openai

    openai/evals

    18,702Ver en GitHub↗

    Evals is a framework designed for automating, managing, and executing repeatable benchmarking suites to analyze the quality and performance of language models. It provides a platform for running standardized tests to measure model accuracy and track behavioral changes over time. The system distinguishes itself through a modular architecture that uses a standardized adapter layer to normalize inputs and outputs, allowing different models to be swapped and tested interchangeably. It supports the creation of custom benchmarks using proprietary data, enabling quality assurance on sensitive tasks

    OpenAI Evals is a framework for automating and managing repeatable benchmarking of language models, supporting interchangeable models and custom tasks; it fits as a systematic evaluation suite, though explicit leaderboard/report generation is not highlighted in its description.

    PythonLLM EvaluationModel Performance BenchmarkingModel Testing
    Ver en GitHub↗18,702

Related searches

  • un framework para evaluar la calidad de salida de los LLMs
  • a framework for evaluating small language models
  • framework para evaluar aplicaciones de LLM
  • servidor de inferencia para servir LLMs a gran escala
  • librería para evaluación LLM-as-a-judge
  • un framework de código abierto para aplicaciones de LLM
  • una plataforma de observabilidad para aplicaciones de LLM
  • librería para acelerar la generación de tokens en LLMs