Commit 2c5597f6 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Style

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