transformer-debugger

Model debugger

An open-source tool that helps investigate specific behaviors of small language models by combining automated interpretability techniques with sparse autoencoders.

GitHub

4k stars
25 watching
242 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jessevig/bertvizAn interactive tool for visualizing attention in Transformer language models.7,019
poloclub/transformer-explainerAn interactive visualization tool to help users understand how large language models like GPT work3,604
openai/finetune-transformer-lmThis project provides code and model for improving language understanding through generative pre-training using a transformer-based architecture.2,167
openai/gpt-2A repository providing code and models for research into language modeling and multitask learning22,644
openai/tiktokenA fast and efficient tokeniser for natural language models based on Byte Pair Encoding (BPE)12,703
lucidrains/dalle2-pytorchAn implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch11,184
kimiyoung/transformer-xlImplementations of a neural network architecture for language modeling3,619
huggingface/transformersA collection of pre-trained machine learning models for various natural language and computer vision tasks, enabling developers to fine-tune and deploy these models on their own projects.136,357
google-research/vision_transformerProvides pre-trained models and code for training vision transformers and mixers using JAX/Flax10,620
openai/whisperA general-purpose speech recognition system trained on large-scale weak supervision72,752
openbmb/toolbenchA platform for training, serving, and evaluating large language models to enable tool use capability4,888
minimaxir/gpt-2-simpleA tool for retraining and fine-tuning the OpenAI GPT-2 text generation model on new datasets.3,398
jbloomaus/decisiontransformerinterpretabilityAn open-source project that provides tools and utilities to understand how transformers are used in reinforcement learning tasks.75
karpathy/mingptA minimal PyTorch implementation of a transformer-based language model20,474
openai/sparse_attentionProvides primitives for sparse attention mechanisms used in transformer models to improve computational efficiency and scalability1,533