Update all references to canonical models (#29001)
* Script & Manual edition * Update
This commit is contained in:
@@ -25,7 +25,7 @@ Instantiating one of [`AutoConfig`], [`AutoModel`], and
|
||||
|
||||
|
||||
```python
|
||||
model = AutoModel.from_pretrained("bert-base-cased")
|
||||
model = AutoModel.from_pretrained("google-bert/bert-base-cased")
|
||||
```
|
||||
|
||||
will create a model that is an instance of [`BertModel`].
|
||||
|
||||
Reference in New Issue
Block a user