Minor typo in prose of model outputs documentation. (#18848)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user