Ethyros-AI/ModelCypher
ModelCypher - Decipher the high dimensional geometry of LLMs. An open source x-ray into LLM representation structure.
ModelCypher helps AI researchers and engineers understand how large language models (LLMs) process information at a very detailed level. It takes an LLM and prompts or datasets as input, providing detailed reports on the model's internal geometry, entropy, and how different components interact. This allows model builders to see what's happening 'below the token level' and make informed decisions about model structure and training.
Use this if you are building or fine-tuning open-source LLMs and need deep insights into their internal workings to improve performance or diagnose issues.
Not ideal if you are an end-user of an LLM or primarily interested in high-level model performance metrics without needing to understand the underlying geometric structure.
Stars
19
Forks
2
Language
Python
License
AGPL-3.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Ethyros-AI/ModelCypher"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Goekdeniz-Guelmez/mlx-lm-lora
Train Large Language Models on MLX.
uber-research/PPLM
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
VHellendoorn/Code-LMs
Guide to using pre-trained large language models of source code
ssbuild/chatglm_finetuning
chatglm 6b finetuning and alpaca finetuning
jarobyte91/pytorch_beam_search
A lightweight implementation of Beam Search for sequence models in PyTorch.