locuslab/massive-activations
Code accompanying the paper "Massive Activations in Large Language Models"
This project helps AI researchers and practitioners understand the internal workings of Large Language Models (LLMs) and Vision Transformers (ViTs). It takes trained model weights and input prompts or images, then outputs visualizations and analysis of 'massive activations' within the models. This allows users to pinpoint critical internal features, understand attention mechanisms, and analyze the impact of these activations on model behavior.
197 stars. No commits in the last 6 months.
Use this if you are a machine learning researcher or engineer studying the interpretability, robustness, or internal dynamics of large neural networks like LLMs and ViTs.
Not ideal if you are looking to train new models, improve model performance, or deploy models for practical applications, as this tool focuses on analysis rather than development or production.
Stars
197
Forks
13
Language
Python
License
MIT
Category
Last pushed
Mar 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/locuslab/massive-activations"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jncraton/languagemodels
Explore large language models in 512MB of RAM
microsoft/unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
haizelabs/verdict
Inference-time scaling for LLMs-as-a-judge.
albertan017/LLM4Decompile
Reverse Engineering: Decompiling Binary Code with Large Language Models
bytedance/Sa2VA
Official Repo For Pixel-LLM Codebase