Sentence Similarity
sentence-transformers
Safetensors
French
bert
feature-extraction
text-embeddings-inference
Instructions to use crazyjeannot/literary_bge_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use crazyjeannot/literary_bge_base with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("crazyjeannot/literary_bge_base") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -109,7 +109,7 @@ print(embeddings.shape)
|
|
| 109 |
|
| 110 |
## Citation
|
| 111 |
|
| 112 |
-
If you find this repository useful, please consider giving a
|
| 113 |
|
| 114 |
```
|
| 115 |
@inproceedings{barre_latent_2024,
|
|
|
|
| 109 |
|
| 110 |
## Citation
|
| 111 |
|
| 112 |
+
If you find this repository useful, please consider giving a like and citation
|
| 113 |
|
| 114 |
```
|
| 115 |
@inproceedings{barre_latent_2024,
|