#86 · Primary category: MLOps & Evaluation
lit
The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface.
Project last updated:07/29/26
GitHub Stars
3.7K
Forks
369
Contributors
38
License
Apache-2.0
Why we included this project
LIT (the Learning Interpretability Tool) is a visual, browser-based way to interrogate a machine learning model instead of trusting it on faith. You run it as a local server or inside a Jupyter or Colab notebook, load a text, image, or tabular model, and then ask pointed questions: where it makes mistakes, why it chose a particular prediction, and whether the answer shifts when you edit the input. For explanations it offers salience maps on individual predictions, slicing and binning for aggregate behavior, counterfactual generation, and a side-by-side mode that compares two models on the same examples. It works with TensorFlow and PyTorch without touching your training code, and its plug-in design extends to new model types, so it slots into an existing ML workflow more easily than most interpretability research tools. That makes it practical for debugging a model before release and for getting a concrete feel for what the model has actually learned.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models