awesome-repositories.comCatégoriesBlog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesEvaluation Benchmarks

Tools and frameworks for assessing the performance and safety of language models.

Explore 7 awesome GitHub repositories matching part of an awesome list · Evaluation Benchmarks. Refine with filters or upvote what's useful.

Awesome Evaluation Benchmarks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • shishirpatil/gorillaAvatar de ShishirPatil

    ShishirPatil/gorilla

    12,908Voir sur GitHub↗

    Gorilla is a foundational infrastructure framework for large language model function calling. It provides a system for training, evaluating, and executing the translation of natural language instructions into accurate API calls and executable code. The project integrates a structured API documentation index, a fine-tuning pipeline for model adaptation, and a secure sandboxed action runtime for executing model-generated commands. The framework distinguishes itself through a specialized evaluation benchmark suite that measures the accuracy, cost, and latency of function calls. It includes tools

    Evaluates the ability of models to generate correct function calls within real-world multi-turn agentic workflows.

    Python
    Voir sur GitHub↗12,908
  • open-compass/opencompassAvatar de open-compass

    open-compass/opencompass

    6,678Voir sur 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

    Comprehensive evaluation platform for language and multimodal models.

    Pythonbenchmarkchatgptevaluation
    Voir sur GitHub↗6,678
  • sjtu-lit/cevalAvatar de SJTU-LIT

    SJTU-LIT/ceval

    1,854Voir sur GitHub↗

    Official github repo for C-Eval, a Chinese evaluation suite for foundation models NeurIPS 2023

    Comprehensive benchmark suite for evaluating Chinese language models.

    Python
    Voir sur GitHub↗1,854
  • thu-coai/safety-promptsAvatar de thu-coai

    thu-coai/Safety-Prompts

    1,176Voir sur GitHub↗

    Chinese safety prompts for evaluating and improving the safety of LLMs. 中文安全prompts,用于评估和提升大模型的安全性。

    Framework for evaluating safety and ethical alignment in models.

    attack-defensechatgptchinese-language
    Voir sur GitHub↗1,176
  • cluebenchmark/supercluelybAvatar de CLUEbenchmark

    CLUEbenchmark/SuperCLUElyb

    144Voir sur GitHub↗

    SuperCLUE琅琊榜:中文通用大模型匿名对战评价基准

    Crowdsourced leaderboard for evaluating conversational model performance.

    Voir sur GitHub↗144
  • mikegu721/xiezhibenchmarkAvatar de MikeGu721

    MikeGu721/XiezhiBenchmark

    98Voir sur GitHub↗

    Xiezhi (獬豸) is a comprehensive evaluation suite for Language Models (LMs). It consists of 249587 multi-choice questions spanning 516 diverse disciplines and four difficulty levels, as shown below. Please check our paper for more details, and our website will be open later on.

    Academic benchmark for evaluating models across diverse disciplines.

    Python
    Voir sur GitHub↗98
  • flagopen/flagevalAvatar de FlagOpen

    FlagOpen/FlagEval

    13Voir sur GitHub↗

    FlagEval, launched by BAAI in 2023, is a comprehensive large model evaluation system that encompasses over 800 open-source and closed-source models from around the globe. It features more than 40 capability dimensions, including reasoning, mathematical skills, and task-solving abilities, along…

    Multi-dimensional evaluation toolkit for foundational AI models.

    Voir sur GitHub↗13
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Evaluation Benchmarks

Explorer les sous-tags

  • API Generation BenchmarksStandardized datasets and metrics for evaluating the correctness of API call generation in agentic workflows. **Distinct from Evaluation Benchmarks:** Specifically evaluates the syntax and logic of generated API calls rather than general model safety or reasoning.