bvanaken/visbert
VisBERT: Demo web app for "How Does BERT Answer Questions?"
This tool helps researchers and AI practitioners understand how BERT, a powerful AI model, processes and answers questions. You input a question and a text passage, and it shows you, layer by layer, which parts of the text BERT focuses on to formulate its answer. This is invaluable for anyone studying or working with question-answering AI models.
No commits in the last 6 months.
Use this if you are a researcher or AI practitioner trying to gain deeper insights into the internal workings of BERT for natural language understanding and question answering tasks.
Not ideal if you are looking for a tool to build or deploy your own question-answering systems, as this is purely for visualization and analysis.
Stars
11
Forks
5
Language
JavaScript
License
Apache-2.0
Last pushed
Jul 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/bvanaken/visbert"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jessevig/bertviz
BertViz: Visualize Attention in Transformer Models
inseq-team/inseq
Interpretability for sequence generation models 🐛 🔍
EleutherAI/knowledge-neurons
A library for finding knowledge neurons in pretrained transformer models.
hila-chefer/Transformer-MM-Explainability
[ICCV 2021- Oral] Official PyTorch implementation for Generic Attention-model Explainability for...
cdpierse/transformers-interpret
Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model...