Skip to content

Commit

Permalink
Correct README typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevig committed Feb 11, 2022
1 parent 2d8ccb6 commit 3076957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ to learn more about BertViz and try out the tool. <b>Note</b>: all visualization

#### Head and Model Views
First load a Huggingface model, either a pre-trained model as shown below, or your own fine-tuned model.
Be sure to set `output_attention=True`.
Be sure to set `output_attentions=True`.
```python
from transformers import AutoTokenizer, AutoModel, utils
utils.logging.set_verbosity_error() # Suppress standard warnings
Expand Down

0 comments on commit 3076957

Please sign in to comment.