Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ Hugging Face makes it easy to collaboratively build and showcase your [Sentence
|
|
83 |
</a>
|
84 |
</div>
|
85 |
|
86 |
-
To upload your Sentence Transformers models to the Hugging Face Hub, log in with `huggingface-cli login` and use the [`
|
87 |
```python
|
88 |
from sentence_transformers import SentenceTransformer
|
89 |
|
|
|
83 |
</a>
|
84 |
</div>
|
85 |
|
86 |
+
To upload your Sentence Transformers models to the Hugging Face Hub, log in with `huggingface-cli login` and use the [`push_to_hub`](https://sbert.net/docs/package_reference/SentenceTransformer.html#sentence_transformers.SentenceTransformer.push_to_hub) method within the Sentence Transformers library.
|
87 |
```python
|
88 |
from sentence_transformers import SentenceTransformer
|
89 |
|