awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cdpierse avatar

cdpierse/transformers-interpret

0
View on GitHub↗
1,412 स्टार्स·100 फोर्क्स·Jupyter Notebook·Apache-2.0·8 व्यूज़

Transformers Interpret

Transformers-interpret is a diagnostic library designed for the interpretability of transformer-based machine learning models. It functions as an attribution framework that quantifies the contribution of individual input tokens to a model's final predictions, allowing users to audit decision patterns and debug natural language processing tasks.

The library utilizes gradient-based analysis and hook-based introspection to trace how specific input features influence model outputs. By mapping abstract numerical attribution scores back to human-readable linguistic units, it provides a clear view of how models process text. The framework supports targeted analysis, enabling users to explain predictions for specific classes or examine pairwise input relationships.

Beyond core attribution, the tool includes visualization capabilities that generate graphical and tabular representations of feature importance. These outputs assist in verifying that models rely on relevant data rather than unintended patterns, facilitating a deeper understanding of model behavior across various transformer architectures.

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.

स्टार हिस्ट्री

cdpierse/transformers-interpret के लिए स्टार हिस्ट्री चार्टcdpierse/transformers-interpret के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Transformers Interpret को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Transformers Interpret दिखाई देता है।
  • मशीन लर्निंग मॉडल इंटरप्रिटेबिलिटी टूल्स

अक्सर पूछे जाने वाले प्रश्न

cdpierse/transformers-interpret क्या करता है?

Transformers-interpret is a diagnostic library designed for the interpretability of transformer-based machine learning models. It functions as an attribution framework that quantifies the contribution of individual input tokens to a model's final predictions, allowing users to audit decision patterns and debug natural language processing tasks.

cdpierse/transformers-interpret की मुख्य विशेषताएं क्या हैं?

cdpierse/transformers-interpret की मुख्य विशेषताएं हैं: Attribution Libraries, Transformer Explainability, Model Interpretability Frameworks, Token Attribution, Feature Importance Attribution, Attribution Gradients, Activation and Gradient Hooking, Integrated Gradients Attribution Methods।

cdpierse/transformers-interpret के कुछ ओपन-सोर्स विकल्प क्या हैं?

cdpierse/transformers-interpret के ओपन-सोर्स विकल्पों में शामिल हैं: 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…

Transformers Interpret के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Transformers Interpret के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • pytorch/captumpytorch का अवतार

    pytorch/captum

    5,652GitHub पर देखें↗

    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
    GitHub पर देखें↗5,652
  • jacobgil/vit-explainjacobgil का अवतार

    jacobgil/vit-explain

    1,090GitHub पर देखें↗

    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
    GitHub पर देखें↗1,090
  • pair-code/litPAIR-code का अवतार

    PAIR-code/lit

    3,636GitHub पर देखें↗

    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
    GitHub पर देखें↗3,636
  • rexying/gnn-model-explainerRexYing का अवतार

    RexYing/gnn-model-explainer

    1,051GitHub पर देखें↗

    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
    GitHub पर देखें↗1,051
  • Transformers Interpret के सभी 27 विकल्प देखें→