[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 @@ Model Hubの組み込みバージョニングはgitおよび[git-lfs](https://gi
```py
>>> model = AutoModel.from_pretrained(
... "julien-c/EsperBERTo-small", revision="v2.0.1" # タグ名、またはブランチ名、またはコミットハッシュ
... "julien-c/EsperBERTo-small", revision="4c77982" # タグ名、またはブランチ名、またはコミットハッシュ
... )
```