Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpierse committed May 25, 2021
2 parents 6075a57 + 9ea950d commit cbbeaf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ zero_shot_explainer.visualize("zero_shot.html")
```

<a href="https://github.com/cdpierse/transformers-interpret/blob/master/images/zero_shot_example.png">
<img src="https://github.com/cdpierse/transformers-interpret/blob/master/images/zero_shot_example.png" width="80%" height="150%" align="center" />
<img src="https://github.com/cdpierse/transformers-interpret/blob/master/images/zero_shot_example.png" width="100%" height="100%" align="center" />
</a>

### Question Answering Explainer (Experimental)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cbbeaf1

Please sign in to comment.