awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cdpierse avatar

cdpierse/transformers-interpret

0
View on GitHub↗
1,412 estrellas·100 forks·Jupyter Notebook·Apache-2.0·6 vistas

Transformers Interpret

Transformers-interpret es una biblioteca de diagnóstico diseñada para la interpretabilidad de modelos de machine learning basados en transformers. Funciona como un framework de atribución que cuantifica la contribución de tokens de entrada individuales a las predicciones finales de un modelo, permitiendo a los usuarios auditar patrones de decisión y depurar tareas de procesamiento de lenguaje natural (NLP).

La biblioteca utiliza análisis basado en gradientes e introspección basada en hooks para rastrear cómo características de entrada específicas influyen en las salidas del modelo. Al mapear puntuaciones de atribución numérica abstractas de vuelta a unidades lingüísticas legibles por humanos, proporciona una visión clara de cómo los modelos procesan el texto. El framework admite análisis específicos, permitiendo a los usuarios explicar predicciones para clases específicas o examinar relaciones de entrada por pares.

Más allá de la atribución central, la herramienta incluye capacidades de visualización que generan representaciones gráficas y tabulares de la importancia de las características. Estas salidas ayudan a verificar que los modelos se basan en datos relevantes en lugar de patrones no deseados, facilitando una comprensión más profunda del comportamiento del modelo en varias arquitecturas de transformer.

Features

  • Attribution Libraries - Provides a diagnostic utility for inspecting model behavior by generating graphical representations of how specific text segments drive classification outcomes.
  • Transformer Explainability - Provides diagnostic tools to quantify and visualize how individual input tokens influence predictions in transformer-based machine learning models.
  • Model Interpretability Frameworks - Provides a toolkit for analyzing feature importance and decision patterns in deep learning architectures by quantifying token contributions.
  • Token Attribution - Determines the contribution of individual input tokens to a model prediction to reveal which specific features drive classification outcomes.
  • Feature Importance Attribution - Quantifies the contribution of input data to model outputs to better understand the underlying logic and decision patterns.
  • Attribution Gradients - Computes feature importance by backpropagating model outputs through the computational graph to input gradients.
  • Activation and Gradient Hooking - Intercepts internal neural network activations and gradients by attaching listeners to specific layers during execution.
  • Integrated Gradients Attribution Methods - Approximates the integral of gradients along a path from a baseline input to the target to ensure accurate attribution.
  • Model Auditing Tools - Verifies that a predictive model relies on relevant features rather than unintended patterns when making decisions.
  • Agnostic Attribution Engines - Provides a framework-agnostic engine that decouples attribution logic from specific transformer model architectures.
  • Model Explanation Visualizations - Creates interactive or static visual representations of feature importance to facilitate detailed analysis of model behavior.
  • Class-Specific Explainers - Targets a specific output class for attribution analysis to verify if a model relies on expected features for a particular category.
  • Transformer Explainability Tools - Visualizes how individual words or tokens influence the final predictions made by deep learning models built with transformer architectures.
  • Target Class Explainers - Computes attribution scores for specific output classes regardless of the primary prediction to verify if the model focuses on relevant input features.
  • NLP Debugging Tools - Identifies which specific parts of an input text cause a model to make incorrect or biased classification decisions.
  • Pairwise Relationship Analyzers - Measures how specific text segments influence similarity scores between two inputs to understand the underlying logic behind model comparisons.
  • Attribution Visualizers - Generates graphical representations of token importance scores to help users interpret how specific inputs influence model output decisions.

Historial de estrellas

Gráfico del historial de estrellas de cdpierse/transformers-interpretGráfico del historial de estrellas de cdpierse/transformers-interpret

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Transformers Interpret

Colecciones seleccionadas manualmente donde aparece Transformers Interpret.
  • Herramientas de interpretabilidad para modelos de Machine Learning

Alternativas open-source a Transformers Interpret

Proyectos open-source similares, clasificados según cuántas características comparten con Transformers Interpret.
  • pytorch/captumAvatar de pytorch

    pytorch/captum

    5,652Ver en GitHub↗

    Captum is an open-source library for explaining model predictions by attributing them to input features, neurons, and layers using gradient-based and perturbation-based methods. It provides a modular framework for implementing, evaluating, and combining a range of explanation techniques, including gradient-based attribution, perturbation-based analysis, game-theoretic Shapley value approximation, and surrogate model explanations, with support for parallelization and noise stabilization. The library distinguishes itself through its breadth of attribution methods and its support for advanced in

    Python
    Ver en GitHub↗5,652
  • jacobgil/vit-explainAvatar de jacobgil

    jacobgil/vit-explain

    1,090Ver en GitHub↗

    Vit-explain is a diagnostic framework designed to interpret the decision-making processes of vision transformer models. It functions as a toolkit for inspecting internal model states, allowing users to map visual attention and analyze how specific image features influence classification outcomes. The project distinguishes itself by providing post-hoc model interpretation, which enables the analysis of trained neural networks without requiring architectural modifications or retraining. It employs techniques such as hook-based feature extraction to intercept internal activations during the forw

    Pythondeep-learningexplainable-aipytorch
    Ver en GitHub↗1,090
  • pair-code/litAvatar de PAIR-code

    PAIR-code/lit

    3,636Ver en GitHub↗

    Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and performance. It serves as an interpretability dashboard for large language models and a general performance analyzer for text, image, and tabular datasets. The project distinguishes itself through a comprehensive suite of interpretability tools, including salience map generation for feature attribution, the creation of synthetic and counterfactual examples to test robustness, and the projection of high-dimensional embeddings into visual spaces via UMAP or PCA. It further enable

    TypeScriptmachine-learningnatural-language-processingvisualization
    Ver en GitHub↗3,636
  • rexying/gnn-model-explainerAvatar de RexYing

    RexYing/gnn-model-explainer

    1,051Ver en GitHub↗

    This toolkit serves as a framework for interpreting the decision-making processes of graph neural networks. It functions as a library for analyzing how these models process complex network data, providing methods to identify the specific node attributes and structural patterns that influence predictive outcomes. The project distinguishes itself by employing mask-optimized subgraph extraction and gradient-based attribution mapping to isolate the minimal components of a graph that preserve a model's original prediction. By separating graph processing layers from explanation logic, the architect

    Python
    Ver en GitHub↗1,051
Ver las 27 alternativas a Transformers Interpret→

Preguntas frecuentes

¿Qué hace cdpierse/transformers-interpret?

Transformers-interpret es una biblioteca de diagnóstico diseñada para la interpretabilidad de modelos de machine learning basados en transformers. Funciona como un framework de atribución que cuantifica la contribución de tokens de entrada individuales a las predicciones finales de un modelo, permitiendo a los usuarios auditar patrones de decisión y depurar tareas de procesamiento de lenguaje natural (NLP).

¿Cuáles son las características principales de cdpierse/transformers-interpret?

Las características principales de cdpierse/transformers-interpret son: Attribution Libraries, Transformer Explainability, Model Interpretability Frameworks, Token Attribution, Feature Importance Attribution, Attribution Gradients, Activation and Gradient Hooking, Integrated Gradients Attribution Methods.

¿Qué alternativas de código abierto existen para cdpierse/transformers-interpret?

Las alternativas de código abierto para cdpierse/transformers-interpret incluyen: pytorch/captum — Captum is an open-source library for explaining model predictions by attributing them to input features, neurons, and… jacobgil/vit-explain — Vit-explain is a diagnostic framework designed to interpret the decision-making processes of vision transformer… pair-code/lit — Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and… rexying/gnn-model-explainer — This toolkit serves as a framework for interpreting the decision-making processes of graph neural networks. It… marcotcr/lime — This project is an agnostic model interpretability framework and explainability tool designed to provide local… shap/shap — SHAP is an explainable AI toolkit that provides a game theoretic framework for interpreting machine learning model…