"docs/source/it/add_new_model.mdx" did not exist on "e150c4e2fec67d6cbe8458d989a139b07ea1fe05"
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