This commit is contained in:
Sylvain Gugger
2021-12-27 19:18:08 -05:00
parent b5e2b183af
commit 2c5597f6c7

View File

@@ -21,7 +21,7 @@ Instantiating one of [`AutoConfig`], [`AutoModel`], and
```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`].