Minor typo in prose of model outputs documentation. (#18848)

This commit is contained in:
Pedro Cuenca
2022-09-01 12:05:40 +02:00
committed by GitHub
parent fafbb57df1
commit f719c0377f

View File

@@ -16,7 +16,7 @@ All models have outputs that are instances of subclasses of [`~utils.ModelOutput
data structures containing all the information returned by the model, but that can also be used as tuples or
dictionaries.
Let's see of this looks on an example:
Let's see how this looks in an example:
```python
from transformers import BertTokenizer, BertForSequenceClassification