Sentence Similarity
sentence-transformers
Safetensors
German
bert
feature-extraction
loss:MatryoshkaLoss
custom_code
text-embeddings-inference
Instructions to use aari1995/German_Semantic_V3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use aari1995/German_Semantic_V3b with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("aari1995/German_Semantic_V3b", trust_remote_code=True) sentences = [ "Ein Mann übt Boxen", "Ein Affe praktiziert Kampfsportarten.", "Eine Person faltet ein Blatt Papier.", "Eine Frau geht mit ihrem Hund spazieren." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ widget:
|
|
| 22 |
- Die Frau prüft die Augen des Mannes.
|
| 23 |
- Ein Mann ist auf einem Dach
|
| 24 |
pipeline_tag: sentence-similarity
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# 🇩🇪 German Semantic V3b 🇩🇪
|
|
|
|
| 22 |
- Die Frau prüft die Augen des Mannes.
|
| 23 |
- Ein Mann ist auf einem Dach
|
| 24 |
pipeline_tag: sentence-similarity
|
| 25 |
+
license: apache-2.0
|
| 26 |
---
|
| 27 |
|
| 28 |
# 🇩🇪 German Semantic V3b 🇩🇪
|