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

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

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

9 个仓库

Awesome GitHub RepositoriesCustom Model Adapters

Interfaces for integrating proprietary or specialized language models.

Distinguishing note: Focuses on extensibility for custom models rather than standard API integrations.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Custom Model Adapters. Refine with filters or upvote what's useful.

Awesome Custom Model Adapters GitHub Repositories

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

    ueberdosis/tiptap

    37,341在 GitHub 上查看↗

    Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a developer-focused abstraction layer over a structured document model, allowing for full control over the underlying schema through a plugin-based architecture. By separating document state management from the user interface, it enables the creation of tailored editing experiences that remain framework-agnostic. The project distinguishes itself through a robust collaborative engine that supports real-time multi-user editing, conflict resolution, and presence tracking. It integrates artificial

    Connects proprietary language models to execute unique prompts and manipulate document structures.

    TypeScripteditorjavascriptjs
    在 GitHub 上查看↗37,341
  • huggingface/smolagentshuggingface 的头像

    huggingface/smolagents

    27,885在 GitHub 上查看↗

    This framework provides a development toolkit for building autonomous agents that utilize language models to solve complex, non-deterministic tasks. Its core design centers on a code-executing architecture where agents generate and run Python code snippets to perform logic, data manipulation, and tool interactions. By moving beyond structured data formats, the system enables agents to manage program flow and object state through iterative reasoning cycles. The project distinguishes itself through its focus on code-based agent implementation and secure execution environments. Developers can ch

    Allows developers to integrate proprietary models by extending base classes for generation methods.

    Python
    在 GitHub 上查看↗27,885
  • vercel/aivercel 的头像

    vercel/ai

    21,885在 GitHub 上查看↗

    This project is a comprehensive framework for building AI-powered applications, providing a unified toolkit for orchestrating language models, autonomous agents, and interactive user interfaces. It serves as a central library for managing the entire lifecycle of AI interactions, from initial prompt generation and model provider abstraction to complex, multi-step reasoning and tool execution. The framework distinguishes itself through its deep integration with frontend development, specifically by enabling generative user interfaces that render dynamic components directly from model outputs. I

    Provides a standardized specification for creating and distributing custom connectors for AI model services.

    TypeScriptanthropicartificial-intelligencegemini
    在 GitHub 上查看↗21,885
  • funaudiollm/cosyvoiceFunAudioLLM 的头像

    FunAudioLLM/CosyVoice

    21,673在 GitHub 上查看↗

    CosyVoice is a speech synthesis framework that utilizes large language models to generate expressive, multilingual audio. The system functions as an audio generation engine capable of producing natural-sounding speech across multiple languages while preserving regional dialects and specific emotional tones. The platform distinguishes itself through its zero-shot voice cloning capabilities, which allow for the creation of synthetic voice profiles from short audio samples without requiring additional model training. It provides fine-grained control over vocal attributes, enabling users to adjus

    Refines base speech generation models for specific target speakers to improve voice similarity and consistency.

    Pythonaudio-generationcantonesechatbot
    在 GitHub 上查看↗21,673
  • pydantic/pydantic-aipydantic 的头像

    pydantic/pydantic-ai

    17,791在 GitHub 上查看↗

    PydanticAI is a Python framework designed for building production-grade autonomous agents. It provides a unified interface for interacting with diverse language models, enabling developers to construct agents that perform complex tasks through structured data validation, tool execution, and multi-turn conversation management. The library centers on type-safe schema enforcement, ensuring that model inputs and outputs remain consistent and reliable throughout the agent's lifecycle. The framework distinguishes itself through a robust architecture that emphasizes modularity and testability. It ut

    Extends support to proprietary or unsupported model APIs by subclassing base classes for standard and streaming responses.

    Pythonagent-frameworkgenaillm
    在 GitHub 上查看↗17,791
  • jacobgil/pytorch-grad-camjacobgil 的头像

    jacobgil/pytorch-grad-cam

    12,893在 GitHub 上查看↗

    该项目是一个用于 PyTorch 的计算机视觉可解释 AI 库和框架,提供了一套工具来可视化和审计深度神经网络的内部决策过程。它作为一个神经网络归因工具和调试实用程序,用于识别哪些图像区域驱动了模型预测。 该库以其对基于梯度和无梯度归因方法的支持而著称,允许在无需修改原始模型源代码的情况下生成视觉热力图和归因图。它通过视觉概念发现进一步脱颖而出,使用矩阵分解将内部激活分解为可解释的模式,并将潜在嵌入映射到像素重要性。 该框架涵盖了广泛的能力,包括热力图生成和细化、针对视觉 Transformer 等架构的空间转换,以及针对目标检测和语义分割等多任务视觉目标的适配。它还包括一个模型保真度评估套件,采用扰动分析、消融研究和定位测量来量化生成解释的忠实度。 该项目提供了用于动态激活钩子、自定义架构适配和目标驱动目标配置的机制,以将可解释性工具连接到各种模型输出。

    Implements custom logic to adapt and reshape internal tensors from non-standard architectures like vision transformers for analysis.

    Python
    在 GitHub 上查看↗12,893
  • wandb/wandbwandb 的头像

    wandb/wandb

    10,844在 GitHub 上查看↗

    Wandb is a centralized platform for machine learning experiment tracking, model registry management, and workflow orchestration. It provides a comprehensive suite of tools for logging, visualizing, and versioning training metrics, model artifacts, and hyperparameter sweeps to ensure reproducibility across development cycles. The platform also functions as an observability tool for large language model applications, enabling the tracing of execution steps, token usage, and reasoning processes. The project distinguishes itself through its event-driven automation capabilities, which allow users

    Hosts and dynamically loads lightweight model adapters as versioned artifacts to specialize base models.

    Pythonaicollaborationdata-science
    在 GitHub 上查看↗10,844
  • guardrails-ai/guardrailsguardrails-ai 的头像

    guardrails-ai/guardrails

    7,033在 GitHub 上查看↗

    Guardrails is a Python SDK that wraps calls to large language models with configurable validation pipelines, corrective actions, and structured output generation. It provides a unified API layer that connects to over 100 language models, applying consistent validation, streaming, and error-handling across providers. The framework validates and corrects model responses against safety and quality rules, detecting and mitigating risks in both inputs and outputs using pre-built and custom validators. The project distinguishes itself through a validator-pipeline architecture that sequentially appl

    Provides a custom adapter function that integrates any unsupported language model into the guardrails workflow.

    Pythonaifoundation-modelgpt-3
    在 GitHub 上查看↗7,033
  • transformerlensorg/transformerlensTransformerLensOrg 的头像

    TransformerLensOrg/TransformerLens

    3,098在 GitHub 上查看↗

    TransformerLens is a library for mechanistic interpretability research designed to reverse engineer the learned algorithms within large language models. It provides a standardized framework for wrapping diverse transformer architectures, allowing researchers to extract, manipulate, and analyze internal activations and weights through a consistent interface. The project distinguishes itself through a comprehensive system of activation hooks that can capture, patch, and ablate internal tensors during the forward pass. It includes specialized utilities for decomposing fused projections, material

    Maps custom language model head architectures to a standard format for internal activation analysis and manipulation.

    Python
    在 GitHub 上查看↗3,098
  1. Home
  2. Artificial Intelligence & ML
  3. Custom Model Adapters

探索子标签

  • Architecture AdaptationCustom logic to adapt internal model tensors from non-standard architectures for analysis. **Distinct from Custom Model Adapters:** Focuses on tensor reshaping for visualization rather than API or weight integration for inference.
  • GPT-2 Architecture AdaptersAdapters that map custom GPT-2 head architectures to a standard format for activation analysis. **Distinct from Custom Model Adapters:** Focuses on structural mapping for analysis rather than general API integration of proprietary models.