[docs] update not-working model revision (#34682)

update revision
This commit is contained in:
Fanli Lin
2024-11-11 23:09:31 +08:00
committed by GitHub
parent 3ea3ab62d8
commit 25f510a9c6
8 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ picture-in-picture" allowfullscreen></iframe>
```py
>>> model = AutoModel.from_pretrained(
... "julien-c/EsperBERTo-small", revision="v2.0.1" # tag name, or branch name, or commit hash
... "julien-c/EsperBERTo-small", revision="4c77982" # tag name, or branch name, or commit hash
... )
```