"examples/pytorch/text-classification/run_xnli.py" did not exist on "fa84ae26d62c7ac2ad6dca18b2d8b12ab83bc900"
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