"docs/source/en/preprocessing.md" did not exist on "73ec12eafbc6b4726b11edfb98746100fc39eda1"
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
```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`].
......
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