Update all references to canonical models (#29001)
* Script & Manual edition * Update
This commit is contained in:
@@ -59,7 +59,7 @@ pip install datasets
|
||||
```python
|
||||
>>> from transformers import AutoTokenizer
|
||||
|
||||
>>> tokenizer = AutoTokenizer.from_pretrained("bert-base-cased")
|
||||
>>> tokenizer = AutoTokenizer.from_pretrained("google-bert/bert-base-cased")
|
||||
```
|
||||
|
||||
次に、テキストをトークナイザに渡します:
|
||||
|
||||
Reference in New Issue
Block a user