From 9ea950d8df9553ca777ae8fa22ca9af85de77727 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 25 May 2021 18:30:09 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d3cc6..abb9588 100644 --- a/README.md +++ b/README.md @@ -390,10 +390,11 @@ qa_explainer.visualize("bert_qa_viz.html") This package is still in its early days and there is much more planned. For a 1.0.0 release we're aiming to have: -- Clean and thorough documentation +- Clean and thorough documentation website (__In Progress__) - ~~Support for Question Answering models~~ - Support for NER models - Support for Multiple Choice models +- ~~Support for Zero Shot Classification models.~~ - ~~Ability to show attributions for multiple embedding type, rather than just the word embeddings.~~ - Additional attribution methods - In depth examples