Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseySh committed Jun 18, 2024
1 parent ac7a52e commit 5df2759
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,10 @@ Note, we don't have our own text models zoo at the moment.
<p>

[comment]:zoo-text-start
```shell
pip install open-metric-learning[nlp]
```

```python
from transformers import AutoModel, AutoTokenizer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and their `category` is `tables`.
<br>

```bash
pip install transformers
pip install open-metric-learning[nlp]
```

[comment]:categories-start
Expand Down
2 changes: 1 addition & 1 deletion docs/readme/examples_source/extractor/train_val_pl_ddp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```bash
pip install transformers
pip install open-metric-learning[nlp]
```

[comment]:lightning-ddp-start
Expand Down
4 changes: 4 additions & 0 deletions docs/readme/examples_source/zoo/models_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Note, we don't have our own text models zoo at the moment.
<p>

[comment]:zoo-text-start
```shell
pip install open-metric-learning[nlp]
```

```python
from transformers import AutoModel, AutoTokenizer

Expand Down

0 comments on commit 5df2759

Please sign in to comment.