Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/ar/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ picture-in-picture" allowfullscreen></iframe>

```py
>>> model = AutoModel.from_pretrained(
... "julien-c/EsperBERTo-small", revision="v2.0.1" # اسم العلامة، أو اسم الفرع، أو تجزئة الالتزام
... "julien-c/EsperBERTo-small", revision="4c77982" # اسم العلامة، أو اسم الفرع، أو تجزئة الالتزام
... )
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/de/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Folglich können Sie eine bestimmte Modellversion mit dem Parameter "Revision" l

```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
... )
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/en/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ As a result, you can load a specific model version with the `revision` parameter

```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
... )
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/es/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Como resultado, puedes cargar una versión específica del modelo con el paráme

```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
... )
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/it/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Come risultato, puoi caricare una specifica versione di un modello con il parame

```py
>>> model = AutoModel.from_pretrained(
... "julien-c/EsperBERTo-small", revision="v2.0.1" # nome di un tag, di un branch, o commit hash
... "julien-c/EsperBERTo-small", revision="4c77982" # nome di un tag, di un branch, o commit hash
... )
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/ja/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" # タグ名、またはブランチ名、またはコミットハッシュ
... )
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/ko/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
... )
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh/model_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Model Hub的内置版本控制基于git和[git-lfs](https://git-lfs.github.com/)

```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
... )
```

Expand Down