awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • shishirpatil/gorillaالصورة الرمزية لـ ShishirPatil

    ShishirPatil/gorilla

    12,908عرض على 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
    عرض على GitHub↗12,908
  • open-compass/opencompassالصورة الرمزية لـ open-compass

    open-compass/opencompass

    6,678عرض على 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
    عرض على GitHub↗6,678
  • sjtu-lit/cevalالصورة الرمزية لـ SJTU-LIT

    SJTU-LIT/ceval

    1,854عرض على 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
    عرض على GitHub↗1,854
  • thu-coai/safety-promptsالصورة الرمزية لـ thu-coai

    thu-coai/Safety-Prompts

    1,176عرض على 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
    عرض على GitHub↗1,176
  • cluebenchmark/supercluelybالصورة الرمزية لـ CLUEbenchmark

    CLUEbenchmark/SuperCLUElyb

    144عرض على GitHub↗

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

    Crowdsourced leaderboard for evaluating conversational model performance.

    عرض على GitHub↗144
  • mikegu721/xiezhibenchmarkالصورة الرمزية لـ MikeGu721

    MikeGu721/XiezhiBenchmark

    98عرض على 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
    عرض على GitHub↗98
  • flagopen/flagevalالصورة الرمزية لـ FlagOpen

    FlagOpen/FlagEval

    13عرض على 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.

    عرض على GitHub↗13
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Evaluation Benchmarks

استكشف الوسوم الفرعية

  • 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.