Unverified Commit f719c037 authored by Pedro Cuenca's avatar Pedro Cuenca Committed by GitHub
Browse files

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

parent fafbb57d
...@@ -16,7 +16,7 @@ All models have outputs that are instances of subclasses of [`~utils.ModelOutput ...@@ -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 data structures containing all the information returned by the model, but that can also be used as tuples or
dictionaries. dictionaries.
Let's see of this looks on an example: Let's see how this looks in an example:
```python ```python
from transformers import BertTokenizer, BertForSequenceClassification from transformers import BertTokenizer, BertForSequenceClassification
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment