Style
This commit is contained in:
@@ -21,7 +21,7 @@ Instantiating one of [`AutoConfig`], [`AutoModel`], and
|
|||||||
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
model = AutoModel.from_pretrained('bert-base-cased')
|
model = AutoModel.from_pretrained("bert-base-cased")
|
||||||
```
|
```
|
||||||
|
|
||||||
will create a model that is an instance of [`BertModel`].
|
will create a model that is an instance of [`BertModel`].
|
||||||
|
|||||||
Reference in New Issue
Block a user