awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jessevig avatar

jessevig/bertviz

0
View on GitHub↗
8,098 نجوم·883 تفرعات·Python·Apache-2.0·3 مشاهدات

Bertviz

BertViz هي مجموعة أدوات تشخيصية لتصور رؤوس الانتباه وسلوكيات النماذج الداخلية لتفسير كيفية معالجة نماذج اللغات للنصوص. تعمل كأداة قابلية تفسير ومصحح أخطاء لنماذج معالجة اللغات الطبيعية، حيث توفر تحديداً خرائط تفاعلية لآليات الانتباه داخل بنى Transformer.

يتيح المشروع تحليل علاقات الرموز من خلال طرق عرض مفصلة لرؤوس وطبقات انتباه محددة. يدعم تصور الانتباه العالمي عبر جميع الطبقات، ورسم خرائط انتباه المشفر-فك المشفر، وفحص الخلايا العصبية الفردية داخل متجهات الاستعلام والمفتاح للكشف عن مساهمتها في حسابات الانتباه.

توفر الأداة قدرات لتصفية طرق العرض حسب الطبقة، أو الرأس، أو أزواج الجمل. يتم عرض التصورات مباشرة داخل بيئات دفتر الملاحظات عبر حقن HTML وJavaScript، ويمكن تصديرها كملفات HTML مستقلة للمشاركة الخارجية.

Features

  • Attention Visualizations - Renders interactive maps of attention mechanisms to visualize how encoders and decoders weight sequences.
  • Activation Visualizations - Displays individual neurons within query and key vectors to visualize their specific contributions to attention computation.
  • Neuron Inspections - Enables the inspection of individual neurons within query and key vectors to understand their role in attention computation.
  • LLM Interpretability Dashboards - Provides a visual interface for analyzing the behavior and internal representations of large language models.
  • Latent Attention Analysis - Analyzes the contribution of individual neurons and query-key vectors to overall attention computation.
  • NLP Model Debugging - Identifies unexpected model behaviors by inspecting specific attention heads and neuron activity.
  • Transformer Interpretability - Analyzes how Transformer models process language by visualizing attention weights and token relationships.
  • Model Execution Debuggers - Inspects the internal behavior of NLP models by visualizing encoder and decoder layers.
  • Attention Head Analyzers - Provides detailed views of specific attention heads and layers to identify token weighting patterns.
  • Attention View Filtering - Restricts visualizations to specific layers, attention heads, or sentence pairs to isolate model behaviors.
  • Global Attention Views - Provides a comprehensive view of attention patterns across all layers and heads in a transformer model.
  • Sentence-Level Filters - Provides the ability to isolate and visualize attention weights for specific sentences when processing pairs of text.
  • Attention Slice Filtering - Employs selective indexing to extract and display specific attention slices from model outputs.
  • Interactive Visualization Rendering - Provides interactive rendering of attention weights and neuron activity that updates based on user input.
  • Notebook Visualization Injections - Injects HTML and JavaScript directly into notebook cells to render interactive attention visualizations.
  • Encoder-Decoder Attention Mapping - Renders interactive attention maps for encoder and decoder layers to analyze cross-component token relationships.
  • Model Utilities - Visualization tool for inspecting attention mechanisms in transformers.

سجل النجوم

مخطط تاريخ النجوم لـ jessevig/bertvizمخطط تاريخ النجوم لـ jessevig/bertviz

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Bertviz

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Bertviz.
  • tingsongyu/pytorch_tutorialالصورة الرمزية لـ TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018عرض على GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    عرض على GitHub↗8,018
  • transformerlensorg/transformerlensالصورة الرمزية لـ TransformerLensOrg

    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

    Python
    عرض على GitHub↗3,098
  • facebookresearch/dinoالصورة الرمزية لـ facebookresearch

    facebookresearch/dino

    7,592عرض على GitHub↗

    This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model that trains visual representations using a momentum teacher and self-distillation without the need for labeled data. The library functions as an image feature extractor and visual attention visualizer, allowing for the generation of high-dimensional vectors and the rendering of self-attention maps as heatmaps or videos to analyze model focus. It provides comprehensive tools for downstream vision evaluation, including linear probe classification, k-nearest neighbor categorizatio

    Python
    عرض على GitHub↗7,592
  • imagineailab/ai-by-hand-excelالصورة الرمزية لـ ImagineAILab

    ImagineAILab/ai-by-hand-excel

    6,177عرض على GitHub↗

    This project consists of interactive spreadsheet-based models designed to demonstrate the mathematical mechanics of backpropagation, multi-layer perceptrons, and transformer attention. It serves as an Excel-based neural network simulator for manually calculating tensor operations and matrix multiplications to visualize data flow. The models provide a way to visualize the internal logic of neural networks by implementing self-attention and backpropagation through explicit cell formulas. It includes specific mathematical exercises for modeling transformer architecture and the layers of multi-la

    عرض على GitHub↗6,177
عرض جميع البدائل الـ 30 لـ Bertviz→

الأسئلة الشائعة

ما هي وظيفة jessevig/bertviz؟

BertViz هي مجموعة أدوات تشخيصية لتصور رؤوس الانتباه وسلوكيات النماذج الداخلية لتفسير كيفية معالجة نماذج اللغات للنصوص. تعمل كأداة قابلية تفسير ومصحح أخطاء لنماذج معالجة اللغات الطبيعية، حيث توفر تحديداً خرائط تفاعلية لآليات الانتباه داخل بنى Transformer.

ما هي الميزات الرئيسية لـ jessevig/bertviz؟

الميزات الرئيسية لـ jessevig/bertviz هي: Attention Visualizations, Activation Visualizations, Neuron Inspections, LLM Interpretability Dashboards, Latent Attention Analysis, NLP Model Debugging, Transformer Interpretability, Model Execution Debuggers.

ما هي البدائل مفتوحة المصدر لـ jessevig/bertviz؟

تشمل البدائل مفتوحة المصدر لـ jessevig/bertviz: tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… transformerlensorg/transformerlens — TransformerLens is a library for mechanistic interpretability research designed to reverse engineer the learned… facebookresearch/dino — This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model… imagineailab/ai-by-hand-excel — This project consists of interactive spreadsheet-based models designed to demonstrate the mathematical mechanics of… openai/transformer-debugger — This project is a language model interpretability tool designed to visualize and analyze the internal activations and… tensorspace-team/tensorspace — Tensorspace is a WebGL-based 3D visualization framework and renderer designed to map deep learning model architectures…