diff --git a/README.md b/README.md index 16fa926..a58d1bb 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ zero_shot_explainer.visualize("zero_shot.html") ``` - + ### Question Answering Explainer (Experimental) @@ -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