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

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

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

4 个仓库

Awesome GitHub RepositoriesTest Set Inference Evaluators

Runs a trained model on held-out data and computes performance metrics to measure accuracy.

Distinct from Model Testing: Distinct from Model Testing: focuses specifically on inference on held-out test sets rather than broader model testing methodologies.

Explore 4 awesome GitHub repositories matching testing & quality assurance · Test Set Inference Evaluators. Refine with filters or upvote what's useful.

Awesome Test Set Inference Evaluators GitHub Repositories

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

    diegosouzapw/OmniRoute

    6,391在 GitHub 上查看↗

    OmniRoute is a unified LLM API gateway that connects multiple AI providers to a single endpoint. Its primary purpose is to simplify the integration of various AI models into tools and agents by translating different provider formats into a standardized API. The project distinguishes itself through a multi-strategy request routing system that optimizes for cost, speed, and availability, including automatic model fallbacks and a circuit-breaker resilience model to isolate provider failures. It employs a local-first security posture, using AES-256-GCM encryption to store API keys and conversatio

    Includes tools to score model responses against golden test sets using regex, exact match, or custom criteria.

    TypeScript
    在 GitHub 上查看↗6,391
  • biolab/orange3biolab 的头像

    biolab/orange3

    5,635在 GitHub 上查看↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Applies trained models to independent datasets to estimate performance on unseen data.

    Python
    在 GitHub 上查看↗5,635
  • microsoft/biogptmicrosoft 的头像

    microsoft/BioGPT

    4,486在 GitHub 上查看↗

    BioGPT is a biomedical large language model and domain-specific transformer designed for processing and creating specialized medical text. It functions as a generative tool and knowledge extraction engine trained on large-scale scientific literature to produce human-like scientific prose and factual responses to queries. The project provides specialized capabilities for biomedical named entity recognition and the extraction of complex relations from unstructured medical corpora. It is designed to identify and classify biological entities through data mining and relation extraction to support

    Runs trained models on held-out data and computes performance metrics to measure accuracy.

    Python
    在 GitHub 上查看↗4,486
  • cs230-stanford/cs230-code-examplescs230-stanford 的头像

    cs230-stanford/cs230-code-examples

    4,218在 GitHub 上查看↗

    This repository provides structured code examples and project templates designed for classroom instruction in machine learning and neural networks. It offers reference implementations of deep learning models for both computer vision and natural language processing tasks, built using PyTorch as the core framework. The codebase is organized as a modular project template with separate directories for data handling, model definitions, and training scripts, promoting reusability and clarity. It includes predefined pipelines for image classification and text processing, along with a command-line in

    Includes a separate script to compute accuracy and loss on held-out test data after training.

    Pythoncomputer-visionnatural-language-processingpytorch
    在 GitHub 上查看↗4,218
  1. Home
  2. Testing & Quality Assurance
  3. Model Testing
  4. Test Set Inference Evaluators