cdpierse / transformers-interpret

Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code.
Apache License 2.0
1.3k stars 97 forks source link

Update README.md Zero Shot Code block #137

Closed Owaiskhan9654 closed 1 year ago

Owaiskhan9654 commented 1 year ago

Changing facebook/bart-large-mnli to cross-encoder/nli-deberta-base works for Zero Shot classification Interpret. @cdpierse

PR Description

Motivation and Context

References issue: # (ISSUE)

133 #125 #70

Tests and Coverage

I have tested these changes locally and in Google Colab. Works in both the scenarios

Types of changes

Final Checklist:

cdpierse commented 1 year ago

Nice thank you, sorry for being so late to this.