awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

139 个仓库

Awesome GitHub RepositoriesModel Performance Evaluators

Tools for quantifying the accuracy and reliability of machine learning models by comparing predictions against ground truth labels.

Distinct from Recognition Accuracy Evaluation: None of the candidates are general enough; they focus on specific domains like biometric recognition or Text-to-SQL.

Explore 139 awesome GitHub repositories matching artificial intelligence & ml · Model Performance Evaluators. Refine with filters or upvote what's useful.

Awesome Model Performance Evaluators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • deezer/spleeterdeezer 的头像

    deezer/spleeter

    28,252在 GitHub 上查看↗

    Spleeter is an AI audio source separation library and deep learning toolkit designed to split mixed music files into individual audio stems, such as vocals and drums. It provides a suite of pretrained models for isolating different instruments and voices from a recording. The toolkit includes capabilities for training and evaluating custom audio separation models using labeled datasets and configuration files. It also features utilities for measuring model performance by comparing separation outputs against reference datasets. The system manages audio processing through spectral representati

    Quantifies the accuracy and quality of source separation models by comparing outputs against reference datasets.

    Pythonaudio-processingbassdeep-learning
    在 GitHub 上查看↗28,252
  • langchain-ai/deepagentslangchain-ai 的头像

    langchain-ai/deepagents

    25,006在 GitHub 上查看↗

    Deepagents is an LLM agent orchestration platform and stateful application server designed for deploying and managing AI agents built with computational graphs. It provides a containerized runtime environment that handles agent execution, state persistence, and the versioning of AI assistants. The platform distinguishes itself through deep integration with the Model Context Protocol, allowing agents to function as servers that expose tools and capabilities to external clients. It features a sophisticated observability suite for capturing execution traces, performing LLM-based evaluations agai

    Compares experiment results against dataset examples to identify the most effective agent configurations.

    Pythonagentsdeepagentslangchain
    在 GitHub 上查看↗25,006
  • tencent/weknoraTencent 的头像

    Tencent/WeKnora

    16,974在 GitHub 上查看↗

    WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework. It transforms raw documents into queryable knowledge bases and integrates large language models with vector databases to provide grounded AI responses. The system also functions as a Model Context Protocol (MCP) tool server, exposing knowledge search and agentic capabilities to external AI clients. The platform distinguishes itself through an autonomous agent framework that utilizes iterative reasoning, tool calling, and web search to solve multi-step tasks. It implements a sta

    Tests and measures the accuracy and effectiveness of configured AI models to evaluate performance.

    Goagentagenticai
    在 GitHub 上查看↗16,974
  • modelscope/swiftmodelscope 的头像

    modelscope/swift

    14,633在 GitHub 上查看↗

    Swift is a toolkit for the full-parameter and parameter-efficient fine-tuning of large language and multimodal models. It functions as a multimodal model trainer for text, image, video, and audio data, and includes specialized tools for model compression and reinforcement learning from human feedback. The framework provides an alignment toolkit for optimizing model behavior using preference learning algorithms and reinforcement learning. It integrates parameter-efficient fine-tuning methods to adapt models with minimal memory and compute requirements, alongside utilities for reducing hardware

    Includes integrated evaluation modules to measure the accuracy and reliability of large language models.

    Python
    在 GitHub 上查看↗14,633
  • morvanzhou/tutorialsMorvanZhou 的头像

    MorvanZhou/tutorials

    12,952在 GitHub 上查看↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Provides techniques for validating model accuracy and reliability using evaluation metrics and cross-validation.

    Pythonmachine-learningmultiprocessingneural-network
    在 GitHub 上查看↗12,952
  • rasbt/python-machine-learning-bookrasbt 的头像

    rasbt/python-machine-learning-book

    12,614在 GitHub 上查看↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Provides tools for quantifying the accuracy and reliability of multi-class models using various averaging strategies.

    Jupyter Notebook
    在 GitHub 上查看↗12,614
  • allenai/allennlpallenai 的头像

    allenai/allennlp

    11,889在 GitHub 上查看↗

    AllenNLP is a PyTorch-based research library and deep learning language toolkit designed for developing and training neural network architectures for linguistic tasks. It provides a distributed training system that coordinates data and gradients across multiple GPUs and a framework for integrating pretrained transformer architectures. The system distinguishes itself with a dedicated algorithmic bias mitigation tool used to identify and reduce bias in linguistic model predictions. It also includes model influence analysis to interpret predictions by calculating the influence of specific traini

    Quantifies model accuracy and fairness by comparing predictions against ground truth across multiple datasets.

    Python
    在 GitHub 上查看↗11,889
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 的头像

    lyhue1991/eat_tensorflow2_in_30_days

    9,933在 GitHub 上查看↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Computes quantitative accuracy, precision, recall, and mean squared error to evaluate model reliability.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    在 GitHub 上查看↗9,933
  • yzhao062/pyodyzhao062 的头像

    yzhao062/pyod

    9,878在 GitHub 上查看↗

    PyOD is a Python anomaly detection library used to identify outliers in tabular, time series, graph, text, and image data. It provides a collection of algorithms for detecting anomalous data points and includes a unified detector interface that standardizes input and output signatures across its available detection algorithms. The project features a multi-modal outlier detector for identifying anomalies across diverse formats including unstructured text and images, as well as a specialized toolkit for graph-based and time-series anomaly detection. It includes an ensemble framework for combini

    Compares predicted outlier scores against ground truth labels to quantify the accuracy of the detection model in the project.

    Pythonagentic-aianomaly-detectiondata-mining
    在 GitHub 上查看↗9,878
  • open-mmlab/mmsegmentationopen-mmlab 的头像

    open-mmlab/mmsegmentation

    9,860在 GitHub 上查看↗

    MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and metrics. The framework supports the full model lifecycle through a unified runner interface that controls training, testi

    Computes standard segmentation metrics such as mIoU and accuracy on a test dataset to quantify model quality.

    Pythondeeplabv3image-segmentationmedical-image-segmentation
    在 GitHub 上查看↗9,860
  • espnet/espnetespnet 的头像

    espnet/espnet

    9,861在 GitHub 上查看↗

    ESPnet is a comprehensive speech processing toolkit and PyTorch-based trainer designed for building end-to-end speech recognition, synthesis, and translation models. It provides a structured framework for developing automatic speech recognition systems using transducer and encoder-decoder architectures, alongside engines for text-to-speech synthesis and speech translation pipelines. The project distinguishes itself through a recipe-based workflow execution system that ensures experimental reproducibility by running standardized sequences of scripts for data preparation and model training. It

    Performs inference and scoring on datasets using pre-trained models to quantify accuracy.

    Python
    在 GitHub 上查看↗9,861
  • idea-research/groundingdinoIDEA-Research 的头像

    IDEA-Research/GroundingDINO

    9,738在 GitHub 上查看↗

    GroundingDINO is a deep learning vision model and open-vocabulary object detector designed to map natural language prompts to spatial coordinates. It functions as a text-to-bounding-box framework that enables zero-shot image localization, allowing the system to identify and locate arbitrary objects without requiring predefined classes or specific training for those categories. The project distinguishes itself by matching visual features to natural language descriptions to achieve open-set visual recognition. It supports text-guided image localization and the isolation of specific objects base

    Measures the accuracy of object localization using standard datasets to verify prediction precision.

    Pythonobject-detectionopen-worldopen-world-detection
    在 GitHub 上查看↗9,738
  • mshumer/gpt-prompt-engineermshumer 的头像

    mshumer/gpt-prompt-engineer

    9,659在 GitHub 上查看↗

    This project is an automated prompt engineering and optimization tool designed to iteratively create, test, and refine prompts using a language model to improve output quality. It functions as a framework for generating candidate prompts and ranking their performance through correctness matching and ELO-based ratings. The system includes capabilities for model distillation, generating high-quality example pairs from frontier models to create training data for smaller models. It also provides tools to condense prompts for smaller models and transform instruction-tuned prompts into completion-b

    Quantifies prompt accuracy by comparing model outputs against predefined ground-truth labels.

    Jupyter Notebook
    在 GitHub 上查看↗9,659
  • microsoft/vscode-copilot-chatmicrosoft 的头像

    microsoft/vscode-copilot-chat

    9,493在 GitHub 上查看↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Quantifies the accuracy of AI agents by comparing their outputs against ground truth datasets using custom metrics.

    TypeScript
    在 GitHub 上查看↗9,493
  • sjwhitworth/golearnsjwhitworth 的头像

    sjwhitworth/golearn

    9,438在 GitHub 上查看↗

    GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and a toolkit for building, training, and evaluating predictive models through a standardized interface. The project implements a data frame system that loads CSV files into structured grids for matrix operations. It includes a preprocessing library for discretizing continuous variables and a model evaluation toolkit that utilizes confusion matrices and cross-validation to measure precision and recall. The library covers data engineering and management, including the ability to

    Provides tools to quantify model accuracy and reliability by comparing predictions against ground truth labels using confusion matrices.

    Go
    在 GitHub 上查看↗9,438
  • iamseancheney/python_for_data_analysis_2nd_chinese_versioniamseancheney 的头像

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937在 GitHub 上查看↗

    This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p

    Provides methods for quantifying model accuracy and reliability using cross-validation and separate datasets.

    matplotlibnumpypandas
    在 GitHub 上查看↗8,937
  • oumi-ai/oumioumi-ai 的头像

    oumi-ai/oumi

    8,858在 GitHub 上查看↗

    Oumi is a comprehensive large language model development platform designed for synthesizing data, fine-tuning models, and running performance evaluations. It serves as a unified environment for the entire model lifecycle, encompassing a training and fine-tuning suite, an evaluation framework, and tools for synthetic data generation and model distillation. The platform is distinguished by its iterative, failure-driven synthesis approach, which analyzes model weaknesses during evaluation to generate targeted training data. It utilizes an LLM-based judge framework to programmatically score respo

    Enables the standardization of model, judge, and dataset settings to ensure consistent performance assessments.

    Pythondpoevaluationfine-tuning
    在 GitHub 上查看↗8,858
  • elder-plinius/g0dm0d3elder-plinius 的头像

    elder-plinius/G0DM0D3

    8,351在 GitHub 上查看↗

    G0DM0D3 is a static web client and multi-model chat gateway designed for AI research, prompt optimization, and red teaming. It provides a unified interface to query numerous AI models in parallel, allowing for the simultaneous evaluation of different prompt variations and sampling parameters to identify the most successful outputs. The project features specialized tooling for probing safety filters and bypassing model constraints through an input perturbation engine that applies text obfuscation and character substitution. It includes a composite scoring system to rank model performance and a

    Evaluates and ranks responses from various models using a weighted composite scoring system.

    TypeScript
    在 GitHub 上查看↗8,351
  • ucas-haoranwei/got-ocr2.0Ucas-HaoranWei 的头像

    Ucas-HaoranWei/GOT-OCR2.0

    8,141在 GitHub 上查看↗

    GOT-OCR2.0 is an end-to-end optical character recognition system and document text extractor. It utilizes a unified transformer architecture to recognize and extract plain and formatted text from diverse images and documents. The system features a multi-crop processing method that divides high-resolution or dense documents into smaller sections to maintain recognition detail. It also includes a renderer that transforms recognized text into HTML to preserve the original structure and layout of the document. The project provides a framework for fine-tuning pre-trained models on custom datasets

    Calculates recognition accuracy against standardized benchmarks using multi-GPU acceleration for large evaluation sets.

    Python
    在 GitHub 上查看↗8,141
  • thudm/glm-130bTHUDM 的头像

    THUDM/GLM-130B

    7,649在 GitHub 上查看↗

    GLM-130B is a pre-trained foundation model and bilingual large language model designed for natural language processing tasks in both English and Chinese. It functions as an autoregressive language model and text generator capable of producing long-form content and predicting missing phrases. The model utilizes an autoregressive blank-filling architecture and a bidirectional dense transformer to process text. This approach allows the system to transition between understanding context through masked language modeling and generating sequential text using specific mask tokens. The project covers

    Provides a configuration-driven system to standardize dataset and model settings for performance benchmarking.

    Python
    在 GitHub 上查看↗7,649
上一个123456…7下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Model Performance Evaluators

探索子标签

  • Composite Scoring MetricsSystems for ranking AI model outputs using weighted multi-criteria scoring systems. **Distinct from Model Performance Evaluators:** Focuses on scoring and ranking responses based on composite metrics rather than just comparing against ground truth labels.
  • Evaluation Configurations5 个子标签Settings and parameters used to standardize model, judge, and dataset configurations for performance assessments. **Distinct from Model Performance Evaluators:** Focuses on the orchestration settings of an evaluation run rather than the metric calculation itself
  • Generative Asset Quality Metrics1 个子标签Quantitative measures for assessing the quality, fidelity, and diversity of synthesized 3D assets. **Distinct from Model Performance Evaluators:** Focuses on generative quality and diversity metrics for 3D assets, distinct from general ML accuracy or reliability evaluators.
  • LLM Performance Evaluators2 个子标签Runs inference on a trained model to measure its performance on specific tasks or datasets. **Distinct from Model Performance Evaluators:** Distinct from general Model Performance Evaluators: specifically targets large language model evaluation, not general ML model accuracy metrics.
  • NLP Model EvaluatorsSpecialized performance evaluators for text classification and language models focusing on linguistic properties. **Distinct from Model Performance Evaluators:** More specific than general Model Performance Evaluators by targeting text classification and linguistic distributions.
  • NLP Model ValidationSpecialized evaluation tools for validating token and text classification models. **Distinct from Model Performance Evaluators:** Specifically targets natural language processing models, whereas Model Performance Evaluators are generic.
  • Slice-Based EvaluatorsEvaluates downstream classifier performance on user-defined data slices to identify systematic failures in specific subgroups. **Distinct from Model Performance Evaluators:** Distinct from Model Performance Evaluators: focuses on evaluating performance on data slices, not overall model accuracy.
  • Slice-Based Model EvaluatorsPartitions training data into meaningful subgroups to monitor and improve downstream classifier performance on specific cohorts. **Distinct from Model Performance Evaluators:** Distinct from Model Performance Evaluators: focuses on subgroup-specific evaluation, not overall model accuracy.
  • StreamingComputes and reports accuracy metrics progressively as predictions are made on a data stream, without requiring a held-out test set. **Distinct from Model Performance Evaluators:** Distinct from Model Performance Evaluators: operates on streaming data using progressive validation, not batch evaluation on a static test set.
  • Subgroup Performance EvaluatorsSlicing datasets into meaningful subgroups and evaluating model performance on each to uncover systematic failures. **Distinct from Model Performance Evaluators:** Distinct from Model Performance Evaluators: focuses on subgroup-specific evaluation, not overall model accuracy.