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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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